diff --git a/src/i18n/en-US/index.ts b/src/i18n/en-US/index.ts index e1ab313b..59c909c6 100644 --- a/src/i18n/en-US/index.ts +++ b/src/i18n/en-US/index.ts @@ -128,6 +128,9 @@ export default { taxNo: 'Tax Identification Number', name: 'Branch Name', nameEN: 'Branch Name (EN)', + authorizedCapital: 'Authorized Capital', + registerName: 'Registered Name', + registerDate: 'Registered Date', }, }, }; diff --git a/src/i18n/th-th/index.ts b/src/i18n/th-th/index.ts index a99934f9..a3c77553 100644 --- a/src/i18n/th-th/index.ts +++ b/src/i18n/th-th/index.ts @@ -95,6 +95,7 @@ export default { create: 'สร้าง {name}', edit: 'แก้ไข {name}', }, + address: 'ที่อยู่ {suffix}', error: { required: 'จำเป็นต้องกรอกข้อมูลนี้', invalid: 'ค่าที่ไม่ถูกต้อง', @@ -124,4 +125,16 @@ export default { }, }, }, + customerBranch: { + form: { + no: 'เลขที่สาขา', + code: 'รหัสสาขา', + taxNo: 'เลขประจำตัวผู้เสียภาษี', + name: 'ชื่อสาขา', + nameEN: 'ชื่อสาขา (ภาษาอังกฤษ)', + authorizedCapital: 'ทุนจดทะเบียน', + registerName: 'ชื่อที่จดทะเบียน', + registerDate: 'วันที่จดทะเบียน', + }, + }, };