From a4c9ebfdecccbc7dc5a2997cee43b99a3a339192 Mon Sep 17 00:00:00 2001 From: Thanaphon Frappet Date: Wed, 9 Oct 2024 15:21:48 +0700 Subject: [PATCH] refactor: add i18n --- src/i18n/eng/index.ts | 3 +++ src/i18n/tha/index.ts | 1 + 2 files changed, 4 insertions(+) diff --git a/src/i18n/eng/index.ts b/src/i18n/eng/index.ts index 1ede33b6..e85b2928 100644 --- a/src/i18n/eng/index.ts +++ b/src/i18n/eng/index.ts @@ -213,6 +213,9 @@ export default { title: 'Warning {msg}', unsave: 'You have unsaved changes. Are you sure you want to close this window?', + + message: + 'Duplicate data found. Do you want to use the data from the document?', }, info: { cantChange: diff --git a/src/i18n/tha/index.ts b/src/i18n/tha/index.ts index 3b988c54..42a967c4 100644 --- a/src/i18n/tha/index.ts +++ b/src/i18n/tha/index.ts @@ -212,6 +212,7 @@ export default { title: 'แจ้งเตือน {msg}', unsave: 'คุณมีการเปลี่ยนแปลงที่ยังไม่ได้บันทึก คุณต้องการปิดหน้าต่างนี้หรือไม่', + message: 'พบข้อมูลซ้ำกันต้องการใช้ข้อมูลจากเอกสารหรือไม่', }, info: { cantChange: