From 54bba1fee3ea440d74576dbddb04858ed7017fd3 Mon Sep 17 00:00:00 2001 From: puriphatt Date: Mon, 23 Dec 2024 11:00:03 +0700 Subject: [PATCH] refactor: i18n --- 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 427ea4e1..a299bc3e 100644 --- a/src/i18n/eng.ts +++ b/src/i18n/eng.ts @@ -1030,6 +1030,7 @@ export default { authFailed: 'Authentication Failed. Please try again later. ', installmentsValidateFailed: 'Validation failed. Each installment must include at least one product. Please review and update the installments accordingly.', + flowTemplateNotFound: 'Workflow template cannot be found', }, }, diff --git a/src/i18n/tha.ts b/src/i18n/tha.ts index 504cce25..5cdcad9d 100644 --- a/src/i18n/tha.ts +++ b/src/i18n/tha.ts @@ -1015,6 +1015,7 @@ export default { authFailed: 'การยืนยันตัวตนล้มเหลว กรุณาลองใหม่ในภายหลัง', installmentsValidateFailed: 'ข้อมูลงวดไม่ถูกต้อง กรุณาตรวจสอบและยืนยันว่าแต่ละงวดมีสินค้าอย่างน้อยหนึ่งรายการ', + flowTemplateNotFound: 'ไม่พบขั้นตอนการทำงาน', }, },