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,