From ae3de549682794cdb22d5812afc803d93e588cc4 Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Wed, 17 Apr 2024 15:17:46 +0700 Subject: [PATCH] =?UTF-8?q?feat:=20=E0=B9=80=E0=B8=9E=E0=B8=B4=E0=B9=88?= =?UTF-8?q?=E0=B8=A1=20=20i18n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/en-US/branch.ts | 2 ++ src/i18n/en-US/index.ts | 2 ++ src/i18n/th-th/branch.ts | 2 ++ src/i18n/th-th/index.ts | 2 ++ 4 files changed, 8 insertions(+) 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,