diff --git a/src/i18n/en-US/branch.ts b/src/i18n/en-US/branch.ts index 5e758a98..bb4bc4cb 100644 --- a/src/i18n/en-US/branch.ts +++ b/src/i18n/en-US/branch.ts @@ -1,4 +1,6 @@ export default { + branchInHQ: 'Branch within the main office', + branchLabel: 'Branch', branchHQLabel: 'Headquarters', branchName: 'Branch Name', diff --git a/src/i18n/en-US/index.ts b/src/i18n/en-US/index.ts index 178edf4a..fa75d1fd 100644 --- a/src/i18n/en-US/index.ts +++ b/src/i18n/en-US/index.ts @@ -27,6 +27,8 @@ export default { switchOffLabel: 'Close', language: 'Language', languageName: 'English', + select: 'select', + all: 'all', ...main, ...address, ...branch, diff --git a/src/i18n/th-th/branch.ts b/src/i18n/th-th/branch.ts index cdd8bb02..dad1ae44 100644 --- a/src/i18n/th-th/branch.ts +++ b/src/i18n/th-th/branch.ts @@ -1,4 +1,6 @@ export default { + branchInHQ: 'สาขาภายในสำนักงานใหญ่', + branchLabel: 'สาขา', branchHQLabel: 'สำนักงานใหญ่', branchName: 'ชื่อสาขา', diff --git a/src/i18n/th-th/index.ts b/src/i18n/th-th/index.ts index 412587a3..cc68ba96 100644 --- a/src/i18n/th-th/index.ts +++ b/src/i18n/th-th/index.ts @@ -25,6 +25,8 @@ export default { status: 'สถานะ', language: 'ภาษา', languageName: 'ไทย', + select: 'เลือก', + all: 'ทั้งหมด', switchOnLabel: 'เปิด', switchOffLabel: 'ปิด', ...main,