mirror of
https://github.com/BillyOutlast/UNIT3D.git
synced 2026-02-04 11:11:21 +01:00
29 lines
1.1 KiB
PHP
29 lines
1.1 KiB
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
/**
|
|
* NOTICE OF LICENSE.
|
|
*
|
|
* UNIT3D Community Edition is open-sourced software licensed under the GNU Affero General Public License v3.0
|
|
* The details is bundled with this project in the file LICENSE.txt.
|
|
*
|
|
* @project UNIT3D Community Edition
|
|
*
|
|
* @author HDVinnie <hdinnovations@protonmail.com>
|
|
* @license https://www.gnu.org/licenses/agpl-3.0.en.html/ GNU Affero General Public License v3.0
|
|
*/
|
|
|
|
return [
|
|
'bug-report' => 'Relatório de erro',
|
|
'bug-report-description' => 'Denunciar um bug do site',
|
|
'enter-description' => 'Descreva o problema da melhor forma possível',
|
|
'enter-email' => 'Por favor introduza o seu e-mail',
|
|
'enter-title' => 'Por favor escolha um título apropriado',
|
|
'enter-username' => 'Por favor insira seu nome de usuário',
|
|
'high' => 'Alto',
|
|
'low' => 'Baixo',
|
|
'priority' => 'Prioridade',
|
|
'priority-description' => 'Escolha apenas muito alto se o bug realmente for um problema para usar o site.',
|
|
'very-high' => 'Muito alto',
|
|
];
|