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

27 lines
768 B
TypeScript
Raw Normal View History

2024-04-10 15:01:10 +07:00
export default {
2024-07-02 09:22:06 +00:00
branchManagementCaption: 'Manage All Branch',
2024-04-17 15:17:46 +07:00
branchInHQ: 'Branch within the main office',
2024-07-04 17:55:44 +07:00
office: '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',
2024-07-02 09:43:06 +00:00
branchManagement: 'Branch Management',
2024-04-16 18:33:32 +07:00
branchNoMainOfficeYet: 'No head office yet?',
branchClickToCreateMainOffice: 'Click "+" to create head office.',
2024-06-11 12:56:05 +07:00
totalEmployee: 'Total Employee',
2024-04-16 18:33:32 +07:00
branchLabelCode: 'Branch Code',
branchLabelName: 'Branch Name',
branchLabelTel: 'Branch Telephone No',
branchLabelAddress: 'Branch Address',
branchLabelType: 'Branch Type',
branchLabelStatus: 'Branch Status',
2024-07-03 17:49:24 +07:00
registeredBranch: 'Registered Branch',
2024-07-05 03:39:41 +00:00
branchStatTitle: 'Summary data of branch',
2024-04-10 15:01:10 +07:00
};