mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-03-18 03:12:44 -05:00
62 lines
3.5 KiB
PHP
62 lines
3.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 [
|
|
'audit-log' => 'ක්රියාකාරකම් ලොග්',
|
|
'articles' => 'ලිපි',
|
|
'applications' => 'අයදුම්පත්',
|
|
'bans-log' => 'තහනම් කිරීම',
|
|
'blocks' => 'බ්ලොක්ස්',
|
|
'bot' => 'බොට්',
|
|
'bots' => 'බොට්ස්',
|
|
'chat' => 'චැට්',
|
|
'config-manager' => 'Config කළමනාකරු',
|
|
'dashboard' => 'උපකරණ පුවරුව',
|
|
'failed-login-log' => 'ලොගින් ලොග් අසමත් විය',
|
|
'flush-ghost-peers' => 'ෆියුෂ් ගුස්ට් පීරිස්',
|
|
'forums' => 'සංසද',
|
|
'frontend' => 'ඉදිරි අන්තය',
|
|
'general-tools' => 'සාමාන්ය මෙවලම්',
|
|
'groups' => 'කණ්ඩායම්',
|
|
'invites-log' => 'ලොග් කරන්න',
|
|
'laravel-log' => 'Laravel ලොග්',
|
|
'links' => 'සබැඳි',
|
|
'logs' => 'සටහන්',
|
|
'mass-pm' => 'අගමැති',
|
|
'mass-validate-users' => 'පරිශීලක තහවුරු කරන්න',
|
|
'moderation' => 'මධ්යස්ථභාවය',
|
|
'pages' => 'පිටු',
|
|
'please-moderate' => 'කරුණාකර මෙම ටොරෙන්ට් මධ්යස්ථ කරන්න!',
|
|
'polls' => 'විමසීම්',
|
|
'reports-log' => 'වාර්ථාවන්',
|
|
'rss' => 'RSS',
|
|
'staff-dashboard' => 'කාර්ය මණ්ඩලය උපකරණ පුවරුව',
|
|
'torrent-categories' => 'ටොරෙන්ට් ප්රවර්ග',
|
|
'torrent-moderation' => 'ටොරන්ටින් මධ්යස්ථනය',
|
|
'torrent-tools' => 'ටොරන්ට් ටූල්ස්',
|
|
'torrent-types' => 'ටොරන්ට්රි වර්ග',
|
|
'torrents' => 'ටොරන්ට්',
|
|
'user-gifting' => 'පරිශීලක ගයිටිං',
|
|
'user-notes' => 'පරිශීලක සටහන් සටහන',
|
|
'user-search' => 'පරිශීලක සෙවීම',
|
|
'user-tools' => 'පරිශීලක මෙවලම්',
|
|
'warnings-log' => 'අවවාදයයි ලොග්',
|
|
'you-have' => 'ඔයාට තියෙනවා',
|
|
'possible-leech-cheaters' => 'හැකි චයිටර්ස්',
|
|
'chat-tools' => 'චැට් මෙවලම්',
|
|
'flush-chat' => 'ෆ්ලෂ් චැට්බොක්ස්',
|
|
'seedboxes' => 'ලියාපදිංචි බීජ',
|
|
];
|