mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-03-17 19:03:13 -05:00
33 lines
1.6 KiB
PHP
33 lines
1.6 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 [
|
|
'chatbox' => 'චැට් කොටුව',
|
|
'click' => 'ක්ලික් කරන්න',
|
|
'to-enable-editor' => 'සංස්කාරකය සක්රීය කිරීමට',
|
|
'featured-by' => 'විශේෂාංග',
|
|
'featured-torrents' => 'විශේෂාංග පිටු',
|
|
'featured-torrents-intro' => 'ඔබට හැකි අතරේදී ඔවුන් ලබා ගන්න!',
|
|
'featured-until' => 'තෙක් මෙය ටොරන්ට් එකකි',
|
|
'top-torrents' => 'Top Torrents',
|
|
'latest-posts' => 'නවතම තැපැල්',
|
|
'latest-topics' => 'අලුත් මාතෘකා',
|
|
'active-in-last' => 'අවසාන වශයෙන් ක්රියාකාරී වේ',
|
|
'users-online' => 'පරිශීලකයන් මාර්ගගතව',
|
|
'check-news' => 'පුවත් (දිනපතා පරීක්ෂා කරන්න)',
|
|
'new-news' => 'නව නිව්ස්',
|
|
'new-torrents' => 'නව ටොරන්ට්',
|
|
];
|