diff --git a/src/i18n/en-US/branch.ts b/src/i18n/en-US/branch.ts index 95902606..f7c6f7dc 100644 --- a/src/i18n/en-US/branch.ts +++ b/src/i18n/en-US/branch.ts @@ -2,6 +2,7 @@ export default { branchManagementCaption: 'Manage All Branch', branchInHQ: 'Branch within the main office', + office: 'Office', branchLabel: 'Branch', branchHQLabel: 'Headquarters', branchName: 'Branch Name', diff --git a/src/i18n/th-th/branch.ts b/src/i18n/th-th/branch.ts index 36782675..d8cb8fea 100644 --- a/src/i18n/th-th/branch.ts +++ b/src/i18n/th-th/branch.ts @@ -2,6 +2,7 @@ export default { branchManagementCaption: 'จัดการสาขาทั้งหมด', branchInHQ: 'สาขาภายในสำนักงานใหญ่', + office: 'สำนักงาน', branchLabel: 'สาขา', branchHQLabel: 'สำนักงานใหญ่', branchName: 'ชื่อสาขา',