feat: update i18n
This commit is contained in:
parent
7c3a3d6a99
commit
7b3efd4e7c
1 changed files with 10 additions and 0 deletions
|
|
@ -94,6 +94,7 @@ export default {
|
|||
create: 'Create {name}',
|
||||
edit: 'Edit {name}',
|
||||
},
|
||||
address: 'Address {suffix}',
|
||||
error: {
|
||||
required: 'This field is required.',
|
||||
invalid: 'Invalid value.',
|
||||
|
|
@ -120,4 +121,13 @@ export default {
|
|||
taxIdentificationNumber: 'Tax Identification Number',
|
||||
},
|
||||
},
|
||||
customerBranch: {
|
||||
form: {
|
||||
no: 'Branch No.',
|
||||
code: 'Branch Code',
|
||||
taxNo: 'Tax Identification Number',
|
||||
name: 'Branch Name',
|
||||
nameEN: 'Branch Name (EN)',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue