refactor: add i18n

This commit is contained in:
Net 2024-08-22 17:43:46 +07:00
parent eff59ca918
commit 358ef363bd
2 changed files with 33 additions and 0 deletions

View file

@ -227,4 +227,21 @@ export default {
backend: {
sameBranchCodeExists: 'This Head Office Abbreviation is already in use.',
},
dialog: {
title: {
incompleteDataEntry: 'Incomplete Data Entry',
},
message: {
incompleteDataEntry: 'Incomplete data entry on {tap} page',
},
action: {
ok: 'OK',
save: 'Save',
saveAndClose: 'Save and Close',
close: 'Close',
delete: 'Delete',
cancel: 'Cancel',
},
},
};

View file

@ -225,4 +225,20 @@ export default {
backend: {
sameBranchCodeExists: 'ตัวย่อสำนักงานใหญ่นี้ถูกใช้แล้ว',
},
dialog: {
title: {
incompleteDataEntry: 'กรอกข้อมูลไม่ครบ',
},
message: {
incompleteDataEntry: 'กรอกข้อมูลไม่ครบในหน้า {tap}',
},
action: {
ok: 'ยืนยัน',
save: 'บันทึก',
saveAndClose: 'บันทึกและปิดหน้าต่าง',
close: 'ปิดหน้าต่าง',
delete: 'ลบ',
cancel: 'ยกเลิก',
},
},
};