feat: add notification translations for English and Thai
This commit is contained in:
parent
ac0d3649d4
commit
f9077cc030
2 changed files with 22 additions and 0 deletions
|
|
@ -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.',
|
||||
|
|
|
|||
|
|
@ -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: 'สินค้าและบริการใช้งานอยู่',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue