提交
This commit is contained in:
@@ -281,6 +281,7 @@ const en = {
|
||||
keywordManagement: 'Keyword Management',
|
||||
crawlTasks: 'Crawl Tasks',
|
||||
expertList: 'Expert List',
|
||||
countryManagement: 'Country Management',
|
||||
autoPromotion: 'Auto Promotion',
|
||||
ReArticles: 'Rejected Manuscripts', // 被拒稿件
|
||||
editorialBoard: 'Boss System',
|
||||
@@ -307,17 +308,69 @@ const en = {
|
||||
},
|
||||
columns: {
|
||||
baseInfo: 'Base Information',
|
||||
country: 'Country',
|
||||
affiliation: 'Affiliation',
|
||||
researchAreas: 'Research areas'
|
||||
},
|
||||
emptyMark: '-',
|
||||
fields: {
|
||||
nameLabel: 'Name:',
|
||||
emailLabel: 'Email:',
|
||||
acquisitionTimeLabel: 'Acquisition Time:'
|
||||
},
|
||||
viewAllInfo: 'View all details',
|
||||
detailDialogTitle: 'Research areas & Article',
|
||||
detailColField: 'Research areas',
|
||||
detailColPaper: 'Article title',
|
||||
detailColJournal: 'Journal',
|
||||
detailClose: 'Close',
|
||||
detailCellEmpty: 'N/A',
|
||||
noFieldDetail: 'No publication details for these fields',
|
||||
exportWarn: 'Please select a research area, enter a keyword, or enter a field before exporting.',
|
||||
exportFailed: 'Export failed'
|
||||
},
|
||||
countryManagement: {
|
||||
title: 'Country maintenance',
|
||||
keywordPlaceholder: 'Chinese / English / code',
|
||||
partitionLabel: 'Partition',
|
||||
partitionAll: 'All partitions',
|
||||
partition1: 'Partition 1',
|
||||
partition2: 'Partition 2',
|
||||
partition3: 'Partition 3',
|
||||
searchBtn: 'Search',
|
||||
resetBtn: 'Reset',
|
||||
table: {
|
||||
no: 'No.',
|
||||
zhName: 'Chinese name',
|
||||
enName: 'English name',
|
||||
code: 'Code',
|
||||
partition: 'Partition',
|
||||
actions: 'Actions'
|
||||
},
|
||||
edit: 'Edit',
|
||||
delete: 'Delete',
|
||||
editTitle: 'Edit country',
|
||||
form: {
|
||||
zhName: 'Chinese name',
|
||||
enName: 'English name',
|
||||
code: 'Code',
|
||||
partition: 'Partition'
|
||||
},
|
||||
cancel: 'Cancel',
|
||||
save: 'Save',
|
||||
confirm: 'OK',
|
||||
deleteTitle: 'Confirm delete',
|
||||
deleteConfirm: 'Delete this country record? This cannot be undone.',
|
||||
saveSuccess: 'Saved',
|
||||
deleteSuccess: 'Deleted',
|
||||
opFailed: 'Operation failed',
|
||||
loadFailed: 'Failed to load list',
|
||||
missingId: 'Missing country id',
|
||||
ruleZhName: 'Enter Chinese name',
|
||||
ruleEnName: 'Enter English name',
|
||||
ruleCode: 'Enter code',
|
||||
rulePartition: 'Select a partition'
|
||||
},
|
||||
mailboxConfig: {
|
||||
mailSystem: 'Mailbox system',
|
||||
title: 'Mailbox config',
|
||||
|
||||
Reference in New Issue
Block a user