|
|
|
|
@@ -588,15 +588,15 @@ colTitle: 'Template title',
|
|
|
|
|
exportFail: 'Failed to export',
|
|
|
|
|
},
|
|
|
|
|
crawlTask: {
|
|
|
|
|
pageTitle: 'Task Monitor',
|
|
|
|
|
pageDesc: 'View currently running and completed crawl tasks.',
|
|
|
|
|
pageTitle: 'Crawl Monitor',
|
|
|
|
|
pageDesc: 'Review crawl jobs and indexing progress for expert discovery.',
|
|
|
|
|
exportData: 'Export Data',
|
|
|
|
|
startCrawl: 'Start Crawl',
|
|
|
|
|
searchPlaceholder: 'Search by keyword...',
|
|
|
|
|
searchPlaceholder: 'Search by keyword or phrase…',
|
|
|
|
|
searchBtn: 'Search',
|
|
|
|
|
allKeywords: 'All Keywords',
|
|
|
|
|
enabled: 'Enabled',
|
|
|
|
|
disabled: 'Disabled',
|
|
|
|
|
allKeywords: 'All keywords',
|
|
|
|
|
enabled: 'Active',
|
|
|
|
|
disabled: 'Paused',
|
|
|
|
|
allStatus: 'All Status',
|
|
|
|
|
statusCrawling: 'Crawling',
|
|
|
|
|
statusDone: 'Done',
|
|
|
|
|
@@ -641,28 +641,35 @@ colTitle: 'Template title',
|
|
|
|
|
logsTitle: 'Run Logs',
|
|
|
|
|
noLogs: 'No logs yet',
|
|
|
|
|
noData: 'No tasks',
|
|
|
|
|
emptyResult: 'No matching task records found',
|
|
|
|
|
addKeyword: 'Add Keyword',
|
|
|
|
|
emptyResult: 'No tasks match your filters. Try adjusting keywords or status.',
|
|
|
|
|
addKeyword: 'Add keyword',
|
|
|
|
|
keyword: 'Keyword',
|
|
|
|
|
keywordPlaceholder: 'Enter keyword, e.g.: Infectious Diseases',
|
|
|
|
|
runOnce: 'Single Crawl',
|
|
|
|
|
runOnceBtn: 'Single Crawl',
|
|
|
|
|
keywordPlaceholder: 'Enter a search term (e.g. infectious diseases)',
|
|
|
|
|
runOnce: 'Run once',
|
|
|
|
|
runOnceBtn: 'Run once',
|
|
|
|
|
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',
|
|
|
|
|
confirm: 'Save',
|
|
|
|
|
enterKeyword: 'Please enter a keyword.',
|
|
|
|
|
addKeywordSuccess: 'Keyword added.',
|
|
|
|
|
addKeywordFailed: 'Could not add keyword.',
|
|
|
|
|
runOnceSuccess: 'One-off crawl requested.',
|
|
|
|
|
runOnceFailed: 'Could not start a one-off crawl.',
|
|
|
|
|
disabledMsg: 'Disabled',
|
|
|
|
|
enabledMsg: 'Enabled',
|
|
|
|
|
pauseFailed: 'Failed to pause',
|
|
|
|
|
resumeFailed: 'Failed to resume',
|
|
|
|
|
missingKeyword: 'Missing keyword, cannot perform single crawl',
|
|
|
|
|
missingKeyword: 'Enter a keyword before running a one-off crawl.',
|
|
|
|
|
restartSuccess: 'Sync restarted (local mock)',
|
|
|
|
|
metricExperts: 'Experts indexed',
|
|
|
|
|
metricPages: 'Pages crawled',
|
|
|
|
|
stateRunning: 'Running',
|
|
|
|
|
stateStopped: 'Stopped',
|
|
|
|
|
taskRunningMsg: 'Crawl is now enabled.',
|
|
|
|
|
taskStoppedMsg: 'Crawl has been paused.',
|
|
|
|
|
runOnceQueued: 'A one-off crawl has been queued.',
|
|
|
|
|
},
|
|
|
|
|
mailboxSend: {
|
|
|
|
|
title: 'Write mail',
|
|
|
|
|
|