refactor: add i18n

This commit is contained in:
Net 2024-08-01 11:28:31 +07:00
parent 2de98fe190
commit d4229cb838
2 changed files with 6 additions and 0 deletions

View file

@ -66,6 +66,7 @@ export default {
dataSum: 'Data Summaries',
createdAt: 'Created At',
noResults: 'No Data',
notRecorded: 'You have not yet saved.',
...status,
...main,
...address,

View file

@ -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,