mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-02-12 06:29:52 -06:00
29 lines
1.5 KiB
PHP
29 lines
1.5 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 [
|
|
'dead' => 'Өлі',
|
|
'graveyard' => 'Могилев',
|
|
'guidelines' => 'Нұсқаулық',
|
|
'guidelines-content' => '1) Өзіңіздің кері жүктеуіңізді қайта тірілте алмайсыз. <br> 2) Сондай-ақ, сіз жасай алмайтын нәрсені тірілтуге болмайды.',
|
|
'howto' => 'Ереж Ереже',
|
|
'howto-desc1' => 'Сіз тұқымның <span class=\\"text-green\\"><em>:</em></span> табысты қалпына келтіру үшін <span class="text-red text-bold">30 күн</span> <span class=\\"text-green\\"><em>аты</em></span> . Қандай жағдайларда сіздің ағымдағы ұрықтың дәні',
|
|
'howto-desc2' => 'Сізге сыйақы беріледі',
|
|
'howto-hits' => 'Хиттер',
|
|
'pending' => 'Күтілуде',
|
|
'resurrect' => 'Қайта түзету',
|
|
'reward' => 'Фрейлеэк таңбалары',
|
|
];
|