refactor: add i18n
This commit is contained in:
parent
6064d0b713
commit
05d1e28590
2 changed files with 70 additions and 0 deletions
|
|
@ -128,7 +128,31 @@ export default {
|
|||
basicInfo: 'Basic Information',
|
||||
branch: 'Branch',
|
||||
},
|
||||
|
||||
instance: '{index} instance',
|
||||
|
||||
prefix: {
|
||||
mr: 'Mr.',
|
||||
mrs: 'Mrs.',
|
||||
miss: 'Miss.',
|
||||
},
|
||||
|
||||
prefixName: 'Prefix',
|
||||
legalPersonNo: 'Legal Entity Registration Number',
|
||||
registerName: 'Company Name',
|
||||
registerNameEN: 'Company Name (EN)',
|
||||
registerDate: 'Registered On',
|
||||
registerCompanyName: 'Registered Name',
|
||||
authorizedCapital: 'Authorized Capital',
|
||||
|
||||
workplace: 'Workplace',
|
||||
workplaceEN: 'Workplace (EN)',
|
||||
address: 'Address',
|
||||
addressEN: 'Address (EN)',
|
||||
branchCode: 'Branch Code',
|
||||
customerCode: 'Employer Code',
|
||||
legalPersonCode: 'Legal Entity Code',
|
||||
|
||||
codeAbbrev: 'Company Abbreviation',
|
||||
codeNumber: 'Company Number',
|
||||
registeredBranch: 'Registered Branch',
|
||||
|
|
@ -136,6 +160,19 @@ export default {
|
|||
customerNameEN: 'Company Name (EN)',
|
||||
personName: 'Customer Name',
|
||||
taxIdentificationNumber: 'Tax Identification Number',
|
||||
branch: {
|
||||
title: 'Branch {name}',
|
||||
},
|
||||
},
|
||||
|
||||
table: {
|
||||
orderNumber: 'No.',
|
||||
fullname: 'Full Name',
|
||||
businessTypePure: 'Business Type',
|
||||
address: 'Address',
|
||||
workPlace: 'Workplace',
|
||||
contactName: 'Contact Name',
|
||||
contactPhone: 'Contact Phone',
|
||||
},
|
||||
},
|
||||
customerBranch: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue