refactor: add system error messages for English and Thai translations

This commit is contained in:
puriphatt 2025-02-19 13:52:38 +07:00
parent 4f4aa5a76f
commit 415ea3853d
2 changed files with 2 additions and 0 deletions

View file

@ -1173,6 +1173,7 @@ export default {
QuotationWorkerExceed: 'Worker exceed current quotation max worker.', QuotationWorkerExceed: 'Worker exceed current quotation max worker.',
taskListNotPending: 'One or more task is not pending.', taskListNotPending: 'One or more task is not pending.',
reqNotMet: 'Not Match', reqNotMet: 'Not Match',
systemError: 'A system error occurred.',
}, },
}, },

View file

@ -1155,6 +1155,7 @@ export default {
taskListNotPending: taskListNotPending:
'มีงานหนึ่งงานหรือมากกว่าที่ไม่อยู่ในสถานะรอดำเนินการ', 'มีงานหนึ่งงานหรือมากกว่าที่ไม่อยู่ในสถานะรอดำเนินการ',
reqNotMet: 'ไม่ตรงกัน', reqNotMet: 'ไม่ตรงกัน',
systemError: 'ระบบเกิดข้อผิดพลาด',
}, },
}, },