提交
This commit is contained in:
@@ -276,6 +276,7 @@ const en = {
|
||||
mailboxManagement: 'Mailbox Management',
|
||||
mailboxConfig: 'Mailbox Management',
|
||||
scholarCrawlers: 'Scholar Crawlers',
|
||||
crawlerKeywords: 'Crawl Keywords',
|
||||
expertDatabase: 'Expert Database',
|
||||
autoPromotion: 'Auto Promotion',
|
||||
ReArticles: 'Rejected Manuscripts', // 被拒稿件
|
||||
@@ -530,7 +531,57 @@ colTitle: 'Template title',
|
||||
loadingMore: 'Loading more...',
|
||||
noMore: 'No more',
|
||||
yesterday: 'Yesterday',
|
||||
selectAccountTip: 'Please select an email account first.'
|
||||
selectAccountTip: 'Please select an email account first.',
|
||||
attachmentCount: ' attachment(s)',
|
||||
downloadFail: 'Download failed',
|
||||
accountNotBelong: 'This account does not belong to you. Please select another one.',
|
||||
totalAttachments: '{count} attachment(s) in total',
|
||||
etcSuffix: '... etc.',
|
||||
viewAttachments: 'View attachments',
|
||||
newMailArrived: '{count} new mail(s) received, click to view',
|
||||
downloadAllZip: 'Download all',
|
||||
packingAttachments: 'Packing attachments, please wait...',
|
||||
downloadBtn: 'Download',
|
||||
printBtn: 'Print',
|
||||
previewNotSupported: 'This file format cannot be previewed online',
|
||||
downloadToView: 'Download to view locally',
|
||||
},
|
||||
crawlerKeywords: {
|
||||
pageTitle: 'Keyword Configuration',
|
||||
pageDesc: 'Manage core search terms for discovering experts.',
|
||||
exportData: 'Export Data',
|
||||
startCrawl: 'Start Crawl',
|
||||
inputPlaceholder: 'Enter new keyword, e.g. deep learning, semiconductor expert...',
|
||||
addKeyword: 'Add Keyword',
|
||||
searchPlaceholder: 'Search keywords...',
|
||||
searchBtn: 'Search',
|
||||
totalCount: '{count} keyword(s) in total',
|
||||
colKeyword: 'Keyword',
|
||||
colCategory: 'Category',
|
||||
colStatus: 'Status',
|
||||
colExpertCount: 'Expert Count',
|
||||
colLastCrawl: 'Last Crawl',
|
||||
colAction: 'Action',
|
||||
save: 'Save',
|
||||
cancel: 'Cancel',
|
||||
stateRunning: 'Running',
|
||||
statePaused: 'Paused',
|
||||
stateError: 'Error',
|
||||
stateDone: 'Done',
|
||||
emptyKeywordWarn: 'Please enter a keyword',
|
||||
addSuccess: 'Added successfully',
|
||||
addFail: 'Failed to add',
|
||||
updateSuccess: 'Updated successfully',
|
||||
updateFail: 'Failed to update',
|
||||
deleteConfirm: 'Are you sure to delete this keyword? This action cannot be undone.',
|
||||
confirmTitle: 'Confirm',
|
||||
deleteSuccess: 'Deleted successfully',
|
||||
deleteFail: 'Failed to delete',
|
||||
refreshSuccess: 'Refreshed successfully',
|
||||
refreshFail: 'Failed to refresh',
|
||||
crawlStarted: 'Crawl task started',
|
||||
crawlFail: 'Failed to start crawl',
|
||||
exportFail: 'Failed to export',
|
||||
},
|
||||
mailboxSend: {
|
||||
title: 'Write mail',
|
||||
|
||||
Reference in New Issue
Block a user