mirror of
https://github.com/BillyOutlast/UNIT3D.git
synced 2026-02-10 14:10:55 +01:00
29 lines
1.4 KiB
PHP
29 lines
1.4 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' => 'Извештај за грешка',
|
||
'bug-report-description' => 'Пријавете грешка во страницата',
|
||
'enter-description' => 'Опишете го проблемот најдобро што е можно',
|
||
'enter-email' => 'Ве молиме внесете ја вашата е-пошта',
|
||
'enter-title' => 'Ве молиме изберете соодветен наслов',
|
||
'enter-username' => 'Ве молиме внесете го вашето корисничко име',
|
||
'high' => 'Високо',
|
||
'low' => 'Ниско',
|
||
'priority' => 'Приоритет',
|
||
'priority-description' => 'Изберете само многу високо ако бубачката навистина е проблем за користење на страницата.',
|
||
'very-high' => 'Многу високо',
|
||
];
|