From a161555c2ba62b92ffb039182c3b3b2ebe0d9e9c Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Tue, 11 Jun 2024 12:56:05 +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/th-th/branch.ts | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/i18n/en-US/branch.ts b/src/i18n/en-US/branch.ts index bb4bc4cb..5befcafa 100644 --- a/src/i18n/en-US/branch.ts +++ b/src/i18n/en-US/branch.ts @@ -9,6 +9,8 @@ export default { branchNoMainOfficeYet: 'No head office yet?', branchClickToCreateMainOffice: 'Click "+" to create head office.', + totalEmployee: 'Total Employee', + branchLabelCode: 'Branch Code', branchLabelName: 'Branch Name', branchLabelTel: 'Branch Telephone No', diff --git a/src/i18n/th-th/branch.ts b/src/i18n/th-th/branch.ts index dad1ae44..8fa2e513 100644 --- a/src/i18n/th-th/branch.ts +++ b/src/i18n/th-th/branch.ts @@ -9,6 +9,8 @@ export default { branchNoMainOfficeYet: 'ยังไม่มีสำนักงานใหญ่?', branchClickToCreateMainOffice: 'คลิก + เพื่อสร้างสำนักงานใหญ่', + totalEmployee: 'ลูกจ้างทั้งหมด', + branchLabelCode: 'รหัสสาขา', branchLabelName: 'ชื่อสาขา', branchLabelTel: 'เบอร์โทรศัพท์สาขา',