From d4229cb838d3eded6b0958e4f3ff3220834116a8 Mon Sep 17 00:00:00 2001 From: Net Date: Thu, 1 Aug 2024 11:28:31 +0700 Subject: [PATCH] refactor: add i18n --- src/i18n/en-US/index.ts | 1 + src/i18n/th-th/index.ts | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/src/i18n/en-US/index.ts b/src/i18n/en-US/index.ts index 83373277..4fe93cb0 100644 --- a/src/i18n/en-US/index.ts +++ b/src/i18n/en-US/index.ts @@ -66,6 +66,7 @@ export default { dataSum: 'Data Summaries', createdAt: 'Created At', noResults: 'No Data', + notRecorded: 'You have not yet saved.', ...status, ...main, ...address, diff --git a/src/i18n/th-th/index.ts b/src/i18n/th-th/index.ts index e847d8a0..6139fc91 100644 --- a/src/i18n/th-th/index.ts +++ b/src/i18n/th-th/index.ts @@ -39,6 +39,10 @@ export default { displayField: 'ข้อมูลที่แสดง', deleteConfirmTitle: 'ยืนยันการลบข้อมูล', deleteConfirmMessage: 'คุณต้องการลบข้อมูลใช่หรือไม่', + + saveConfirmTitle: 'ยืนยันการบันทึกข้อมูล', + saveConfirmMessage: 'คุณต้องการบันทึกข้อมูลใช่หรือไม่', + headquartersNotEstablished: 'ท่านยังไม่ได้สร้างสำนักงานใหญ่ ต้องสร้างสำนักงานใหญ่ก่อนจึงจะสร้าง บุคลากรได้', changePassword: 'เปลี่ยนรหัสผ่าน', @@ -65,6 +69,7 @@ export default { dataSum: 'สรุปจำนวนข้อมูล', createdAt: 'สร้างเมื่อ', noResults: 'ไม่มีข้อมูล', + notRecorded: 'คุณยังไม่ได้บันทึก', ...status, ...main, ...address,