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: 'เพิ่มลายเซ็น',