[update 首页] 最新解读标准

This commit is contained in:
danshihao
2024-07-19 19:28:23 +08:00
parent 621061d7c7
commit 94ce7e0b54
5 changed files with 89 additions and 44 deletions
+11
View File
@@ -96,5 +96,16 @@ module.exports = {
titleSearch: 'Title search',
fullSearch: 'full-text searching',
advancedSearch: 'Advanced Search'
},
// 列表部分
tableList: {
newWarehousingStandards: 'Latest warehousing standards',
marketUpdates: 'Market updates',
newWarehousingEnterpriseStandards: 'Latest inbound enterprise standards',
newInterpretationStandards: 'Latest Interpretation Standards',
implementStandards: 'Implement standards',
interpretationInfo: 'Interpreting Information',
substituteStandardNumber: 'Substitute standard number',
source: 'Source'
}
}
+11
View File
@@ -96,5 +96,16 @@ module.exports = {
titleSearch: '标题检索',
fullSearch: '全文检索',
advancedSearch: '高级检索'
},
// 列表部分
tableList: {
newWarehousingStandards: '最新入库标准',
marketUpdates: '市场更新情况',
newWarehousingEnterpriseStandards: '最新入库企标',
newInterpretationStandards: '最新解读标准',
implementStandards: '将实施标准',
interpretationInfo: '解读信息',
substituteStandardNumber: '代替标准编号',
source: '来源'
}
}