From f9077cc03017286cf7be6ff4e5cfd561b318dd89 Mon Sep 17 00:00:00 2001 From: puriphatt Date: Thu, 6 Mar 2025 10:46:39 +0700 Subject: [PATCH] feat: add notification translations for English and Thai --- src/i18n/eng.ts | 11 +++++++++++ src/i18n/tha.ts | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/src/i18n/eng.ts b/src/i18n/eng.ts index c822240c..e65a0688 100644 --- a/src/i18n/eng.ts +++ b/src/i18n/eng.ts @@ -240,6 +240,16 @@ export default { }, }, + noti: { + title: 'Notification', + caption: 'All Notification', + unread: 'Unread', + all: 'All', + read: 'Read', + viewALL: 'View All', + markAsRead: 'Mark as Read', + }, + form: { tm6: { transportation: 'Flight/Vehicle', @@ -1139,6 +1149,7 @@ export default { taskListNotFound: 'Task list cannot be found.', creditNoteNotFound: 'Credit note cannot be found.', debitNoteNotFound: 'Debit note cannot be found.', + notificationNotFound: 'Notification cannot be found.', productGroupIsUsed: 'Product group is in used.', productIsUsed: 'Product is in used.', diff --git a/src/i18n/tha.ts b/src/i18n/tha.ts index c3205cbc..fa792f43 100644 --- a/src/i18n/tha.ts +++ b/src/i18n/tha.ts @@ -240,6 +240,16 @@ export default { }, }, + noti: { + title: 'การแจ้งเตือน', + caption: 'การแจ้งเตือนทั้งหมด', + unread: 'ยังไม่ได้อ่าน', + all: 'ทั้งหมด', + read: 'อ่าน', + viewAll: 'ดูทั้งหมด', + markAsRead: 'ทำเครื่องหมายว่าอ่านแล้ว', + }, + form: { tm6: { transportation: 'เที่ยวบิน/พาหนะ', @@ -1117,6 +1127,7 @@ export default { taskListNotFound: 'ไม่พบใบสั่งงาน', creditNoteNotFound: 'ไม่พบใบลดหนี้', debitNoteNotFound: 'ไม่พบใบเพิ่มหนี้', + notificationNotFound: 'ไม่พบการแจ้งเตือน', productGroupIsUsed: 'กลุ่มสินค้าและบริการที่ใช้งานอยู่', productIsUsed: 'สินค้าและบริการใช้งานอยู่',