From 532153ef34344c2e9f6a4fc986de2526498f4da8 Mon Sep 17 00:00:00 2001 From: Thanaphon Frappet Date: Thu, 26 Dec 2024 11:01:51 +0700 Subject: [PATCH] refactor: add i18n --- src/i18n/eng.ts | 2 ++ src/i18n/tha.ts | 1 + 2 files changed, 3 insertions(+) diff --git a/src/i18n/eng.ts b/src/i18n/eng.ts index f1eeaa78..fd538b02 100644 --- a/src/i18n/eng.ts +++ b/src/i18n/eng.ts @@ -1010,6 +1010,8 @@ export default { 'Do you want to confirm the saving of the status change data?', confirmSending: 'Do you confirm the submission of the task?', confirmValidate: 'Do you confirm the validation?', + warningSelectDeliveryStaff: + 'You have not yet selected a document delivery staff.', }, action: { ok: 'OK', diff --git a/src/i18n/tha.ts b/src/i18n/tha.ts index fd73aeea..142e28fa 100644 --- a/src/i18n/tha.ts +++ b/src/i18n/tha.ts @@ -990,6 +990,7 @@ export default { confirmLogout: 'คุณต้องการออกจากระบบใช่หรือไม่', headquartersNotEstablished: 'ยังไม่ได้สร้างสำนักงานใหญ่', warningClose: 'มีการแก้ไขที่ยังไม่ได้บันทึก คุณต้องการปิดใช่หรือไม่', + warningSelectDeliveryStaff: 'คุณยังไม่ได้เลือกพนักงานส่งเอกสาร', close: 'คุณต้องการปิดหน้าต่างนี้ใช่หรือไม่', confirmChangeStatus: 'คุณต้องการเปลี่ยนสถานะใช่หรือไม่', confirmSavingStatus: