refactor: add system error messages for English and Thai translations
This commit is contained in:
parent
4f4aa5a76f
commit
415ea3853d
2 changed files with 2 additions and 0 deletions
|
|
@ -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.',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1155,6 +1155,7 @@ export default {
|
||||||
taskListNotPending:
|
taskListNotPending:
|
||||||
'มีงานหนึ่งงานหรือมากกว่าที่ไม่อยู่ในสถานะรอดำเนินการ',
|
'มีงานหนึ่งงานหรือมากกว่าที่ไม่อยู่ในสถานะรอดำเนินการ',
|
||||||
reqNotMet: 'ไม่ตรงกัน',
|
reqNotMet: 'ไม่ตรงกัน',
|
||||||
|
systemError: 'ระบบเกิดข้อผิดพลาด',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue