mirror of
https://github.com/BillyOutlast/UNIT3D.git
synced 2026-02-04 03:01:20 +01:00
58 lines
2.6 KiB
PHP
58 lines
2.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 [
|
||
'activated' => 'Aktivləşdirildi',
|
||
'active' => 'Aktivləşdirildi!',
|
||
'amount' => 'Məbləğ',
|
||
'bon' => 'BON',
|
||
'bonus' => 'Bonus',
|
||
'date' => 'Tarix',
|
||
'earning' => 'Kazanma',
|
||
'earning-rate' => 'Qazancınız bu dərəcədə hər bir müddət üçün aşağıdakı qazanacaqsınız ..',
|
||
'earnings' => 'Kazançlar',
|
||
'exchange' => 'Mübadilə',
|
||
'exchange-warning' => 'Birjalar yekundır, mübadilə etməzdən əvvəl seçiminizi ikiqat birləşdirin.',
|
||
'extended-stats' => 'Genişləndirilmiş Statistikalar',
|
||
'gift' => 'Hədiyyə',
|
||
'gift-bonus' => 'Hədiyyə bonus xalları',
|
||
'gift-to' => 'Hədiyyə bonus xalları',
|
||
'gifts' => 'Hədiyyələr',
|
||
'item' => 'Maddə',
|
||
'no-refund' => 'YARANMAYACAQ!',
|
||
'per-day' => 'Gündəlik Günlər',
|
||
'per-hour' => 'Saat üzrə bal',
|
||
'per-minute' => 'Dəqiqə nöqtələri',
|
||
'per-month' => 'Aylıq Aylar',
|
||
'per-second' => 'İkinci dəfə xallar',
|
||
'per-week' => 'Həftədə nöqtələr',
|
||
'per-year' => 'Yıllara görə ballar',
|
||
'points' => 'Xallar',
|
||
'receiver' => 'Alıcı',
|
||
'review-seeds' => 'Bütün Seeded torrentləri nəzərdən keçirin',
|
||
'send-gift' => 'Hədiyyə göndər',
|
||
'sender' => 'Göndərən',
|
||
'store' => 'Mağaza',
|
||
'tips' => 'İpuçları',
|
||
'total' => 'Ümumi mənfəət',
|
||
'total-gifts' => 'Total BON hədiyyələrində',
|
||
'total-tips' => 'Ümumi BON Tipsində',
|
||
'you-have-received-gifts' => 'Siz aldınız',
|
||
'you-have-sent-gifts' => 'Sən göndərdin',
|
||
'you-have-received-tips' => 'Siz aldınız',
|
||
'you-have-sent-tips' => 'Sən göndərdin',
|
||
'your-points' => 'Sizin nöqtələriniz',
|
||
];
|