fix: i18n

This commit is contained in:
puriphatt 2024-10-29 14:58:53 +07:00
parent aedd65edfc
commit c3cc5f60a4
2 changed files with 4 additions and 0 deletions

View file

@ -595,6 +595,7 @@ export default {
code: 'Package Code',
name: 'Package Name',
work: 'Work',
workNo: 'Work no {msg}',
workName: 'Work Name',
showTotalPrice: 'Show Total Price',
addTitle: 'Add Package',
@ -725,6 +726,7 @@ export default {
template: 'Template',
processStep: 'Process Step',
step: 'Step',
stepNo: 'Step no {msg}',
responsiblePerson: 'Responsible Person',
},

View file

@ -589,6 +589,7 @@ export default {
code: 'รหัสแพ็คเกจ',
name: 'ชื่อแพ็คเกจ',
work: 'งาน',
workNo: 'งานที่ {msg}',
workName: 'ชื่องาน',
showTotalPrice: 'แสดงราคารวม',
addTitle: 'เพิ่มแพ็คเกจ',
@ -719,6 +720,7 @@ export default {
template: 'แม่แบบ',
processStep: 'ขั้นตอนการทำงาน',
step: 'ขั้นตอน',
stepNo: 'ขั้นตอนที่ {msg}',
responsiblePerson: 'ผู้รับผิดชอบ',
},