mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-02-20 03:39:48 -06:00
60 lines
3.6 KiB
PHP
60 lines
3.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' => 'របាយការណ៍សកម្មភាព',
|
|
'articles' => 'អត្ថបទ',
|
|
'applications' => 'កម្មវិធី',
|
|
'bans-log' => 'បំរាមកំណត់ហេតុ',
|
|
'blocks' => 'ប្លុក',
|
|
'bot' => 'Bot',
|
|
'bots' => 'Bots',
|
|
'chat' => 'ជជែក',
|
|
'config-manager' => 'កម្មវិធីកំណត់រចនាសម្ព័ន្ធ',
|
|
'dashboard' => 'ផ្ទាំងគ្រប់គ្រង',
|
|
'failed-login-log' => 'បានបរាជ័យក្នុងការចូលកំណត់ហេតុ',
|
|
'flush-ghost-peers' => 'ត្រកូលព្រលឹងមនុស្ស',
|
|
'forums' => 'វេទិកា',
|
|
'frontend' => 'ផ្នែកខាងមុខ',
|
|
'general-tools' => 'ឧបករណ៍ទូទៅ',
|
|
'groups' => 'ក្រុម',
|
|
'invites-log' => 'អញ្ជើញកំណត់ហេតុ',
|
|
'laravel-log' => 'Laravel Log',
|
|
'links' => 'តំណភ្ជាប់',
|
|
'logs' => 'កំណត់ត្រា',
|
|
'mass-pm' => 'នាយករដ្ឋមន្រ្តី',
|
|
'mass-validate-users' => 'អ្នកប្រើមានសុពលភាពច្រើន',
|
|
'moderation' => 'ការសម្រុះសម្រួល',
|
|
'pages' => 'ទំព័រ',
|
|
'please-moderate' => 'សូមលៃតម្រូវ Torrent នេះ!',
|
|
'polls' => 'ការស្ទង់មតិ',
|
|
'reports-log' => 'របាយការណ៍កំណត់ហេតុ',
|
|
'rss' => 'RSS',
|
|
'staff-dashboard' => 'ផ្ទាំងគ្រប់គ្រងបុគ្គលិក',
|
|
'torrent-categories' => 'ប្រភេទ Torrent',
|
|
'torrent-moderation' => 'ការសម្រុះសម្រួល Torrent',
|
|
'torrent-tools' => 'ឧបករណ៍ Torrent',
|
|
'torrent-types' => 'ប្រភេទ Torrent',
|
|
'torrents' => 'Torrents',
|
|
'user-gifting' => 'អំណោយរបស់អ្នកប្រើ',
|
|
'user-notes' => 'កំណត់ត្រាអ្នកប្រើកំណត់ហេតុ',
|
|
'user-search' => 'ស្វែងរកអ្នកប្រើ',
|
|
'user-tools' => 'ឧបករណ៍របស់អ្នកប្រើ',
|
|
'warnings-log' => 'កំណត់ហេតុការព្រមាន',
|
|
'you-have' => 'អ្នកមាន',
|
|
'possible-leech-cheaters' => 'cheaters ដែលអាចធ្វើបាន',
|
|
'chat-tools' => 'ឧបករណ៍ជជែកកំសាន្ត',
|
|
'flush-chat' => 'Flush Chatbox',
|
|
'seedboxes' => 'ប្រអប់ដែលបានចុះឈ្មោះ',
|
|
];
|