mirror of
https://github.com/BillyOutlast/UNIT3D.git
synced 2026-02-04 03:01:20 +01: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' => 'Diaktifkan',
|
|
'active' => 'Diaktifkan!',
|
|
'amount' => 'Jumlah',
|
|
'bon' => 'BON',
|
|
'bonus' => 'Bonus',
|
|
'date' => 'Tanggal',
|
|
'earning' => 'Penghasilan',
|
|
'earning-rate' => 'Pada tingkat penghasilan ini, Anda akan mendapatkan yang berikut ini per kerangka waktu ..',
|
|
'earnings' => 'Pendapatan',
|
|
'exchange' => 'Bertukar',
|
|
'exchange-warning' => 'Pertukaran bersifat final, Periksa kembali pilihan Anda sebelum melakukan pertukaran.',
|
|
'extended-stats' => 'Statistik yang Diperpanjang',
|
|
'gift' => 'Hadiah',
|
|
'gift-bonus' => 'Poin Bonus Hadiah',
|
|
'gift-to' => 'Poin Bonus Hadiah Ke',
|
|
'gifts' => 'Hadiah',
|
|
'item' => 'Barang',
|
|
'no-refund' => 'TIDAK ADA PENGEMBALIAN UANG!',
|
|
'per-day' => 'Poin Per Hari',
|
|
'per-hour' => 'Poin Per Jam',
|
|
'per-minute' => 'Poin Per Menit',
|
|
'per-month' => 'Poin Per Bulan',
|
|
'per-second' => 'Poin Per Detik',
|
|
'per-week' => 'Poin Per Minggu',
|
|
'per-year' => 'Poin Per Tahun',
|
|
'points' => 'Poin',
|
|
'receiver' => 'Penerima',
|
|
'review-seeds' => 'Tinjau Semua Torrents Unggulan',
|
|
'send-gift' => 'Mengirim hadiah',
|
|
'sender' => 'Pengirim',
|
|
'store' => 'Toko',
|
|
'tips' => 'Kiat',
|
|
'total' => 'Total Penghasilan',
|
|
'total-gifts' => 'Total Hadiah BON',
|
|
'total-tips' => 'Dalam Total BON Tips',
|
|
'you-have-received-gifts' => 'Anda Telah Menerima',
|
|
'you-have-sent-gifts' => 'Kamu telah mengirim',
|
|
'you-have-received-tips' => 'Anda Telah Menerima',
|
|
'you-have-sent-tips' => 'Kamu telah mengirim',
|
|
'your-points' => 'Poin Anda',
|
|
];
|