mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-02-13 23:19:55 -06:00
58 lines
2.5 KiB
PHP
58 lines
2.5 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' => 'Aktive',
|
||
'active' => 'Aktive!',
|
||
'amount' => 'Miktar',
|
||
'bon' => 'BON',
|
||
'bonus' => 'Bonus',
|
||
'date' => 'tarih',
|
||
'earning' => 'Kazanç',
|
||
'earning-rate' => 'Bu kazanç oranında zaman dilimi başına aşağıdakileri kazanacaksınız ..',
|
||
'earnings' => 'Kazanç',
|
||
'exchange' => 'Değiş tokuş',
|
||
'exchange-warning' => 'Borsalar kesindir, Lütfen bir değişim yapmadan önce seçimlerinizi tekrar kontrol edin.',
|
||
'extended-stats' => 'Genişletilmiş İstatistikler',
|
||
'gift' => 'Hediye',
|
||
'gift-bonus' => 'Hediye Bonus Puanları',
|
||
'gift-to' => 'Hediye Bonus Puanları',
|
||
'gifts' => 'Hediyeler',
|
||
'item' => 'madde',
|
||
'no-refund' => 'İADE YOK!',
|
||
'per-day' => 'Günde Puan',
|
||
'per-hour' => 'Saat Başına Puan',
|
||
'per-minute' => 'Dakikada Puan',
|
||
'per-month' => 'Aylık Puan',
|
||
'per-second' => 'Saniyedeki Puan Sayısı',
|
||
'per-week' => 'Haftalık Puan',
|
||
'per-year' => 'Yıllık puan',
|
||
'points' => 'makas',
|
||
'receiver' => 'Alıcı',
|
||
'review-seeds' => 'Tüm Tohum Torrentlerini İnceleyin',
|
||
'send-gift' => 'Hediye gönder',
|
||
'sender' => 'Gönderen',
|
||
'store' => 'mağaza',
|
||
'tips' => 'İpuçları',
|
||
'total' => 'toplam kazanç',
|
||
'total-gifts' => 'Toplam BON Hediyelerinde',
|
||
'total-tips' => 'Toplam BON İpuçları',
|
||
'you-have-received-gifts' => 'Almış olduğunuz',
|
||
'you-have-sent-gifts' => 'Gönderdin',
|
||
'you-have-received-tips' => 'Almış olduğunuz',
|
||
'you-have-sent-tips' => 'Gönderdin',
|
||
'your-points' => 'Puanlarınız',
|
||
];
|