diff --git a/src/i18n/en-US/index.ts b/src/i18n/en-US/index.ts index b3c75579..7d2fd3ea 100644 --- a/src/i18n/en-US/index.ts +++ b/src/i18n/en-US/index.ts @@ -104,6 +104,7 @@ export default { form: { group: { basicInfo: 'Basic Information', + branch: 'Branch', }, registeredBranch: 'Registered Branch', customerName: 'Company Name', diff --git a/src/i18n/th-th/index.ts b/src/i18n/th-th/index.ts index 672d1eae..53bd5bef 100644 --- a/src/i18n/th-th/index.ts +++ b/src/i18n/th-th/index.ts @@ -105,12 +105,16 @@ export default { form: { group: { basicInfo: 'ข้อมูลพื้นฐาน', + branch: 'ข้อมูลสาขา', }, registeredBranch: 'สาขาที่ลงทะเบียน', customerName: 'ชื่อบริษัท', customerNameEN: 'ชื่อบริษัท (EN)', personName: 'ชื่อลูกค้า', taxIdentificationNumber: 'หมายเลขประจำตัวผู้เสียภาษี', + branch: { + title: 'สาขาที่ {name}', + }, }, }, };