From 22e40dd95f016754d3237b3688ff2203a3062141 Mon Sep 17 00:00:00 2001 From: Net Date: Mon, 5 Aug 2024 16:25:20 +0700 Subject: [PATCH] refacot: add i18n thai --- src/i18n/th-th/index.ts | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) 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: 'หมายเลขประจำตัวผู้เสียภาษี', + }, + }, };