refactor: add i18n
This commit is contained in:
parent
e34f100138
commit
96e59d175e
2 changed files with 8 additions and 1 deletions
|
|
@ -19,6 +19,7 @@ export default {
|
|||
formDialogTitleLocation: 'Head Office Location',
|
||||
formDialogTitleInformation: 'Basic Information',
|
||||
formDialogTitleContact: 'Contact Information',
|
||||
formDialogTitlePersonal: 'Personal Information',
|
||||
|
||||
formDialogTitleProductStatus: 'Product Status',
|
||||
|
||||
|
|
@ -75,6 +76,8 @@ export default {
|
|||
formDialogInputUsernameValidate: 'Please enter username',
|
||||
formDialogInputUserCode: 'Personnel Code',
|
||||
|
||||
formDialogInputPrefixNameValidate: 'Please select prefix',
|
||||
formDialogPrefixName: 'prefix',
|
||||
formDialogTitlePersonnel: 'Personnel Information',
|
||||
formDialogInputFirstName: 'First Name',
|
||||
formDialogInputFirstNameValidate: 'Please enter first name',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue