From 415ea3853de02c5ae8c4b1ec7e50b3564bdd5c51 Mon Sep 17 00:00:00 2001 From: puriphatt Date: Wed, 19 Feb 2025 13:52:38 +0700 Subject: [PATCH] refactor: add system error messages for English and Thai translations --- src/i18n/eng.ts | 1 + src/i18n/tha.ts | 1 + 2 files changed, 2 insertions(+) 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: 'ระบบเกิดข้อผิดพลาด', }, },