refactor: add i18n
This commit is contained in:
parent
eff59ca918
commit
358ef363bd
2 changed files with 33 additions and 0 deletions
|
|
@ -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',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
|
|||
|
|
@ -225,4 +225,20 @@ export default {
|
|||
backend: {
|
||||
sameBranchCodeExists: 'ตัวย่อสำนักงานใหญ่นี้ถูกใช้แล้ว',
|
||||
},
|
||||
dialog: {
|
||||
title: {
|
||||
incompleteDataEntry: 'กรอกข้อมูลไม่ครบ',
|
||||
},
|
||||
message: {
|
||||
incompleteDataEntry: 'กรอกข้อมูลไม่ครบในหน้า {tap}',
|
||||
},
|
||||
action: {
|
||||
ok: 'ยืนยัน',
|
||||
save: 'บันทึก',
|
||||
saveAndClose: 'บันทึกและปิดหน้าต่าง',
|
||||
close: 'ปิดหน้าต่าง',
|
||||
delete: 'ลบ',
|
||||
cancel: 'ยกเลิก',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue