112 lines
4.0 KiB
JavaScript
112 lines
4.0 KiB
JavaScript
// 首页的所有翻译
|
|
module.exports = {
|
|
// 一般检索
|
|
generalSearch: {
|
|
generalSearch: 'General search',
|
|
advancedSearch: 'Advanced Search',
|
|
homePage: 'Home page',
|
|
searchHistory: 'Search History',
|
|
queryCondition: 'Query Condition',
|
|
retrievalMode: 'Retrieval Mode',
|
|
resourceType: 'Resource Type',
|
|
standardClass: 'Regulation Category',
|
|
dynamicType: 'Power Propulsion Type',
|
|
applicableVehicleType: 'Vehicle Catagory',
|
|
standardCategoryCode: 'Regulation Classification Code',
|
|
applicableMarkets: 'Applicable Market',
|
|
standardType: 'Type',
|
|
state: 'Regulation Status',
|
|
enterpriseStandardCode: 'Enterprise Standard Code',
|
|
standardState: 'Status',
|
|
standardGradeClassification: 'Standard Grade Classification',
|
|
all: 'All',
|
|
implementationDate: 'Implementation Date',
|
|
standardStatusSet: 'Regulation Status Settings',
|
|
viewText: 'View Text',
|
|
exportName: 'General Search Export',
|
|
fullSearch: 'Full-text Search',
|
|
foreignStandard: 'External Standard(s) and Regulation(s)',
|
|
enterpriseStandard: 'Enterprise Standard',
|
|
notIncludeAbolishedStandard: 'Excluding Abolished Standards',
|
|
includeAbolishedStandard: 'Include Abolished Standards',
|
|
previewFileNotFound: 'There is currently no preview file for this standard. Please contact the standard administrator.'
|
|
},
|
|
// 高级搜索
|
|
advancedSearch: {
|
|
standardNum: 'Standard number',
|
|
standardName: 'Regulation Name',
|
|
releaseDate: 'Published Date',
|
|
materialDate: 'Implementation Date',
|
|
standardStatus: 'Regulation Status',
|
|
newProduceMaterialDate: 'New Certified Vehicle Implementation Date',
|
|
newAttestationMaterialDate: 'New Production Vehicle Implementation Date',
|
|
storageConditions: 'Storage conditions',
|
|
unfoldConditions: 'Unfold conditions',
|
|
retrieveCategories: 'Retrieve categories',
|
|
standardType: 'Regulation Type',
|
|
all: 'All',
|
|
foreignStandards: 'External Standard(s) and Regulation(s)',
|
|
enterpriseStandards: 'Enterprise Standard',
|
|
term: 'Article',
|
|
termNo: 'Article No.',
|
|
termTitle: 'Article Title',
|
|
termContent: 'Article Content',
|
|
applicableComponents: 'Applicable Components',
|
|
newProduceVehiclesImplementationDate: 'New Certified Vehicle Implementation Date',
|
|
newAuthVehiclesImplementationDate: 'New Production Vehicle Implementation Date',
|
|
registrationDate: 'Registration Date',
|
|
keywords: 'Related System(s)/Component(s)',
|
|
responsibleDepartment: 'Responsible Dept.',
|
|
responsibleDepartmentModule: 'Module of Responsible Dept.',
|
|
relatedDepartments: 'Related Dept.',
|
|
relatedDepartmentModule: 'Module of Related Dept. ',
|
|
applications: 'Vehicle Catagory',
|
|
powerType: 'Power Propulsion Type',
|
|
professionalField: 'Field Identify Category',
|
|
configurationRequirements: 'Optional / Compulsory',
|
|
exportName: 'Advanced Search Export',
|
|
standard: 'Standard'
|
|
},
|
|
// 快捷入口
|
|
quickEnter: {
|
|
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: 'To-do Task',
|
|
more: 'More'
|
|
},
|
|
// 友情链接
|
|
friendLink: {
|
|
friendLink: 'Friendship link',
|
|
more: 'More'
|
|
},
|
|
// 检索
|
|
retrieval: {
|
|
titleSearch: 'Title Search',
|
|
fullSearch: 'Full-text Search',
|
|
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: 'Replacing Regulations No.',
|
|
source: 'Source'
|
|
}
|
|
}
|