mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-03-20 20:31:02 -05:00
60 lines
2.6 KiB
PHP
60 lines
2.6 KiB
PHP
<?php
|
|
/**
|
|
* 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' => 'Log ng Aktibidad',
|
|
'articles' => 'Mga Artikulo',
|
|
'applications' => 'Mga Application',
|
|
'bans-log' => 'Bans Log',
|
|
'blocks' => 'Mga bloke',
|
|
'bot' => 'Bot',
|
|
'bots' => 'Bots',
|
|
'chat' => 'Makipag-chat',
|
|
'config-manager' => 'Config Manager',
|
|
'dashboard' => 'Dashboard',
|
|
'failed-login-log' => 'Nabigong Log ng Pag-login',
|
|
'flush-ghost-peers' => 'Mga Flush Ghost Peers',
|
|
'forums' => 'Mga Forum',
|
|
'frontend' => 'Frontend',
|
|
'general-tools' => 'Pangkalahatang Mga Tool',
|
|
'groups' => 'Mga Grupo',
|
|
'invites-log' => 'Iniimbita ang Log',
|
|
'laravel-log' => 'Laravel Log',
|
|
'links' => 'Mga Link',
|
|
'logs' => 'Mga log',
|
|
'mass-pm' => 'Mass PM',
|
|
'mass-validate-users' => 'Mass Validate Users',
|
|
'moderation' => 'Pag-moderate',
|
|
'pages' => 'Mga Pahina',
|
|
'please-moderate' => 'Mangyaring I-moderate ang Torrent na ito!',
|
|
'polls' => 'Mga botohan',
|
|
'reports-log' => 'Mga Ulat ng Ulat',
|
|
'rss' => 'RSS',
|
|
'staff-dashboard' => 'Staff Dashboard',
|
|
'torrent-categories' => 'Mga torrent na Mga Kategorya',
|
|
'torrent-moderation' => 'Torrent Moderation',
|
|
'torrent-tools' => 'Torrent Tools',
|
|
'torrent-types' => 'Mga Uri ng Torrent',
|
|
'torrents' => 'Torrents',
|
|
'user-gifting' => 'User Gifting',
|
|
'user-notes' => 'Mag-log sa Mga Tala ng User',
|
|
'user-search' => 'Paghahanap ng User',
|
|
'user-tools' => 'Mga Tool ng User',
|
|
'warnings-log' => 'Log ng Mga Babala',
|
|
'you-have' => 'Mayroon ka',
|
|
'possible-leech-cheaters' => 'Posibleng mga Cheaters',
|
|
'chat-tools' => 'Mga Tool sa Chat',
|
|
'flush-chat' => 'I-flush Chatbox',
|
|
'seedboxes' => 'Rehistradong Seedboxes',
|
|
];
|