[update] 个人中心所有模块

This commit is contained in:
lideqin
2023-09-14 11:16:33 +08:00
parent 4218865da8
commit bdb9e0d18c
10 changed files with 622 additions and 1854 deletions
+34 -21
View File
@@ -2,26 +2,39 @@
module.exports = {
// 我的收藏
collection: {
documentLibrary: 'Document Library',
problemKnowledgeBase: 'Knowledge Sharing',
serialNumber: 'No.',
title: 'Title',
status: 'Status',
collectionTime: 'Collection Time',
Collection: 'Collection',
CancelCollection: 'Cancel Collection',
confirmBulkUnsubscribe: 'Confirm Bulk Unsubscribe?',
unsubscribeConfirm: 'Unsubscribe Confirm?',
// 知识分享
classification: 'Classification',
searchContent: 'Search Content',
forward: 'Forward',
comment: 'Comment',
release: 'Release',
answer: 'Answer',
replyToComments: 'Reply To Comments',
noComment: 'No Comments',
cannotEmpty: 'Cannot Be Empty',
standardCategory: '标准类别',
standardNo: '标准号',
standardName: '标准名称',
cancelCollection: '取消收藏',
releaseDate: '发布日期',
newCarTypeDate: '新车型实施日期',
productCarDate: '在产车实施日期',
standardState: '标准状态'
},
// 已发分享
sentShare: {
transmitSearch: '转发搜索',
enterTransmitSearch: '请输入转发信息',
owningPlate: '所属板块',
title: '标题',
recipient: '接收人',
transmitTime: '转发时间'
},
// 已收分享
receivedShare: {
pushSearch: '推送搜索',
enterPushInfo: '请输入推送信息',
owningPlate: '所属板块',
title: '标题',
forwarder: '转发人',
receiptTime: '接收时间'
},
// 浏览记录
browsingHistory: {
clearBrowsingHistory: '清除浏览记录',
standardNo: '标准编号',
standardName: '标准名称',
browsingTime: '浏览时间',
confirmClearBrowsingHistory: '确认清除浏览记录'
}
}
+33 -25
View File
@@ -2,31 +2,39 @@
module.exports = {
// 我的收藏
collection: {
documentLibrary: '文档库',
problemKnowledgeBase: '知识分享',
serialNumber: '编号',
title: '标题',
status: '状态',
collectionTime: '收藏时间',
collection: '收藏',
standardCategory: '标准类别',
standardNo: '标准号',
standardName: '标准名称',
cancelCollection: '取消收藏',
batchCancel: '批量取消收藏',
batchCancelCollection: '确认批量取消收藏?',
confirmCancelCollection: '确认取消收藏?',
confirmBulkUnsubscribe: '确认批量取消订阅?',
unsubscribeConfirm: '确认取消订阅?',
// 知识分享
classification: '分类',
searchContent: '搜索内容',
forward: '转发',
comment: '评论',
release: '发布',
answer: '回复',
replyToComments: '回复评论',
noComment: '暂无评论',
cannotEmpty: '不能为空',
releaseDate: '发布日期',
newCarTypeDate: '新车型实施日期',
productCarDate: '在产车实施日期',
standardState: '标准状态'
},
// 已发分享
sentShare: {
transmitSearch: '转发搜索',
enterTransmitSearch: '请输入转发信息',
owningPlate: '所属板块',
title: '标题',
recipient: '接收人',
transmitTime: '转发时间'
},
// 已收分享
receivedShare: {
pushSearch: '推送搜索',
enterPushInfo: '请输入推送信息',
owningPlate: '所属板块',
title: '标题',
forwarder: '转发人',
receiptTime: '接收时间'
},
// 浏览记录
browsingHistory: {
clearBrowsingHistory: '清除浏览记录',
standardNo: '标准编号',
standardName: '标准名称',
browsingTime: '浏览时间',
confirmClearBrowsingHistory: '确认清除浏览记录'
}
}