refactor: add i18n
This commit is contained in:
parent
040ee4dcec
commit
27aee89e3a
2 changed files with 7 additions and 0 deletions
|
|
@ -97,6 +97,8 @@ export default {
|
||||||
afterEdit: 'After',
|
afterEdit: 'After',
|
||||||
generated: 'System Generated',
|
generated: 'System Generated',
|
||||||
urgent: 'Urgent',
|
urgent: 'Urgent',
|
||||||
|
oldData: 'Select existing data',
|
||||||
|
newData: 'Add new ',
|
||||||
},
|
},
|
||||||
|
|
||||||
menu: {
|
menu: {
|
||||||
|
|
@ -217,6 +219,8 @@ export default {
|
||||||
|
|
||||||
message:
|
message:
|
||||||
'Duplicate data found. Do you want to use the data from the document?',
|
'Duplicate data found. Do you want to use the data from the document?',
|
||||||
|
|
||||||
|
duplicateInformation: 'Data found in the system',
|
||||||
},
|
},
|
||||||
info: {
|
info: {
|
||||||
cantChange:
|
cantChange:
|
||||||
|
|
|
||||||
|
|
@ -97,6 +97,8 @@ export default {
|
||||||
afterEdit: 'แก้ใหม่',
|
afterEdit: 'แก้ใหม่',
|
||||||
generated: 'ระบบออกให้',
|
generated: 'ระบบออกให้',
|
||||||
urgent: 'เร่งด่วน',
|
urgent: 'เร่งด่วน',
|
||||||
|
oldData: 'เลือกข้อมูลที่มีอยู่เเล้ว',
|
||||||
|
newData: 'เพิ่มมาใหม่',
|
||||||
},
|
},
|
||||||
|
|
||||||
menu: {
|
menu: {
|
||||||
|
|
@ -214,6 +216,7 @@ export default {
|
||||||
unsave:
|
unsave:
|
||||||
'คุณมีการเปลี่ยนแปลงที่ยังไม่ได้บันทึก คุณต้องการปิดหน้าต่างนี้หรือไม่',
|
'คุณมีการเปลี่ยนแปลงที่ยังไม่ได้บันทึก คุณต้องการปิดหน้าต่างนี้หรือไม่',
|
||||||
message: 'พบข้อมูลซ้ำกันต้องการใช้ข้อมูลจากเอกสารหรือไม่',
|
message: 'พบข้อมูลซ้ำกันต้องการใช้ข้อมูลจากเอกสารหรือไม่',
|
||||||
|
duplicateInformation: 'พบข้อมูลในระบบ',
|
||||||
},
|
},
|
||||||
info: {
|
info: {
|
||||||
cantChange:
|
cantChange:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue