【update 首页】首页样式及高级搜索

This commit is contained in:
danshihao
2024-06-26 18:59:58 +08:00
parent e40a403d16
commit 87c76abddc
58 changed files with 1043 additions and 416 deletions
+68 -19
View File
@@ -2,9 +2,10 @@
module.exports = {
// 一般检索
generalSearch: {
generalSearch: 'General search',
advancedSearch: 'Advanced Search',
homePage: 'Home',
searchHistory: '检索历史',
searchHistory: 'Search History',
queryCondition: 'Query Condition',
retrievalMode: 'Retrieval Mode',
resourceType: 'Resource Type',
@@ -17,32 +18,80 @@ module.exports = {
standardState: 'Standard State',
standardGradeClassification: 'Standard Grade Classification',
all: 'All',
implementationDate: 'Release Date'
implementationDate: 'Release Date',
standardStatusSet: 'Standard state settings',
viewText: 'View Text',
exportName: 'General retrieval export',
fullSearch: 'full-text searching',
foreignStandard: 'Foreign standards and regulations',
enterpriseStandard: 'Enterprise standards',
notIncludeAbolishedStandard: 'Excluding abolishment standards',
includeAbolishedStandard: 'Including abolishment standards'
},
// 高级搜索
advancedSearch: {
standardNum: '标准号',
standardName: '标准名称',
releaseDate: '发布日期',
materialDate: '实施日期',
standardStatus: '标准状态'
standardNum: 'Standard number',
standardName: 'Standard Name',
releaseDate: 'Release Date',
materialDate: 'Implementation Date',
standardStatus: 'Standard State',
newProduceMaterialDate: 'Implementation date of new production vehicles',
newAttestationMaterialDate: 'Implementation date of new certified vehicle',
storageConditions: 'Storage conditions',
unfoldConditions: 'Unfold conditions',
retrieveCategories: 'Retrieve categories',
standardType: 'STANDARD',
all: 'whole',
foreignStandards: 'Foreign standards and regulations',
enterpriseStandards: 'Enterprise standards',
term: 'term',
termNo: 'Clause number',
termTitle: 'Clause Title',
termContent: 'Clause content',
applicableComponents: 'Applicable components',
newProduceVehiclesImplementationDate: 'Implementation date of new production vehicles',
newAuthVehiclesImplementationDate: 'Implementation date of new certified vehicle',
registrationDate: 'Registration date',
keywords: 'keywords',
responsibleDepartment: 'Responsible department',
responsibleDepartmentModule: 'Responsible department professional module',
relatedDepartments: 'Related departments',
relatedDepartmentModule: 'Related department professional module',
applications: 'Applications',
powerType: 'Power Type',
professionalField: 'Professional field',
configurationRequirements: 'Configuration requirements',
exportName: 'Advanced retrieval export',
standard: 'standard'
},
// 快捷入口
quickEnter: {
quickEnter: '快捷入口',
menuManage: '菜单管理',
custom: '自定义',
optionModules: '可选模块',
personalDisplayModule: '个人展示模块',
itemUnit: '',
itemsUnit: '',
listEmpty: '列表为空',
pleaseEnterSearchContent: '请输入搜索内容',
maxSelectedNine: '最多选择9个模块'
quickEnter: 'Quick entrance',
menuManage: 'Menu management',
custom: 'custom',
optionModules: 'Option Modules',
personalDisplayModule: 'Personal Display Module',
itemUnit: 'term',
itemsUnit: 'term',
listEmpty: 'List is empty',
pleaseEnterSearchContent: 'Please enter search content',
maxSelected: 'Select up to 14 modules',
newFunction: 'New features'
},
// 待办任务
todoTask: {
todoTask: '待办任务',
more: '更多'
todoTask: 'To Do Tasks',
more: 'more'
},
// 友情链接
friendLink: {
friendLink: 'Friendship link',
more: 'more'
},
// 检索
retrieval: {
titleSearch: 'Title search',
fullSearch: 'full-text searching',
advancedSearch: 'Advanced Search'
}
}
+48 -3
View File
@@ -2,7 +2,8 @@
module.exports = {
// 一般检索
generalSearch: {
advancedSearch: '高级搜索',
generalSearch: '一般检索',
advancedSearch: '高级检索',
homePage: '首页',
searchHistory: '检索历史',
queryCondition: '查询条件',
@@ -20,7 +21,12 @@ module.exports = {
implementationDate: '实施日期',
standardStatusSet: '标准状态设置',
viewText: '查看文本',
exportName: '一般检索导出'
exportName: '一般检索导出',
fullSearch: '全文检索',
foreignStandard: '外来标准法规',
enterpriseStandard: '企业标准',
notIncludeAbolishedStandard: '不包含废止标准',
includeAbolishedStandard: '包含废止标准'
},
// 高级搜索
advancedSearch: {
@@ -28,7 +34,35 @@ module.exports = {
standardName: '标准名称',
releaseDate: '发布日期',
materialDate: '实施日期',
standardStatus: '标准状态'
standardStatus: '标准状态',
newProduceMaterialDate: '新生产车实施日期',
newAttestationMaterialDate: '新认证车实施日期',
storageConditions: '收起条件',
unfoldConditions: '展开条件',
retrieveCategories: '检索类别',
standardType: '标准类型',
all: '全部',
foreignStandards: '外来标准法规',
enterpriseStandards: '企业标准',
term: '条款',
termNo: '条款号',
termTitle: '条款标题',
termContent: '条款内容',
applicableComponents: '适用零部件',
newProduceVehiclesImplementationDate: '新生产车实施日期',
newAuthVehiclesImplementationDate: '新认证车实施日期',
registrationDate: '注册日期',
keywords: '关键字',
responsibleDepartment: '责任部门',
responsibleDepartmentModule: '责任部门专业模块',
relatedDepartments: '关联部门',
relatedDepartmentModule: '关联部门专业模块',
applications: '适用车型',
powerType: '动力类型',
professionalField: '专业领域',
configurationRequirements: '配置需求',
exportName: '高级检索导出',
standard: '标准'
},
// 快捷入口
quickEnter: {
@@ -48,5 +82,16 @@ module.exports = {
todoTask: {
todoTask: '待办任务',
more: '更多'
},
// 友情链接
friendLink: {
friendLink: '友情链接',
more: '更多'
},
// 检索
retrieval: {
titleSearch: '标题检索',
fullSearch: '全文检索',
advancedSearch: '高级检索'
}
}
@@ -89,27 +89,27 @@ module.exports = {
},
// 标准主计划
standardMasterPlan: {
standardNumber: '标准编号',
standardName: '标准名称',
standardStatus: '标准状态',
applicableMarket: '适用市场',
informationInput: '信息输入',
textStorage: '文本入库',
importNotification: '导入通知',
interpretationOfRegulations: '法规解读',
regulatoryPromotion: '法规宣贯',
marketRegulationListUpdate: '市场法规清单更新',
regulatoryComplianceInvestigation: '法规符合性排查',
generalDocumentRectificationPlan: '通用文件整改计划',
vehicleModelRectification: '车型整改',
isItRelatedTo: '是否涉及',
responsiblePerson: '责任人',
plannedCompletionDate: '计划完成日期',
actualFinishingDate: '实际完成日期',
deliverables: '交付物',
pcrNumber: 'PCR编号',
rectifyFinishingDate: '整改完成日期',
viewMarketList: '查看市场清单',
viewTroubleshootingResults: '查看排查结果'
standardNumber: 'standard number',
standardName: 'Standard Name',
standardStatus: 'Standard State',
applicableMarket: 'Applicable markets',
informationInput: 'Information input',
textStorage: 'Text storage',
importNotification: 'Import Notification',
interpretationOfRegulations: 'Interpretation of regulations',
regulatoryPromotion: 'Regulatory promotion',
marketRegulationListUpdate: 'Market Regulation List Update',
regulatoryComplianceInvestigation: 'Regulatory compliance investigation',
generalDocumentRectificationPlan: 'General Document Rectification Plan',
vehicleModelRectification: 'Vehicle model rectification',
isItRelatedTo: 'Is it related to',
responsiblePerson: 'person responsible',
plannedCompletionDate: 'Planned completion date',
actualFinishingDate: 'actual finishing date',
deliverables: 'Deliverables',
pcrNumber: 'PCR number',
rectifyFinishingDate: 'Completion date of rectification',
viewMarketList: 'View market list',
viewTroubleshootingResults: 'View troubleshooting results'
}
}
@@ -10,6 +10,7 @@ module.exports = {
submitQuestion: '提交问题',
standardCatalogue: '标准目录',
clauseLabel: '条文标签',
translation: '译文',
clauseNumber: '条文号',
clauseTitle: '条文标题',
regulatoryRequirementsType: '法规要求类型', // 法规要求类型