|
|
|
@ -42,7 +42,7 @@ export const messages = { |
|
|
|
|
patentClassification: '专利类别', |
|
|
|
|
applicationDate: '申请日期', |
|
|
|
|
selectDate: '选择日期', |
|
|
|
|
pleaseEnterPatentOfficer: '请输入专利名称/发明人姓名/申请号员', |
|
|
|
|
pleaseEnterPatentOfficer: '请输入专利名称/发明人姓名/申请号', |
|
|
|
|
patentName: '专利名称', |
|
|
|
|
patentClassification: '专利类别', |
|
|
|
|
ApplicationNumber: '申请号', |
|
|
|
@ -57,7 +57,11 @@ export const messages = { |
|
|
|
|
authorPersion: '编写人员', |
|
|
|
|
seeMore: '查看更多', |
|
|
|
|
inventionpatent: '发明专利', |
|
|
|
|
practicalAppearance: '实用外观' |
|
|
|
|
practicalAppearance: '实用外观', |
|
|
|
|
patent:'专利', |
|
|
|
|
monograph: '专著', |
|
|
|
|
paper: '论文', |
|
|
|
|
scientificResearch: '科学研究' |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
'en': { |
|
|
|
@ -89,22 +93,21 @@ export const messages = { |
|
|
|
|
author: 'Author', |
|
|
|
|
quote: 'Quote', |
|
|
|
|
abstract: 'Abstract', |
|
|
|
|
publicationName: 'PublicationName', |
|
|
|
|
yearOfPublication: 'YearOfPublication', |
|
|
|
|
publicationName: 'JournalName', |
|
|
|
|
yearOfPublication: 'PublicationYear', |
|
|
|
|
year: 'Year', |
|
|
|
|
rollUp: 'RollUp', |
|
|
|
|
rollUp: 'Volume', |
|
|
|
|
documentNumber: 'DocumentNumber', |
|
|
|
|
publicationType: 'PublicationType', |
|
|
|
|
publicationyear: 'PublicationYear', |
|
|
|
|
pleaseSelectThePublicationTime: 'Please select the publication time', |
|
|
|
|
PleaseEnterThePaperName: 'Please enter the paper title/journal name/author name', |
|
|
|
|
journalName: 'JournalName', |
|
|
|
|
yearofpublication: 'YearOfpublication', |
|
|
|
|
patentClassification: 'PatentClassification', |
|
|
|
|
applicationDate: 'ApplicationDate', |
|
|
|
|
selectDate: 'SelectDate', |
|
|
|
|
pleaseEnterPatentOfficer: 'Please enter the patent name/inventor name/application number officer', |
|
|
|
|
patentName: 'Patent name', |
|
|
|
|
patentName: 'Patent title', |
|
|
|
|
patentClassification: 'Patent classification', |
|
|
|
|
ApplicationNumber:'Application number', |
|
|
|
|
ApplicationDate: 'Application date', |
|
|
|
@ -112,13 +115,17 @@ export const messages = { |
|
|
|
|
inventor: 'Inventor', |
|
|
|
|
Pleaseselect: 'Please select', |
|
|
|
|
Publicationtime: 'Publication time', |
|
|
|
|
PleasenameoftheAuthor: 'Please enter the name of the work/publisher/author', |
|
|
|
|
titleOfWork: 'Title of work', |
|
|
|
|
press: 'press', |
|
|
|
|
PleasenameoftheAuthor: 'Please enter book title/publisher/author', |
|
|
|
|
titleOfWork: 'Book title', |
|
|
|
|
press: 'Publisher', |
|
|
|
|
authorPersion: 'Author', |
|
|
|
|
seeMore: 'See more', |
|
|
|
|
inventionpatent: 'Invention Patent', |
|
|
|
|
practicalAppearance:'Practical appearance' |
|
|
|
|
practicalAppearance:'Practical appearance', |
|
|
|
|
patent: 'Patent', |
|
|
|
|
monograph: 'Monograph', |
|
|
|
|
paper: 'Paper', |
|
|
|
|
scientificResearch: 'scientific research' |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}; |