update 我的消息

This commit is contained in:
danshihao
2023-11-16 11:24:38 +08:00
parent db14b8f4e2
commit becb61f9e1
5 changed files with 148 additions and 91 deletions
+5 -2
View File
@@ -501,13 +501,16 @@ module.exports = {
message: {
// 我的消息
my: {
title: 'title',
publisher: 'publisher',
readingStatus: 'readingStatus',
messageContent: 'Message Content',
messageType: 'Message Type',
allLabelsRead: 'Mark as Read',
allLabelsRead: 'All Mark as Read',
subscriptionNotification: 'Subscription Notification',
warningInformation: 'Warning Information',
forwardPush: 'Forward Push',
notificationTime: 'Notification Time',
notificationTime: 'Release Time',
areAllLabelsRead: 'Are All Mark as Read'
}
},
+6 -3
View File
@@ -458,7 +458,7 @@ module.exports = {
},
// 文档比对
comparison: {
textNumber:'文本号',
textNumber: '文本号',
textName: '文本名称',
oldDocumentTextNumber: '旧文档文本号',
oldDocumentTextName: '旧文档文本名称',
@@ -531,13 +531,16 @@ module.exports = {
message: {
// 我的消息
my: {
title: '标题',
publisher: '发布人',
readingStatus: '阅读状态',
messageContent: '消息内容',
messageType: '消息类型',
allLabelsRead: '标记已读',
allLabelsRead: '全部标记已读',
subscriptionNotification: '订阅通知',
warningInformation: '预警信息',
forwardPush: '转发推送',
notificationTime: '通知时间',
notificationTime: '发布时间',
areAllLabelsRead: '是否全部标记已读'
}
},