From 631198554f3bbfd6a58c5b21b97151df7c12499d Mon Sep 17 00:00:00 2001 From: puriphatt Date: Wed, 25 Sep 2024 13:14:51 +0700 Subject: [PATCH] fix: i18n --- src/i18n/tha/index.ts | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/src/i18n/tha/index.ts b/src/i18n/tha/index.ts index 78df3170..b063e544 100644 --- a/src/i18n/tha/index.ts +++ b/src/i18n/tha/index.ts @@ -80,6 +80,11 @@ export default { totalVatIncluded: 'จำนวนเงินที่คำนวณภาษี', vat: 'ภาษีมูลค่าเพิ่ม {msg}', totalAmount: 'จำนวนเงินรวมทั้งสิ้น', + specify: 'ระบุ{msg}', + noSpecify: 'ไม่ระบุ{msg}', + noDataTable: 'ยังไม่มีข้อมูลแสดงในตารางนี้', + birthDate: 'วันเกิด', + amount: 'จำนวน {msg}', }, menu: { @@ -93,7 +98,7 @@ export default { userCaption: 'จัดการบุคลากรภายในองค์กร', customer: 'จัดการลูกค้า', - customerCaption: 'จัดารลูกค้าภายในองค์กร', + customerCaption: 'จัดการลูกค้าภายในองค์กร', product: 'สินค้าและบริการ', productCaption: 'สินค้าและบริการ', @@ -594,6 +599,7 @@ export default { newCustomer: 'ลูกค้าใหม่', employeeList: 'รายชื่อแรงงาน', employee: 'แรงงาน', + employeeName: 'ชื่อ-นามสกุล แรงงาน', workName: 'ชื่องาน', contactName: 'ชื่อผู้ติดต่อ', documentReceivePoint: 'จุดรับเอกสาร', @@ -610,6 +616,18 @@ export default { amount: 'จำนวนเงิน', payDueDate: 'วันที่กำหนดจ่าย', callDueDate: 'วันที่ครบกำหนดเรียก', + + processOn: 'วันที่ดำเนินการ {msg}', + productList: 'รายการสินค้า', + + foreignRefNo: 'เลขที่อ้างอิงคนต่างด้าว', + documentExpireDate: 'วันที่เอกสารหมดอายุ', + + pricePerUnit: 'ราคาต่อหน่วย', + sumPrice: 'ราคารวม', + tax: 'ภาษี', + calVat: 'คิดภาษี', + allProduct: 'รายการสินค้าทั้งหมด', type: { all: 'ทั้งหมด', fullAmountCash: 'เงินสดเต็มจำนวน',