From f68e8cf6752191e5f4ed3df335f59d49423c575d Mon Sep 17 00:00:00 2001 From: net Date: Tue, 14 Oct 2025 17:16:35 +0700 Subject: [PATCH] refactor: add i18n error --- 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 9afb6737..c4c17eae 100644 --- a/src/i18n/eng.ts +++ b/src/i18n/eng.ts @@ -1233,6 +1233,7 @@ export default { taskListNotPending: 'One or more task is not pending.', reqNotMet: 'Not Match', systemError: 'A system error occurred.', + taskOrderInvalid: 'Please select the product and the organization.', }, }, diff --git a/src/i18n/tha.ts b/src/i18n/tha.ts index 3430d2f6..f94f9a7a 100644 --- a/src/i18n/tha.ts +++ b/src/i18n/tha.ts @@ -1219,6 +1219,7 @@ export default { 'มีงานหนึ่งงานหรือมากกว่าที่ไม่อยู่ในสถานะรอดำเนินการ', reqNotMet: 'ไม่ตรงกัน', systemError: 'ระบบเกิดข้อผิดพลาด', + taskOrderInvalid: 'โปรดเลือก สินค้าเเละหน่วยงาน', }, },