Files
UNIT3D/lang/th/request.php
2024-05-23 13:58:29 +00:00

81 lines
5.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 [
'add-request' => 'เพิ่มคำขอ',
'age' => 'อายุ',
'all-requests' => 'คำขอทั้งหมด',
'approve' => 'อนุมัติ',
'bounty' => 'เงินรางวัล',
'bounty-claimed' => 'อ้างสิทธิ์',
'bounty-unclaimed' => 'เงินรางวัลไม่มีเหตุสมควร',
'category' => 'ประเภท',
'claim' => 'ข้อเรียกร้อง',
'claim-anon-choose' => 'กรุณาเลือกอย่างชาญฉลาด',
'claim-as-anon' => 'คุณต้องการอ้างสิทธิ์แบบนี้ด้วยตนเองหรือไม่',
'claim-now' => 'รับสิทธิ์ทันที',
'claimed' => 'อ้างว่า',
'current' => 'ปัจจุบัน',
'delete' => 'ลบคำขอนี้',
'delete-confirmation' => 'คุณแน่ใจหรือว่าต้องการลบคำขอนี้',
'delete-filled' => 'คำขอนี้สามารถลบได้หากยังไม่ได้กรอก',
'description' => 'ลักษณะ',
'dont-have-bps' => 'คุณไม่มีโบนัสเพียงพอ',
'edit-request' => 'แก้ไขคำขอ',
'enter-bp' => 'ป้อนคะแนนโบนัส (ขั้นต่ำ 100)',
'enter-hash' => 'ป้อนข้อมูลแฮชของ ID ที่อัปโหลด',
'fill' => 'ใส่',
'fill-request' => 'กรอกคำขอนี้',
'filled' => 'ที่เต็มไปด้วย',
'filled-by' => 'เต็มไปด้วย',
'for' => 'สำหรับ',
'fulfill' => 'เติมเต็ม',
'last-vote' => 'โหวตครั้งล่าสุด',
'my-requests' => 'คำขอของฉัน',
'no' => 'ไม่มี',
'no-imdb-id' => 'คำขอทั้งหมดจะต้องมีหมายเลข IMDB',
'no-privileges' => 'ข้อผิดพลาด: สิทธิ์การร้องขอของคุณถูกปิดใช้งาน',
'no-privileges-desc' => 'หากคุณคิดว่านี่เป็นข้อผิดพลาดโปรดติดต่อเจ้าหน้าที่',
'no-refunds' => 'การแลกเปลี่ยนของ BON ในการสร้างการบรรจุและการรับรางวัลถือเป็นที่สิ้นสุด <br> <strong>ไม่มีการคืนเงิน!</strong>',
'pending' => 'รอดำเนินการ',
'reason' => 'เหตุผล',
'reject' => 'ปฏิเสธ',
'report' => 'ขอรายงาน',
'request' => 'ขอร้อง',
'request-details' => 'ขอรายละเอียด',
'requested-by' => 'การร้องขอจาก',
'requests' => 'การร้องขอ',
'required' => 'จำเป็นต้องใช้',
'reset' => 'รีเซ็ต',
'reset-confirmation' => 'คุณแน่ใจหรือว่าต้องการรีเซ็ตคำขอนี้',
'reset-request' => 'รีเซ็ตคำขอนี้',
'reward' => 'รางวัล',
'reward-desc' => 'คุณต้องการให้คะแนนโบนัสเท่าไหร่ ขั้นต่ำ 100 BP',
'reward-from' => 'จาก',
'title' => 'หัวข้อ',
'torrent-hash' => 'Torrent Hash',
'total-bounty' => 'รวมเงินรางวัล',
'type' => 'ชนิด',
'unclaim' => 'ยกเลิกการอ้างสิทธิ์นี้',
'unfilled' => 'ที่ไม่สำเร็จ',
'view-filled' => 'ดูเต็มแล้ว',
'view-unfilled' => 'ดูไม่สำเร็จ',
'vote' => 'โหวต',
'vote-that' => 'โหวตคำขอนี้',
'voters' => 'ผู้มีสิทธิเลือกตั้ง',
'votes' => 'โหวต',
'yes' => 'ใช่',
];