jws-frontend/src/i18n/en-US/branch.ts

19 lines
572 B
TypeScript
Raw Normal View History

2024-04-10 15:01:10 +07:00
export default {
2024-04-17 15:17:46 +07:00
branchInHQ: 'Branch within the main office',
2024-04-10 15:01:10 +07:00
branchLabel: 'Branch',
branchHQLabel: 'Headquarters',
2024-04-11 09:49:51 +07:00
branchName: 'Branch Name',
2024-04-16 18:33:32 +07:00
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',
2024-04-10 15:01:10 +07:00
};