75 lines
2.1 KiB
TypeScript
75 lines
2.1 KiB
TypeScript
export default {
|
|
branchManagement: {
|
|
label: {
|
|
branchManagementCaption: 'Manage All Branch',
|
|
branchLabel: 'Branch',
|
|
branchHQLabel: 'Headquarters',
|
|
},
|
|
|
|
table: {
|
|
title: {
|
|
office: 'Office',
|
|
ddress: 'Address',
|
|
// formDialogInputTelephone: 'Telephone Number',
|
|
telephone: 'Telephone Number',
|
|
type: 'Type',
|
|
},
|
|
},
|
|
|
|
input: {
|
|
label: {
|
|
search: 'Search',
|
|
},
|
|
},
|
|
|
|
manu: {
|
|
branchName: 'Branch Name',
|
|
branchLabelTel: 'Branch Telephone No',
|
|
branchLabelAddress: 'Branch Address',
|
|
branchLabelType: 'Branch Type',
|
|
viewDetail: 'View Detail',
|
|
edit: 'Edit',
|
|
delete: 'Delete',
|
|
switchOnLabel: 'Open',
|
|
switchOffLabel: 'Close',
|
|
},
|
|
},
|
|
|
|
formDialog: {
|
|
section: {
|
|
formDialogTitleInformation: 'Basic Information',
|
|
formDialogTitleContact: 'Contact Information',
|
|
formDialogTitleAddress: ' Head office address information',
|
|
formDialogTitleLocation: 'Head Office Location',
|
|
formDialogTitleImg: 'Office Image',
|
|
subtopic: {
|
|
formDialogAddress: 'Address in Thai',
|
|
formDialogAddressEN: 'Address in English',
|
|
},
|
|
},
|
|
input: {
|
|
formDialogInputCode: 'Head Office Code',
|
|
formDialogInputBrId: 'Branch Code',
|
|
formDialogInputTaxNo: 'Tax Identification Number',
|
|
formDialogInputNameSubBranch: 'Branch Name',
|
|
formDialogInputNameSubBranchEn: 'Branch Name (English)',
|
|
formDialogInputEmailSubBranch: 'Branch Contact Email',
|
|
formDialogInputTelephoneSubBranch: 'Branch Telephone Number',
|
|
formDialogInputContactName: 'Contact',
|
|
formDialogInputTelephoneContact: 'Contact Telephone Number',
|
|
address: 'Address',
|
|
province: 'Province',
|
|
district: 'District',
|
|
subDistrict: 'Sub-district',
|
|
zipCode: 'Zip Code',
|
|
},
|
|
|
|
button: {
|
|
formDialogUploadQrCode: 'Upload QR Code',
|
|
formDialogBtnLocation: 'Start sharing location',
|
|
formDialogBtnImg: 'Add Office Image',
|
|
agree: 'Ok',
|
|
cancel: 'Cancel',
|
|
},
|
|
},
|
|
};
|