关键字管理
This commit is contained in:
@@ -278,6 +278,9 @@ const en = {
|
||||
scholarCrawlers: 'Scholar Crawlers',
|
||||
crawlerKeywords: 'Crawl Keywords',
|
||||
expertDatabase: 'Expert Database',
|
||||
keywordManagement: 'Keyword Management',
|
||||
crawlTasks: 'Crawl Tasks',
|
||||
expertList: 'Expert List',
|
||||
autoPromotion: 'Auto Promotion',
|
||||
ReArticles: 'Rejected Manuscripts', // 被拒稿件
|
||||
editorialBoard: 'Boss System',
|
||||
@@ -295,6 +298,7 @@ const en = {
|
||||
expertDatabase: {
|
||||
fieldSelectPlaceholder: 'Please select field',
|
||||
keywordPlaceholder: 'Name / Email / Affiliation',
|
||||
fieldPlaceholder: 'Please enter field',
|
||||
searchBtn: 'Search',
|
||||
resetBtn: 'Reset',
|
||||
downloadExcelBtn: 'Download Excel',
|
||||
@@ -311,7 +315,7 @@ const en = {
|
||||
emailLabel: 'Email:',
|
||||
acquisitionTimeLabel: 'Acquisition Time:'
|
||||
},
|
||||
exportWarn: 'Please select a research area or enter a keyword before exporting.',
|
||||
exportWarn: 'Please select a research area, enter a keyword, or enter a field before exporting.',
|
||||
exportFailed: 'Export failed'
|
||||
},
|
||||
mailboxConfig: {
|
||||
@@ -583,6 +587,83 @@ colTitle: 'Template title',
|
||||
crawlFail: 'Failed to start crawl',
|
||||
exportFail: 'Failed to export',
|
||||
},
|
||||
crawlTask: {
|
||||
pageTitle: 'Task Monitor',
|
||||
pageDesc: 'View currently running and completed crawl tasks.',
|
||||
exportData: 'Export Data',
|
||||
startCrawl: 'Start Crawl',
|
||||
searchPlaceholder: 'Search by keyword...',
|
||||
searchBtn: 'Search',
|
||||
allKeywords: 'All Keywords',
|
||||
enabled: 'Enabled',
|
||||
disabled: 'Disabled',
|
||||
allStatus: 'All Status',
|
||||
statusCrawling: 'Crawling',
|
||||
statusDone: 'Done',
|
||||
statusPaused: 'Paused',
|
||||
statusError: 'Error',
|
||||
source: 'Source',
|
||||
startTime: 'Start Time',
|
||||
endTime: 'End Time',
|
||||
progress: 'Progress',
|
||||
totalPages: 'Total Pages',
|
||||
crawledPages: 'Crawled Pages',
|
||||
expertCountLabel: 'Experts Stored',
|
||||
expertCount: 'Expert Count',
|
||||
created: 'Created',
|
||||
completed: 'Completed',
|
||||
updated: 'Updated',
|
||||
viewDetail: 'View Detail',
|
||||
viewLogs: 'View Logs',
|
||||
pause: 'Pause',
|
||||
resume: 'Resume',
|
||||
restart: 'Restart',
|
||||
delete: 'Delete',
|
||||
deleteConfirm: 'Are you sure to delete this task? This cannot be undone.',
|
||||
confirmTitle: 'Confirm',
|
||||
confirmOk: 'OK',
|
||||
confirmCancel: 'Cancel',
|
||||
operationSuccess: 'Operation succeeded',
|
||||
operationFail: 'Operation failed',
|
||||
operationRetry: 'Operation failed, please try again later',
|
||||
crawlStarted: 'Crawl task started',
|
||||
crawlFail: 'Failed to start crawl',
|
||||
exportFail: 'Failed to export',
|
||||
detailTitle: 'Task Detail',
|
||||
basicInfo: 'Basic Information',
|
||||
taskName: 'Task Name',
|
||||
status: 'Status',
|
||||
resultSummary: 'Result Summary',
|
||||
totalFound: 'Total Found',
|
||||
newAdded: 'New Added',
|
||||
duplicates: 'Duplicates',
|
||||
failed: 'Failed',
|
||||
logsTitle: 'Run Logs',
|
||||
noLogs: 'No logs yet',
|
||||
noData: 'No tasks',
|
||||
emptyResult: 'No matching task records found',
|
||||
addKeyword: 'Add Keyword',
|
||||
keyword: 'Keyword',
|
||||
keywordPlaceholder: 'Enter keyword, e.g.: Infectious Diseases',
|
||||
runOnce: 'Single Crawl',
|
||||
runOnceBtn: 'Single Crawl',
|
||||
runOnceLoading: 'Crawling...',
|
||||
yes: 'Yes',
|
||||
no: 'No',
|
||||
cancel: 'Cancel',
|
||||
confirm: 'OK',
|
||||
enterKeyword: 'Please enter a keyword',
|
||||
addKeywordSuccess: 'Keyword added successfully',
|
||||
addKeywordFailed: 'Failed to add keyword',
|
||||
runOnceSuccess: 'Single crawl triggered',
|
||||
runOnceFailed: 'Failed to trigger single crawl',
|
||||
disabledMsg: 'Disabled',
|
||||
enabledMsg: 'Enabled',
|
||||
pauseFailed: 'Failed to pause',
|
||||
resumeFailed: 'Failed to resume',
|
||||
missingKeyword: 'Missing keyword, cannot perform single crawl',
|
||||
restartSuccess: 'Sync restarted (local mock)',
|
||||
},
|
||||
mailboxSend: {
|
||||
title: 'Write mail',
|
||||
to: 'To:',
|
||||
@@ -955,6 +1036,16 @@ colTitle: 'Template title',
|
||||
styleName: 'Style Name',
|
||||
defaultStyle: 'Default',
|
||||
changeTemplate: 'Change Template',
|
||||
selectPromotionFields: 'Select Promotion Fields',
|
||||
choosePromotionFields: 'Choose Fields',
|
||||
selectedCount: 'Selected {count}',
|
||||
selectAll: 'Select All',
|
||||
clearAll: 'Clear All',
|
||||
selectPromotionFieldsTip: 'Multiple selection supported; leave empty for no field restriction.',
|
||||
fieldSearchPlaceholder: 'Search promotion fields',
|
||||
noFieldMatch: 'No matching fields',
|
||||
confirm: 'Confirm',
|
||||
fieldsSaved: 'Promotion fields saved',
|
||||
confirmAndEnable: 'Confirm and Enable',
|
||||
onlySaveConfig: 'Save configuration only',
|
||||
enableNowNextDay: 'Enable auto promotion now (starts next day)'
|
||||
|
||||
Reference in New Issue
Block a user