[update] 修改标准选择组件,删除文档库,修改个人中心和企标中标准号跳转

This commit is contained in:
lideqin
2023-09-14 15:17:09 +08:00
parent a1e4a12ff6
commit 05a0c929d6
20 changed files with 52 additions and 2178 deletions
+25 -25
View File
@@ -2,39 +2,39 @@
module.exports = {
// 我的收藏
collection: {
standardCategory: '标准类别',
standardNo: '标准号',
standardName: '标准名称',
cancelCollection: '取消收藏',
releaseDate: '发布日期',
newCarTypeDate: '新车型实施日期',
productCarDate: '在产车实施日期',
standardState: '标准状态'
standardCategory: 'Standard Class',
standardNo: 'Standard Number',
standardName: 'Standard Name',
cancelCollection: 'Cancel Collection',
releaseDate: 'Release Date',
newCarTypeDate: 'New Model Implementation Date',
productCarDate: 'On The Production Date',
standardState: 'Standard State'
},
// 已发分享
sentShare: {
transmitSearch: '转发搜索',
enterTransmitSearch: '请输入转发信息',
owningPlate: '所属板块',
title: '标题',
recipient: '接收人',
transmitTime: '转发时间'
transmitSearch: 'Forward Search',
enterTransmitSearch: 'Please Enter Forward Information',
owningPlate: 'Owning Plate',
title: 'Title',
recipient: 'Receiver',
transmitTime: 'Forwarding Time'
},
// 已收分享
receivedShare: {
pushSearch: '推送搜索',
enterPushInfo: '请输入推送信息',
owningPlate: '所属板块',
title: '标题',
forwarder: '转发人',
receiptTime: '接收时间'
pushSearch: 'Push Search',
enterPushInfo: 'Please Enter Push Information',
owningPlate: 'Owning Plate',
title: 'Title',
forwarder: 'Forwarder',
receiptTime: 'reception Time'
},
// 浏览记录
browsingHistory: {
clearBrowsingHistory: '清除浏览记录',
standardNo: '标准编号',
standardName: '标准名称',
browsingTime: '浏览时间',
confirmClearBrowsingHistory: '确认清除浏览记录'
clearBrowsingHistory: 'Clear Browsing History',
standardNo: 'Standard Number',
standardName: 'Standard Name',
browsingTime: 'Browsing Time',
confirmClearBrowsingHistory: 'confirm to clear browsing history'
}
}