th-TH translation
This commit is contained in:
46
resources/lang/th-TH/bills.php
Normal file
46
resources/lang/th-TH/bills.php
Normal file
@@ -0,0 +1,46 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'bill_number' => 'หมายเลขบิล',
|
||||
'bill_date' => 'วันที่บิล',
|
||||
'total_price' => 'ราคารวม',
|
||||
'due_date' => 'วันครบกำหนด',
|
||||
'order_number' => 'หมายเลขสั่งซื้อ',
|
||||
'bill_from' => 'บิลจาก',
|
||||
|
||||
'quantity' => 'จำนวน',
|
||||
'price' => 'ราคา',
|
||||
'sub_total' => 'ยอดรวม',
|
||||
'discount' => 'ส่วนลด',
|
||||
'tax_total' => 'ยอดรวมภาษี',
|
||||
'total' => 'รวมทั้งหมด',
|
||||
|
||||
'item_name' => 'ชื่อสินค้า | ชื่อสินค้า',
|
||||
|
||||
'show_discount' => ':discount% ส่วนลด',
|
||||
'add_discount' => 'เพิ่มส่วนลด',
|
||||
'discount_desc' => 'ของยอดรวม',
|
||||
|
||||
'payment_due' => 'ครบกำหนดชำระ',
|
||||
'amount_due' => 'ยอดเงินที่ต้องชำระ',
|
||||
'paid' => 'จ่ายไป',
|
||||
'histories' => 'ประวัติ',
|
||||
'payments' => 'การชำระเงิน',
|
||||
'add_payment' => 'เพิ่มการชำระเงิน',
|
||||
'mark_received' => 'ทำเครื่องหมายได้รับแล้ว',
|
||||
'download_pdf' => 'ดาวน์โหลด PDF',
|
||||
'send_mail' => 'ส่งอีเมล',
|
||||
|
||||
'status' => [
|
||||
'draft' => 'ฉบับร่าง',
|
||||
'received' => 'ได้รับแล้ว',
|
||||
'partial' => 'บางส่วน',
|
||||
'paid' => 'จ่ายแล้ว',
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
'received' => 'บิลทำเครื่องหมายได้รับเรียบร้อยแล้ว!',
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user