fix: dialog error & i18n

This commit is contained in:
puriphatt 2024-10-04 15:11:26 +07:00
parent b20f40658d
commit 20dc04c769
3 changed files with 12 additions and 2 deletions

View file

@ -95,6 +95,7 @@ export default {
beforeEdit: 'ค่าเดิม',
afterEdit: 'แก้ใหม่',
generated: 'ระบบออกให้',
urgent: 'เร่งด่วน',
},
menu: {
@ -619,6 +620,7 @@ export default {
contactName: 'ชื่อผู้ติดต่อ',
documentReceivePoint: 'จุดรับเอกสาร',
dueDate: 'วันครบกำหนดใบเสนอราคา',
special: 'พิเศษ',
paymentCondition: 'เงื่อนไขการชำระเงิน',
payType: 'วิธีการชำระเงิน',
@ -739,6 +741,9 @@ export default {
codeMisMatch: 'รหัสไม่ตรงกัน',
userExists: 'ชื่อผู้ใช้นี้มีอยู่ในระบบอยู่แล้ว',
crossCompanyNotPermit: 'ไม่สามารถดำเนินการระหว่างสำนักงานใหญ่อื่นได้',
errorOccure:
'เกิดข้อผิดพลาดทำให้ระบบไม่สามารถทำงานได้ กรุณาลองใหม่ในภายหลัง',
invalideData: 'ข้อมูลไม่ถูกต้อง กรุณาตรวจสอบใหม่อีกครั้ง',
},
},
};