Merge branch 'master' of https://git.nuttyreading.com/wangjinlei/tougao_web into Editorial-Board
This commit is contained in:
@@ -588,15 +588,15 @@ colTitle: 'Template title',
|
|||||||
exportFail: 'Failed to export',
|
exportFail: 'Failed to export',
|
||||||
},
|
},
|
||||||
crawlTask: {
|
crawlTask: {
|
||||||
pageTitle: 'Task Monitor',
|
pageTitle: 'Crawl Monitor',
|
||||||
pageDesc: 'View currently running and completed crawl tasks.',
|
pageDesc: 'Review crawl jobs and indexing progress for expert discovery.',
|
||||||
exportData: 'Export Data',
|
exportData: 'Export Data',
|
||||||
startCrawl: 'Start Crawl',
|
startCrawl: 'Start Crawl',
|
||||||
searchPlaceholder: 'Search by keyword...',
|
searchPlaceholder: 'Search by keyword or phrase…',
|
||||||
searchBtn: 'Search',
|
searchBtn: 'Search',
|
||||||
allKeywords: 'All Keywords',
|
allKeywords: 'All keywords',
|
||||||
enabled: 'Enabled',
|
enabled: 'Active',
|
||||||
disabled: 'Disabled',
|
disabled: 'Paused',
|
||||||
allStatus: 'All Status',
|
allStatus: 'All Status',
|
||||||
statusCrawling: 'Crawling',
|
statusCrawling: 'Crawling',
|
||||||
statusDone: 'Done',
|
statusDone: 'Done',
|
||||||
@@ -641,28 +641,35 @@ colTitle: 'Template title',
|
|||||||
logsTitle: 'Run Logs',
|
logsTitle: 'Run Logs',
|
||||||
noLogs: 'No logs yet',
|
noLogs: 'No logs yet',
|
||||||
noData: 'No tasks',
|
noData: 'No tasks',
|
||||||
emptyResult: 'No matching task records found',
|
emptyResult: 'No tasks match your filters. Try adjusting keywords or status.',
|
||||||
addKeyword: 'Add Keyword',
|
addKeyword: 'Add keyword',
|
||||||
keyword: 'Keyword',
|
keyword: 'Keyword',
|
||||||
keywordPlaceholder: 'Enter keyword, e.g.: Infectious Diseases',
|
keywordPlaceholder: 'Enter a search term (e.g. infectious diseases)',
|
||||||
runOnce: 'Single Crawl',
|
runOnce: 'Run once',
|
||||||
runOnceBtn: 'Single Crawl',
|
runOnceBtn: 'Run once',
|
||||||
runOnceLoading: 'Crawling...',
|
runOnceLoading: 'Crawling...',
|
||||||
yes: 'Yes',
|
yes: 'Yes',
|
||||||
no: 'No',
|
no: 'No',
|
||||||
cancel: 'Cancel',
|
cancel: 'Cancel',
|
||||||
confirm: 'OK',
|
confirm: 'Save',
|
||||||
enterKeyword: 'Please enter a keyword',
|
enterKeyword: 'Please enter a keyword.',
|
||||||
addKeywordSuccess: 'Keyword added successfully',
|
addKeywordSuccess: 'Keyword added.',
|
||||||
addKeywordFailed: 'Failed to add keyword',
|
addKeywordFailed: 'Could not add keyword.',
|
||||||
runOnceSuccess: 'Single crawl triggered',
|
runOnceSuccess: 'One-off crawl requested.',
|
||||||
runOnceFailed: 'Failed to trigger single crawl',
|
runOnceFailed: 'Could not start a one-off crawl.',
|
||||||
disabledMsg: 'Disabled',
|
disabledMsg: 'Disabled',
|
||||||
enabledMsg: 'Enabled',
|
enabledMsg: 'Enabled',
|
||||||
pauseFailed: 'Failed to pause',
|
pauseFailed: 'Failed to pause',
|
||||||
resumeFailed: 'Failed to resume',
|
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)',
|
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: {
|
mailboxSend: {
|
||||||
title: 'Write mail',
|
title: 'Write mail',
|
||||||
|
|||||||
@@ -652,6 +652,13 @@ const zh = {
|
|||||||
resumeFailed: '恢复失败',
|
resumeFailed: '恢复失败',
|
||||||
missingKeyword: '缺少关键词,无法执行单次抓取',
|
missingKeyword: '缺少关键词,无法执行单次抓取',
|
||||||
restartSuccess: '已重启同步(本地模拟)',
|
restartSuccess: '已重启同步(本地模拟)',
|
||||||
|
metricExperts: '入库专家',
|
||||||
|
metricPages: '采集页数',
|
||||||
|
stateRunning: '运行中',
|
||||||
|
stateStopped: '停止',
|
||||||
|
taskRunningMsg: '任务已启动',
|
||||||
|
taskStoppedMsg: '任务已禁用',
|
||||||
|
runOnceQueued: '单次采集指令已下发',
|
||||||
},
|
},
|
||||||
mailboxSend: {
|
mailboxSend: {
|
||||||
title: '写邮件',
|
title: '写邮件',
|
||||||
|
|||||||
Reference in New Issue
Block a user