mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-21 01:00:08 -05:00
62 lines
2.7 KiB
PHP
62 lines
2.7 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' => 'Fəaliyyət Giriş',
|
||
'articles' => 'Məqalələr',
|
||
'applications' => 'Proqramlar',
|
||
'bans-log' => 'Bant Giriş',
|
||
'blocks' => 'Bloklar',
|
||
'bot' => 'Bot',
|
||
'bots' => 'Bots',
|
||
'chat' => 'Chat',
|
||
'config-manager' => 'Konfiqurasiya meneceri',
|
||
'dashboard' => 'Dashboard',
|
||
'failed-login-log' => 'Giriş Giriş Yapamadı',
|
||
'flush-ghost-peers' => 'Ghost Peers ı Flush',
|
||
'forums' => 'Forumlar',
|
||
'frontend' => 'Ön tərəfdə',
|
||
'general-tools' => 'Ümumi Tools',
|
||
'groups' => 'Qruplar',
|
||
'invites-log' => 'Girişə dəvət edir',
|
||
'laravel-log' => 'Laravel Log',
|
||
'links' => 'Linklər',
|
||
'logs' => 'Günlükler',
|
||
'mass-pm' => 'Kütləvi PM',
|
||
'mass-validate-users' => 'Kütləvi Validate İstifadəçilər',
|
||
'moderation' => 'Moderasiya',
|
||
'pages' => 'Səhifələr',
|
||
'please-moderate' => 'Xahiş edirik bu Torrent i dəyişdirin!',
|
||
'polls' => 'Sorğular',
|
||
'reports-log' => 'Hesabatlar Giriş',
|
||
'rss' => 'RSS',
|
||
'staff-dashboard' => 'Personal Dashboard',
|
||
'torrent-categories' => 'Torrent Kateqoriyalar',
|
||
'torrent-moderation' => 'Torrent Moderation',
|
||
'torrent-tools' => 'Torrent Tools',
|
||
'torrent-types' => 'Torrent növləri',
|
||
'torrents' => 'Torrents',
|
||
'user-gifting' => 'İstifadəçi Gifting',
|
||
'user-notes' => 'İstifadəçi qeydləri Giriş',
|
||
'user-search' => 'İstifadəçi axtarışı',
|
||
'user-tools' => 'İstifadəçi Tools',
|
||
'warnings-log' => 'Uyarılar Giriş',
|
||
'you-have' => 'Siz var',
|
||
'possible-leech-cheaters' => 'Mümkün Cheaters',
|
||
'chat-tools' => 'Chat Tools',
|
||
'flush-chat' => 'Chatbox yandırın',
|
||
'seedboxes' => 'Qeydiyyatlı Seedboxes',
|
||
];
|