73 lines
2.1 KiB
TypeScript
73 lines
2.1 KiB
TypeScript
export default {
|
|
productAndService: 'Product and Service Groups',
|
|
productAndServiceAll: 'All Product and Service Groups',
|
|
productAndServiceType: 'Product and Service Type',
|
|
productAndServiceGroupCode: 'Product and Service Group Code',
|
|
productAndServiceGroupName: 'Product and Service Group Name',
|
|
productAndServiceTypeCode: 'Product and Service Type Code',
|
|
productAndServiceTypeName: 'Product and Service Type Name',
|
|
|
|
service: 'Service',
|
|
product: 'Product',
|
|
productGroup: 'Product Group: {name}',
|
|
productType: 'Product Type: {name}',
|
|
|
|
messageTooltipNoProduct: 'No Product and Service Groups',
|
|
messageTooltipProductCreate: 'Click + for product and service groups.',
|
|
|
|
productCreate: 'Create Product and Service Group',
|
|
|
|
addProduct: 'Add Product and Service Group',
|
|
|
|
productCode: 'Product Code',
|
|
productName: 'Product Name',
|
|
productDetail: 'Product Detail',
|
|
productProcessingTime: 'Processing Time (Day)',
|
|
priceInformation: 'Price Information',
|
|
salePrice: 'Sale Price',
|
|
agentPrice: 'Agent Price',
|
|
processingPrice: 'Processing Price',
|
|
|
|
editService: 'Edit Service',
|
|
addService: 'Add Service',
|
|
buttonAddProduct: 'Add Product',
|
|
editProduct: 'Edit Product',
|
|
|
|
serviceInformation: 'Service Information',
|
|
workInformation: 'Work Information',
|
|
workName: 'Work Name',
|
|
serviceCode: 'Work Code',
|
|
serviceName: 'Service Name',
|
|
serviceDetail: 'Service Detail',
|
|
productInWork: 'Products in work',
|
|
serviceAddProduct: 'Add Product',
|
|
processTime: 'Processing Time',
|
|
day: 'Days',
|
|
|
|
noField: 'No Field',
|
|
|
|
totalProductWork: 'Total product of work',
|
|
workNo: 'Work',
|
|
|
|
addWork: 'Add work',
|
|
|
|
properties: 'Properties',
|
|
noProperties: 'No Properties',
|
|
serviceProperties: 'Service Properties',
|
|
workProperties: 'Work Properties',
|
|
propertiesInWork: 'Properties in work',
|
|
text: 'Text',
|
|
number: 'Number',
|
|
date: 'Date',
|
|
selection: 'Selection',
|
|
propertiesName: 'Properties Name',
|
|
decimal: 'Decimal',
|
|
decimalPlace: 'Decimal Place',
|
|
useComma: 'use comma',
|
|
additional: 'Additional',
|
|
telMaxLength: 'Max Length',
|
|
addSelection: 'Add Selection',
|
|
selectAll: 'Select All',
|
|
|
|
noProduct: 'No Product',
|
|
};
|