diff --git a/src/i18n/th-th/index.ts b/src/i18n/th-th/index.ts index 227955d4..672d1eae 100644 --- a/src/i18n/th-th/index.ts +++ b/src/i18n/th-th/index.ts @@ -90,4 +90,27 @@ export default { ...productService, ...alertDialog, ...bank, + form: { + title: { + create: 'สร้าง {name}', + edit: 'แก้ไข {name}', + }, + error: { + required: 'จำเป็นต้องกรอกข้อมูลนี้', + invalid: 'ค่าที่ไม่ถูกต้อง', + invalidCustomeMessage: 'ค่าที่ไม่ถูกต้อง {msg}', + }, + }, + customer: { + form: { + group: { + basicInfo: 'ข้อมูลพื้นฐาน', + }, + registeredBranch: 'สาขาที่ลงทะเบียน', + customerName: 'ชื่อบริษัท', + customerNameEN: 'ชื่อบริษัท (EN)', + personName: 'ชื่อลูกค้า', + taxIdentificationNumber: 'หมายเลขประจำตัวผู้เสียภาษี', + }, + }, };