mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-03-20 20:31:02 -05:00
62 lines
3.4 KiB
PHP
62 lines
3.4 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' => 'कॉन्फ़िगरेशन प्रबंधक',
|
|
'dashboard' => 'डैशबोर्ड',
|
|
'failed-login-log' => 'लॉग लॉग में विफल',
|
|
'flush-ghost-peers' => 'फ्लश घोस्ट पीयर',
|
|
'forums' => 'मंच',
|
|
'frontend' => 'फ़्रंट एंड',
|
|
'general-tools' => 'सामान्य उपकरण',
|
|
'groups' => 'समूह',
|
|
'invites-log' => 'लॉग आमंत्रित करता है',
|
|
'laravel-log' => 'लारवेल लॉग',
|
|
'links' => 'लिंक',
|
|
'logs' => 'लॉग्स',
|
|
'mass-pm' => 'मास पी.एम.',
|
|
'mass-validate-users' => 'बड़े पैमाने पर उपयोगकर्ताओं को वैध',
|
|
'moderation' => 'संयम',
|
|
'pages' => 'पेज',
|
|
'please-moderate' => 'कृपया इस धार को मॉडरेट करें!',
|
|
'polls' => 'पोल',
|
|
'reports-log' => 'रिपोर्ट लॉग',
|
|
'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' => 'पंजीकृत सीडबॉक्स',
|
|
];
|