From 2abee40af97ab97d00a8d872a6c59e63c142fa4a Mon Sep 17 00:00:00 2001 From: Net Date: Mon, 9 Sep 2024 15:46:50 +0700 Subject: [PATCH] refactor: add i18n --- src/i18n/eng/index.ts | 5 +++++ src/i18n/tha/index.ts | 1 + 2 files changed, 6 insertions(+) diff --git a/src/i18n/eng/index.ts b/src/i18n/eng/index.ts index 8ff0bcf9..543228b2 100644 --- a/src/i18n/eng/index.ts +++ b/src/i18n/eng/index.ts @@ -58,6 +58,8 @@ export default { typeBranch: 'Branch Type', branchStatus: 'Branch Status', success: 'Success', + taxNo: 'Legal Person', + contactName: 'Contact Name', }, menu: { @@ -168,6 +170,7 @@ export default { branch: { office: 'Office', card: { + office: 'Office', orderNumber: 'No.', branchLabelName: 'Name', branchLabelAddress: 'Address', @@ -176,6 +179,8 @@ export default { branchVirtual: 'Virtual Branch', branchLabel: 'Branch', branchHQLabel: 'Headoffice', + taxNo: 'Legal Person', + contactName: 'Contact Name', }, page: { captionManage: 'Manage', diff --git a/src/i18n/tha/index.ts b/src/i18n/tha/index.ts index 5023d619..571fe45f 100644 --- a/src/i18n/tha/index.ts +++ b/src/i18n/tha/index.ts @@ -172,6 +172,7 @@ export default { card: { orderNumber: 'ลำดับที่', branchLabelName: 'ชื่อ', + office: 'สำนักงาน', branchLabelAddress: 'ที่อยู่', branchLabelTel: 'เบอร์โทรสำนักงาน', branchLabelType: 'ประเภท',