mirror of
https://github.com/BillyOutlast/UNIT3D.git
synced 2026-02-09 13:41:18 +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' => 'Tarikh',
|
|
'earning' => 'Pendapatan',
|
|
'earning-rate' => 'Pada kadar pendapatan anda, anda akan mendapat berikut mengikut tempoh ..',
|
|
'earnings' => 'Pendapatan',
|
|
'exchange' => 'Pertukaran',
|
|
'exchange-warning' => 'Pertukaran adalah muktamad, Sila semak semula pilihan anda sebelum membuat pertukaran.',
|
|
'extended-stats' => 'Statistik Lanjutan',
|
|
'gift' => 'Hadiah',
|
|
'gift-bonus' => 'Mata Bonus Hadiah',
|
|
'gift-to' => 'Mata Bonus Hadiah Kepada',
|
|
'gifts' => 'Hadiah',
|
|
'item' => 'Perkara',
|
|
'no-refund' => 'NO REFUNDS!',
|
|
'per-day' => 'Mata Setiap Hari',
|
|
'per-hour' => 'Mata Setiap Jam',
|
|
'per-minute' => 'Mata Setiap Menit',
|
|
'per-month' => 'Mata Per Bulan',
|
|
'per-second' => 'Mata Per Kedua',
|
|
'per-week' => 'Mata Setiap Minggu',
|
|
'per-year' => 'Mata Per Tahun',
|
|
'points' => 'Mata',
|
|
'receiver' => 'Penerima',
|
|
'review-seeds' => 'Tinjau Semua Torrents Beranak',
|
|
'send-gift' => 'Hantar hadiah',
|
|
'sender' => 'Pengirim',
|
|
'store' => 'Kedai',
|
|
'tips' => 'Petua',
|
|
'total' => 'jumlah pendapatan',
|
|
'total-gifts' => 'Dalam Hadiah BON Jumlah',
|
|
'total-tips' => 'Dalam Jumlah BON Tips',
|
|
'you-have-received-gifts' => 'Anda telah menerima',
|
|
'you-have-sent-gifts' => 'Anda telah hantar',
|
|
'you-have-received-tips' => 'Anda telah menerima',
|
|
'you-have-sent-tips' => 'Anda telah hantar',
|
|
'your-points' => 'Mata Anda',
|
|
];
|