29 lines
842 B
TypeScript
29 lines
842 B
TypeScript
export default {
|
|
branchManagementCaption: 'Manage All Branch',
|
|
branchInHQ: 'Branch within the main office',
|
|
|
|
office: 'Office',
|
|
branchLabel: 'Branch',
|
|
branchHQLabel: 'Headquarters',
|
|
branchName: 'Branch Name',
|
|
branchAdd: 'Add Branch / Head Office',
|
|
branchManagement: 'Branch Management',
|
|
branchNoMainOfficeYet: 'No head office yet?',
|
|
branchClickToCreateMainOffice: 'Click "+" to create head office.',
|
|
|
|
totalEmployee: 'Total Employee',
|
|
|
|
branchLabelCode: 'Branch Code',
|
|
branchLabelName: 'Branch Name',
|
|
branchLabelTel: 'Branch Telephone No',
|
|
branchLabelAddress: 'Branch Address',
|
|
branchLabelType: 'Branch Type',
|
|
branchLabelStatus: 'Branch Status',
|
|
|
|
registeredBranch: 'Registered Branch',
|
|
|
|
branchStatTitle: 'Summary data of branch',
|
|
|
|
branchAdminTitle: 'Branch Admin',
|
|
branchAdminNone: 'No admin found',
|
|
};
|