[add] 文档动态和我的消息迁移

This commit is contained in:
lideqin
2023-08-18 16:26:45 +08:00
parent 4f7c939bb3
commit 6b1a7feaed
6 changed files with 487 additions and 123 deletions
+19
View File
@@ -438,6 +438,25 @@ module.exports = {
fileUploaded: 'File uploaded, please wait'
}
},
// 消息中心
message: {
// 文档动态
docDynamics: {
messageContent: 'Message Content',
notificationTime: 'Notification Time'
},
// 我的消息
my: {
messageContent: 'Message Content',
messageType: 'Message Type',
allLabelsRead: 'Mark as Read',
subscriptionNotification: 'Subscription Notification',
warningInformation: 'Warning Information',
forwardPush: 'Forward Push',
notificationTime: 'Notification Time',
areAllLabelsRead: 'Are All Mark as Read'
}
},
// 标准选择器
standardSelect: {
standardSelection: 'Standard Selection'
+19
View File
@@ -438,6 +438,25 @@ module.exports = {
fileUploaded: '文件上传中,请稍后'
}
},
// 消息中心
message: {
// 文档动态
docDynamics: {
messageContent: '消息内容',
notificationTime: '通知时间'
},
// 我的消息
my: {
messageContent: '消息内容',
messageType: '消息类型',
allLabelsRead: '标记已读',
subscriptionNotification: '订阅通知',
warningInformation: '预警信息',
forwardPush: '转发推送',
notificationTime: '通知时间',
areAllLabelsRead: '是否全部标记已读'
}
},
// 标准选择器
standardSelect: {
standardSelection: '标准选择'