From 4f7e76325b40a4734c0c9c748be1fab5a50e2549 Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Thu, 4 Jul 2024 17:55:44 +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=20i18n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/en-US/branch.ts | 1 + src/i18n/th-th/branch.ts | 1 + 2 files changed, 2 insertions(+) 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: 'ชื่อสาขา',