mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-03-19 03:42:05 -05:00
33 lines
1.7 KiB
PHP
33 lines
1.7 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' => 'शीर्ष धार',
|
|
'latest-posts' => 'नवीनतम पोस्ट',
|
|
'latest-topics' => 'नवीनतम विषय',
|
|
'active-in-last' => 'आखिरी में सक्रिय',
|
|
'users-online' => 'प्रयोगकर्ता ऑनलाइन हैं',
|
|
'check-news' => 'समाचार (दैनिक जांच करें)',
|
|
'new-news' => 'नयी खबर',
|
|
'new-torrents' => 'नई धार',
|
|
];
|