mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-03-18 03:12:44 -05:00
31 lines
1.7 KiB
PHP
31 lines
1.7 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 [
|
|
'chatbox' => 'च्याट बक्स',
|
|
'click' => 'क्लिक गर्नुहोस्',
|
|
'to-enable-editor' => 'सम्पादक सक्षम गर्न',
|
|
'featured-by' => 'द्वारा प्रदर्शित',
|
|
'featured-torrents' => 'Featured Torrents',
|
|
'featured-torrents-intro' => 'तपाईं पाउन सक्नुहुन्छ जब प्राप्त गर्नुहोस्!',
|
|
'featured-until' => 'यो टोरेंट छ सम्म सम्म',
|
|
'top-torrents' => 'शीर्ष Torrents',
|
|
'latest-posts' => 'नवीनतम पोस्टहरू',
|
|
'latest-topics' => 'नवीनतम विषयहरू',
|
|
'active-in-last' => 'अन्तिममा सक्रिय',
|
|
'users-online' => 'प्रयोगकर्ताहरू अनलाइन',
|
|
'check-news' => 'समाचार (दैनिक जाँच गर्नुहोस्)',
|
|
'new-news' => 'नयाँ समाचार',
|
|
'new-torrents' => 'नयाँ ट्राफिकहरू',
|
|
];
|