mirror of
https://github.com/BillyOutlast/UNIT3D.git
synced 2026-02-07 20:51:20 +01: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' => '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' => 'รีวิว Torr ทั้งหมด',
|
|
'send-gift' => 'ส่งของขวัญ',
|
|
'sender' => 'ผู้ส่ง',
|
|
'store' => 'เก็บ',
|
|
'tips' => 'เคล็ดลับ',
|
|
'total' => 'รายได้รวม',
|
|
'total-gifts' => 'รวมของขวัญ BON',
|
|
'total-tips' => 'ในเคล็ดลับรวม BON',
|
|
'you-have-received-gifts' => 'คุณได้รับ',
|
|
'you-have-sent-gifts' => 'คุณได้ส่ง',
|
|
'you-have-received-tips' => 'คุณได้รับ',
|
|
'you-have-sent-tips' => 'คุณได้ส่ง',
|
|
'your-points' => 'คะแนนของคุณ',
|
|
];
|