Merge pull request #188 from Frappet/feat/notification
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 7s

feat: notification
This commit is contained in:
Methapon Metanipat 2025-03-06 13:51:58 +07:00 committed by GitHub
commit cd231513ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 457 additions and 61 deletions

View file

@ -241,6 +241,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',
@ -1141,6 +1151,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.',

View file

@ -241,6 +241,16 @@ export default {
},
},
noti: {
title: 'การแจ้งเตือน',
caption: 'การแจ้งเตือนทั้งหมด',
unread: 'ยังไม่ได้อ่าน',
all: 'ทั้งหมด',
read: 'อ่าน',
viewAll: 'ดูทั้งหมด',
markAsRead: 'ทำเครื่องหมายว่าอ่านแล้ว',
},
form: {
tm6: {
transportation: 'เที่ยวบิน/พาหนะ',
@ -1119,6 +1129,7 @@ export default {
taskListNotFound: 'ไม่พบใบสั่งงาน',
creditNoteNotFound: 'ไม่พบใบลดหนี้',
debitNoteNotFound: 'ไม่พบใบเพิ่มหนี้',
notificationNotFound: 'ไม่พบการแจ้งเตือน',
productGroupIsUsed: 'กลุ่มสินค้าและบริการที่ใช้งานอยู่',
productIsUsed: 'สินค้าและบริการใช้งานอยู่',