refactor(04): i18n
This commit is contained in:
parent
c1a8e18429
commit
4fedd3ad6a
4 changed files with 48 additions and 24 deletions
|
|
@ -159,10 +159,19 @@ export default {
|
|||
attachment: 'Attachment',
|
||||
},
|
||||
},
|
||||
service: {
|
||||
title: 'Service',
|
||||
showTotalPrice: 'Show Total Price',
|
||||
productService: {
|
||||
group: {
|
||||
addTitle: 'Add Product and Service Group',
|
||||
},
|
||||
type: {
|
||||
addTitle: 'Add Product and Service Type',
|
||||
},
|
||||
service: {
|
||||
title: 'Service',
|
||||
showTotalPrice: 'Show Total Price',
|
||||
},
|
||||
},
|
||||
|
||||
backend: {
|
||||
sameBranchCodeExists: 'This Head Office Abbreviation is already in use.',
|
||||
},
|
||||
|
|
|
|||
|
|
@ -163,10 +163,19 @@ export default {
|
|||
attachment: 'เอกสารเพิ่มเติม',
|
||||
},
|
||||
},
|
||||
service: {
|
||||
title: 'บริการ',
|
||||
showTotalPrice: 'แสดงราคารวม',
|
||||
productService: {
|
||||
group: {
|
||||
addTitle: 'เพิ่มกลุ่มสินค้าและบริการ',
|
||||
},
|
||||
type: {
|
||||
addTitle: 'เพิ่มประเภทสินค้าและบริการ',
|
||||
},
|
||||
service: {
|
||||
title: 'บริการ',
|
||||
showTotalPrice: 'แสดงราคารวม',
|
||||
},
|
||||
},
|
||||
|
||||
backend: {
|
||||
sameBranchCodeExists: 'ตัวย่อสำนักงานใหญ่นี้ถูกใช้แล้ว',
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue