From f0fadfdc1bc6824dde9a5f54bcec46e55c7eedcd Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Fri, 12 Jul 2024 11:07:13 +0700 Subject: [PATCH] =?UTF-8?q?refactor:=20=E0=B9=80=E0=B8=9E=E0=B8=B4?= =?UTF-8?q?=E0=B9=88=E0=B8=A1=20=20i18n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/en-US/index.ts | 2 ++ src/i18n/th-th/index.ts | 1 + 2 files changed, 3 insertions(+) diff --git a/src/i18n/en-US/index.ts b/src/i18n/en-US/index.ts index d612098f..35424c99 100644 --- a/src/i18n/en-US/index.ts +++ b/src/i18n/en-US/index.ts @@ -39,6 +39,8 @@ export default { displayField: 'Display Fields', deleteConfirmTitle: 'Comfirm Deletion', deleteConfirmMessage: 'Do you want to delete this item?', + headquartersNotEstablished: 'You have not yet established the headquarters. You need to establish the headquarters before you can create personnel.', + changePassword: 'Change Password', signature: 'Signature', addSignature: 'Add Signature', diff --git a/src/i18n/th-th/index.ts b/src/i18n/th-th/index.ts index cecc7788..bf5d3cb4 100644 --- a/src/i18n/th-th/index.ts +++ b/src/i18n/th-th/index.ts @@ -39,6 +39,7 @@ export default { displayField: 'ข้อมูลที่แสดง', deleteConfirmTitle: 'ยืนยันการลบข้อมูล', deleteConfirmMessage: 'คุณต้องการลบข้อมูลใช่หรือไม่', + headquartersNotEstablished: 'ท่านยังไม่ได้สร้างสำนักงานใหญ่ ต้องสร้างสำนักงานใหญ่ก่อนจึงจะสร้าง บุคลากรได้', changePassword: 'เปลี่ยนรหัสผ่าน', signature: 'ลายเซ็น', addSignature: 'เพิ่มลายเซ็น',