diff --git a/src/i18n/eng.ts b/src/i18n/eng.ts index 7aabe58f..3f0f0110 100644 --- a/src/i18n/eng.ts +++ b/src/i18n/eng.ts @@ -1173,6 +1173,7 @@ export default { QuotationWorkerExceed: 'Worker exceed current quotation max worker.', taskListNotPending: 'One or more task is not pending.', reqNotMet: 'Not Match', + systemError: 'A system error occurred.', }, }, diff --git a/src/i18n/tha.ts b/src/i18n/tha.ts index 536ae9c7..1883b158 100644 --- a/src/i18n/tha.ts +++ b/src/i18n/tha.ts @@ -1155,6 +1155,7 @@ export default { taskListNotPending: 'มีงานหนึ่งงานหรือมากกว่าที่ไม่อยู่ในสถานะรอดำเนินการ', reqNotMet: 'ไม่ตรงกัน', + systemError: 'ระบบเกิดข้อผิดพลาด', }, },