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',
|
||||
generated: 'System Generated',
|
||||
urgent: 'Urgent',
|
||||
oldData: 'Select existing data',
|
||||
newData: 'Add new ',
|
||||
},
|
||||
|
||||
menu: {
|
||||
|
|
@ -217,6 +219,8 @@ export default {
|
|||
|
||||
message:
|
||||
'Duplicate data found. Do you want to use the data from the document?',
|
||||
|
||||
duplicateInformation: 'Data found in the system',
|
||||
},
|
||||
info: {
|
||||
cantChange:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue