refactor(04): i18n

This commit is contained in:
puriphatt 2024-08-16 17:08:59 +07:00
parent c1a8e18429
commit 4fedd3ad6a
4 changed files with 48 additions and 24 deletions

View file

@ -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.',
},

View file

@ -163,10 +163,19 @@ export default {
attachment: 'เอกสารเพิ่มเติม',
},
},
service: {
title: 'บริการ',
showTotalPrice: 'แสดงราคารวม',
productService: {
group: {
addTitle: 'เพิ่มกลุ่มสินค้าและบริการ',
},
type: {
addTitle: 'เพิ่มประเภทสินค้าและบริการ',
},
service: {
title: 'บริการ',
showTotalPrice: 'แสดงราคารวม',
},
},
backend: {
sameBranchCodeExists: 'ตัวย่อสำนักงานใหญ่นี้ถูกใช้แล้ว',
},