diff --git a/src/i18n/en-US/index.ts b/src/i18n/en-US/index.ts index cac33179..01328aba 100644 --- a/src/i18n/en-US/index.ts +++ b/src/i18n/en-US/index.ts @@ -133,6 +133,7 @@ export default { address: 'Address', business: 'Business', contact: 'Contact', + attachment: 'Attachment', }, no: 'Branch No.', code: 'Branch Code', @@ -143,6 +144,7 @@ export default { registerName: 'Registered Name', registerDate: 'Registered Date', telephone: 'Telephone No.', + attachment: 'Attachment', }, }, }; diff --git a/src/i18n/th-th/index.ts b/src/i18n/th-th/index.ts index 40047a96..5bda5a9e 100644 --- a/src/i18n/th-th/index.ts +++ b/src/i18n/th-th/index.ts @@ -136,6 +136,7 @@ export default { address: 'ที่อยู่', business: 'ธุรกิจ', contact: 'ติดต่อ', + attachment: 'เอกสารเพิ่มเติม', }, form: { no: 'เลขที่สาขา', @@ -146,6 +147,7 @@ export default { authorizedCapital: 'ทุนจดทะเบียน', registerName: 'ชื่อที่จดทะเบียน', registerDate: 'วันที่จดทะเบียน', + attachment: 'เอกสารเพิ่มเติม', }, }, };