refactor: update i18n
This commit is contained in:
parent
95629d36e4
commit
941bed0d48
5 changed files with 24 additions and 12 deletions
|
|
@ -2,4 +2,15 @@ export default {
|
|||
branchLabel: 'Branch',
|
||||
branchHQLabel: 'Headquarters',
|
||||
branchName: 'Branch Name',
|
||||
branchAdd: 'Add Branch / Head Office',
|
||||
branchManagement: 'Manage Branch',
|
||||
branchNoMainOfficeYet: 'No head office yet?',
|
||||
branchClickToCreateMainOffice: 'Click "+" to create head office.',
|
||||
|
||||
branchLabelCode: 'Branch Code',
|
||||
branchLabelName: 'Branch Name',
|
||||
branchLabelTel: 'Branch Telephone No',
|
||||
branchLabelAddress: 'Branch Address',
|
||||
branchLabelType: 'Branch Type',
|
||||
branchLabelStatus: 'Branch Status',
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue