mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-02-12 06:29:52 -06:00
29 lines
1.3 KiB
PHP
29 lines
1.3 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' => 'Өте биік',
|
||
];
|