refactor: update i18n

This commit is contained in:
Methapon-Frappet 2024-04-16 18:33:32 +07:00
parent 95629d36e4
commit 941bed0d48
5 changed files with 24 additions and 12 deletions

View file

@ -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',
};