fix(04): i18n service to type, product to product & service
This commit is contained in:
parent
51afed5578
commit
9e540bf6d3
2 changed files with 37 additions and 37 deletions
|
|
@ -475,36 +475,36 @@ export default {
|
|||
name: 'Products and Services Types Name',
|
||||
},
|
||||
service: {
|
||||
title: 'Services',
|
||||
title: 'Type',
|
||||
totalWork: 'Total Work',
|
||||
code: 'Services Code',
|
||||
name: 'Services Name',
|
||||
code: 'Type Code',
|
||||
name: 'Type Name',
|
||||
work: 'Work',
|
||||
workName: 'Work Name',
|
||||
showTotalPrice: 'Show Total Price',
|
||||
addTitle: 'Add Services',
|
||||
addTitle: 'Add Type',
|
||||
registeredBranch: 'Registered Branch',
|
||||
information: 'Services Information',
|
||||
information: 'Type Information',
|
||||
workInformation: 'Work Information',
|
||||
serviceProperties: 'Services Properties',
|
||||
serviceProperties: 'Type Properties',
|
||||
propertiesName: 'Properties Name',
|
||||
properties: 'Properties',
|
||||
noProperties: 'No Properties',
|
||||
propertiesInWork: 'Properties in work',
|
||||
productInWork: 'Products in work',
|
||||
totalProductWork: 'Total products of work',
|
||||
productInWork: 'Products and Services in work',
|
||||
totalProductWork: 'Total products and services of work',
|
||||
list: 'Item',
|
||||
addWork: 'Add Work',
|
||||
workAlreadyExist: 'Work already exist',
|
||||
},
|
||||
product: {
|
||||
title: 'Products',
|
||||
code: 'Products Code',
|
||||
name: 'Products Name',
|
||||
title: 'Products and Services',
|
||||
code: 'Products and Services Code',
|
||||
name: 'Products and Services Name',
|
||||
registeredBranch: 'Registered Branch',
|
||||
noProduct: 'No Products',
|
||||
allProduct: 'All Products',
|
||||
addTitle: 'Add Products',
|
||||
noProduct: 'No Products and Services',
|
||||
allProduct: 'All Products and Services',
|
||||
addTitle: 'Add Products and Services',
|
||||
processingTime: 'Processing Time',
|
||||
processingTimeDay: 'Processing Time (Days)',
|
||||
priceInformation: 'Price Information',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue