mirror of
https://github.com/BillyOutlast/UNIT3D.git
synced 2026-02-04 03:01:20 +01:00
62 lines
3.0 KiB
PHP
62 lines
3.0 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 [
|
||
'audit-log' => 'Үйл ажиллагааны бүртгэл',
|
||
'articles' => 'Нийтлэл',
|
||
'applications' => 'Програмууд',
|
||
'bans-log' => 'Бүртгүүлэх',
|
||
'blocks' => 'Блок',
|
||
'bot' => 'Bot',
|
||
'bots' => 'Bots',
|
||
'chat' => 'Чатлах',
|
||
'config-manager' => 'Config менежер',
|
||
'dashboard' => 'Хянах самбар',
|
||
'failed-login-log' => 'Нэвтрэх Нэвтрээгүй',
|
||
'flush-ghost-peers' => 'Flush Ghost Peers',
|
||
'forums' => 'Форум',
|
||
'frontend' => 'Урд хэсэг',
|
||
'general-tools' => 'Ерөнхий хэрэгслүүд',
|
||
'groups' => 'Бүлгүүд',
|
||
'invites-log' => 'Лог хүлээн авах',
|
||
'laravel-log' => 'Лараоре лог',
|
||
'links' => 'Холбоосууд',
|
||
'logs' => 'Бүртгэл',
|
||
'mass-pm' => 'Mass PM',
|
||
'mass-validate-users' => 'Массивчлагдсан хэрэглэгчид',
|
||
'moderation' => 'Дунд зэрэг',
|
||
'pages' => 'Хуудаснууд',
|
||
'please-moderate' => 'Энэ Torrent!',
|
||
'polls' => 'Санал асуулга',
|
||
'reports-log' => 'Тайлан бичих',
|
||
'rss' => 'RSS',
|
||
'staff-dashboard' => 'Ажилтны Хяналтын самбар',
|
||
'torrent-categories' => 'Torrent Ангилалууд',
|
||
'torrent-moderation' => 'Torrent Moderation',
|
||
'torrent-tools' => 'Torrent Tools',
|
||
'torrent-types' => 'Torrent Types',
|
||
'torrents' => 'Торрент',
|
||
'user-gifting' => 'Хэрэглэгч бэлэглэх',
|
||
'user-notes' => 'Хэрэглэгчийн тэмдэглэл',
|
||
'user-search' => 'Хэрэглэгчийн Хайлт',
|
||
'user-tools' => 'Хэрэглэгчийн хэрэгсэл',
|
||
'warnings-log' => 'Анхааруулга',
|
||
'you-have' => 'Та байна',
|
||
'possible-leech-cheaters' => 'Болгоомжтой хакерууд',
|
||
'chat-tools' => 'Чатын хэрэгсэл',
|
||
'flush-chat' => 'Зөөх Chatbox',
|
||
'seedboxes' => 'Бүртгэгдсэн Seedboxes',
|
||
];
|