mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-03-20 20:31:02 -05:00
58 lines
3.3 KiB
PHP
58 lines
3.3 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 [
|
|
'activated' => 'सक्रिय',
|
|
'active' => 'सक्रिय की गई!',
|
|
'amount' => 'रकम',
|
|
'bon' => 'बोन',
|
|
'bonus' => 'बोनस',
|
|
'date' => 'दिनांक',
|
|
'earning' => 'कमाई',
|
|
'earning-rate' => 'कमाई की इस दर पर आप निम्नलिखित प्रति समय सीमा अर्जित करेंगे।',
|
|
'earnings' => 'कमाई',
|
|
'exchange' => 'अदला बदली',
|
|
'exchange-warning' => 'एक्सचेंज अंतिम हैं, विनिमय करने से पहले कृपया अपनी पसंद की दोबारा जांच करें।',
|
|
'extended-stats' => 'विस्तारित आँकड़े',
|
|
'gift' => 'उपहार',
|
|
'gift-bonus' => 'उपहार बोनस अंक',
|
|
'gift-to' => 'उपहार बोनस अंक',
|
|
'gifts' => 'उपहार',
|
|
'item' => 'मद',
|
|
'no-refund' => 'कोई रिफंड नहीं!',
|
|
'per-day' => 'प्रति दिन अंक',
|
|
'per-hour' => 'प्रति घंटे अंक',
|
|
'per-minute' => 'अंक प्रति मिनट',
|
|
'per-month' => 'प्रति माह अंक',
|
|
'per-second' => 'अंक प्रति सेकंड',
|
|
'per-week' => 'प्रति सप्ताह अंक',
|
|
'per-year' => 'प्रति वर्ष अंक',
|
|
'points' => 'अंक',
|
|
'receiver' => 'रिसीवर',
|
|
'review-seeds' => 'सभी बीज टॉरेंट्स की समीक्षा करें',
|
|
'send-gift' => 'उपहार भेजें',
|
|
'sender' => 'प्रेषक',
|
|
'store' => 'दुकान',
|
|
'tips' => 'टिप्स',
|
|
'total' => 'कुल आय',
|
|
'total-gifts' => 'कुल बॉन उपहार में',
|
|
'total-tips' => 'टोटल बोन टिप्स में',
|
|
'you-have-received-gifts' => 'आपको प्राप्त हुआ है',
|
|
'you-have-sent-gifts' => 'तुमने भेज दिया',
|
|
'you-have-received-tips' => 'आपको प्राप्त हुआ है',
|
|
'you-have-sent-tips' => 'तुमने भेज दिया',
|
|
'your-points' => 'आपके अंक',
|
|
];
|