自动化添加审稿人类型
This commit is contained in:
@@ -47,6 +47,13 @@ const en = {
|
||||
status: 'Status',
|
||||
delete: 'Delete',
|
||||
deleteInfo: 'Are you sure you want to delete this journal installment?',
|
||||
plagiarismNotChecked: 'Not checked',
|
||||
plagiarismChecking: 'Checking…',
|
||||
plagiarismRecheck: 'Re-check',
|
||||
plagiarismCheckFailed: 'Failed to start plagiarism check.',
|
||||
plagiarismStatusFailed: 'Failed to load plagiarism status.',
|
||||
plagiarismNoReportUrl: 'Report link is not available yet.',
|
||||
plagiarismReportDetailFailed: 'Could not load manuscript details. Please try again.',
|
||||
},
|
||||
menu: {
|
||||
main: 'Personal Center',
|
||||
@@ -503,7 +510,7 @@ const en = {
|
||||
languagePlaceholder: 'Language',
|
||||
searchBtn: 'Search',
|
||||
createTemplate: 'Create Template',
|
||||
colTitle: 'Template title',
|
||||
colTitle: 'Template title',
|
||||
colSubject: 'Email subject',
|
||||
colScene: 'Scene',
|
||||
colLanguage: 'Language',
|
||||
@@ -519,6 +526,23 @@ colTitle: 'Template title',
|
||||
deleteFail: 'Delete failed',
|
||||
previewTitle: 'Template preview',
|
||||
previewClose: 'Close',
|
||||
batchImportBtn: 'Batch import',
|
||||
batchImportTitle: 'Batch import templates (JSON)',
|
||||
batchImportHint:
|
||||
'Paste a JSON array. Each item is saved via the same API as the editor (omit template_id to create; include template_id to update). Fields: title, subject, scene, language (or lang), version, body_html (or body), variables_json (or variables), is_active.',
|
||||
batchImportCommonTip: 'Journal ID is set in the field below; when non-empty it overrides journal_id / journalId on every row.',
|
||||
batchImportJournalId: 'Journal ID',
|
||||
batchImportJournalPlaceholder: 'Match list filter or type manually',
|
||||
batchImportRun: 'Run import',
|
||||
batchImportBadJson: 'Invalid JSON',
|
||||
batchImportEmpty: 'Array must contain at least one object',
|
||||
batchImportMissingJournal: 'Row {index}: missing journal_id (use the input above or put journal_id in JSON)',
|
||||
batchImportMissingField: 'Row {index}: missing {field}',
|
||||
batchImportRowFail: 'Row {index} failed: {msg}',
|
||||
batchImportRowNetwork: 'Row {index}: request error',
|
||||
batchImportDone: 'Done: {ok} succeeded, {fail} failed',
|
||||
batchImportErrorsTitle: 'Errors (first 8)',
|
||||
batchImportSaveFail: 'Save failed',
|
||||
},
|
||||
mailboxStyle: {
|
||||
title: 'Email Styles',
|
||||
@@ -650,6 +674,72 @@ colTitle: 'Template title',
|
||||
printBtn: 'Print',
|
||||
previewNotSupported: 'This file format cannot be previewed online',
|
||||
downloadToView: 'Download to view locally',
|
||||
registerAuthorBtn: 'Auto submit',
|
||||
registerAuthorConfirm:
|
||||
'Create an account via the same admin API as User Management: login name "{account}", display name "{realname}", email "{email}", initial password 123456qwe (no captcha). Continue?',
|
||||
registerAuthorSuccess: 'Author account created.',
|
||||
registerAuthorSuccessWithEmail: 'Created: {email}, password: 123456qwe',
|
||||
registerAuthorFail: 'Creation failed. Try again later or add the user manually in User Management.',
|
||||
registerAuthorExistsEmail: 'This email is already registered.',
|
||||
registerAuthorExistsAccount: 'This login name is already taken. Edit the sender display name or add the user manually.',
|
||||
registerAuthorNeedEmail: 'Sender email is missing; cannot create an account.',
|
||||
registerAuthorNoQq: 'QQ Mail is not supported for author accounts. Please add the user manually.',
|
||||
registerAuthorConfirmShort: 'Email: {email}\nPassword: {password}',
|
||||
registerAuthorPickEmailFail: 'Could not allocate an available email after several attempts. Try again later or add the user manually.',
|
||||
autoSubmitBtn: 'Submit first .docx as manuscript',
|
||||
autoSubmitTitle: 'Log in as author and upload the first .docx attachment',
|
||||
autoSubmitSessionTip:
|
||||
'Author checkLogin does not change your U_* local account. The server cookie is the author during upload. After finishing, enter your editor password below and log in again to restore the editor server session.',
|
||||
autoSubmitUsername: 'Username',
|
||||
autoSubmitPassword: 'Password',
|
||||
autoSubmitSenderEmailLabel: 'Sender email',
|
||||
autoSubmitSenderEmailPlaceholder: '(No sender email)',
|
||||
autoSubmitCode: 'Captcha',
|
||||
autoSubmitCodePh: 'Fill only if the server requires captcha; often leave empty',
|
||||
autoSubmitCancel: 'Cancel',
|
||||
autoSubmitDialogTitle: 'Auto submit',
|
||||
autoSubmitConfirm: 'Auto submit',
|
||||
autoSubmitExistingAccountTip:
|
||||
'This sender email may already have an account. Enter your password. Re-selecting a local file replaces the previous one.',
|
||||
autoSubmitNotifyMailSubject: '[{journal}] Please complete your submission',
|
||||
autoSubmitNotifyMailFail: 'Could not send the notification email. You can resend from the compose page.',
|
||||
autoSubmitNotifyMailSkipped: 'No sender mailbox (j_email_id) found; skipped automatic email.',
|
||||
autoSubmitNoDocx: 'No .docx attachment in this message (only .docx is supported, same as new submission).',
|
||||
autoSubmitDownloadFail: 'Could not download the attachment. Try again later.',
|
||||
autoSubmitSuccessTitle: 'Manuscript created',
|
||||
autoSubmitDialogClose: 'Close',
|
||||
autoSubmitSuccessLineAccount: 'Account: {account}',
|
||||
autoSubmitSuccessLinePassword: 'Password: {password}',
|
||||
autoSubmitSuccessLineDraft: 'Manuscript ID: {id}. Draft created in staging.',
|
||||
autoSubmitSuccessLineLinkPrefix: 'Submission link: ',
|
||||
autoSubmitSuccessMailSent: 'Notification email sent',
|
||||
autoSubmitSuccessMailSkipped: 'No notification email (journal sender mailbox not configured).',
|
||||
autoSubmitSuccessMailSkippedRecipient: 'No notification email (no valid From address on this message).',
|
||||
autoSubmitSuccessMailFailed: 'Notification email was not sent; try again from the compose page.',
|
||||
autoSubmitSuccessBodyLocalOnly:
|
||||
'Article ID: {id}. The UI still shows your editor account; the server session may still be the author after author login. Refresh or log in again as editor.',
|
||||
autoSubmitSuccessBodyServerRestored:
|
||||
'Article ID: {id}. Logged in again as editor; both local storage and server session should match your editor account.',
|
||||
autoSubmitSuccessNotify:
|
||||
'Article ID: {id}<br/><a href="{link}" target="_blank" rel="noopener noreferrer">Open articleAdd</a>',
|
||||
autoSubmitEditorRestorePwd: 'Editor password (restore session)',
|
||||
autoSubmitEditorRestorePwdPh:
|
||||
'Optional: password for the current editor account shown in the header, used after success to restore the server session',
|
||||
autoSubmitEditorReloginFail:
|
||||
'Could not restore the editor server session; local values were restored where possible. Refresh the page or log in again as editor.',
|
||||
autoSubmitFail: 'Submission failed. Check credentials or network and try again.',
|
||||
autoSubmitUsernameRequired: 'Username is required',
|
||||
autoSubmitPasswordRequired: 'Password is required',
|
||||
autoSubmitJournalLabel: 'Journal',
|
||||
autoSubmitJournalUnknown: 'No journal (switch to a mailbox account that is bound to a journal)',
|
||||
autoSubmitNeedJournal:
|
||||
'This mailbox has no journal ID; staging backfill cannot match the submission page. Switch mailbox account first.',
|
||||
autoSubmitFailPartial: '(If contribute succeeded, article ID may be {id}; please verify in admin.)',
|
||||
autoSubmitManuscriptSource: 'Manuscript file',
|
||||
autoSubmitPickLocalDocx: 'Upload .docx from disk',
|
||||
autoSubmitSourceHint: 'Optional: upload a file; otherwise the first .docx in the email is used. Choosing again replaces the current local file.',
|
||||
autoSubmitLocalPicked: 'Local file: {name}',
|
||||
autoSubmitNeedDocxSource: 'Upload a .docx file, or ensure the email has a .docx attachment.',
|
||||
},
|
||||
crawlerKeywords: {
|
||||
pageTitle: 'Keyword Configuration',
|
||||
@@ -1171,6 +1261,55 @@ colTitle: 'Template title',
|
||||
onlySaveConfig: 'Save configuration only',
|
||||
enableNowNextDay: 'Enable auto promotion now (starts next day)',
|
||||
factoryCreateBtn: 'Create automated promotion task',
|
||||
factoryBatchImportBtn: 'Batch import (JSON)',
|
||||
factoryBatchImportTitle: 'Batch create tasks (JSON)',
|
||||
factoryBatchImportHintShort: 'Submit a JSON array; non-empty fields merge into each row. You can still edit JSON.',
|
||||
factoryBatchImportHint:
|
||||
'Paste a JSON array… Pick journal (getAllJournal) or type ID; template/style/fetch_ids below override JSON when non-empty. Load promotion fields to tick IDs or type comma-separated fetch_ids; load accounts for j_email_id. expert_type "5" needs partitions/countries. Shorthand: zones, countries, email_id_list.',
|
||||
factoryBatchImportCommonTip: 'Journal from cover or ID field; non-empty template ID, style ID, or fetch_ids override JSON on every row.',
|
||||
factoryBatchImportJournalId: 'Journal ID',
|
||||
factoryBatchImportJournalPick: 'Journal',
|
||||
factoryBatchImportJournalEmpty: 'No journals returned. Check api/Journal/getAllJournal.',
|
||||
factoryBatchImportJournalManualPlaceholder: 'Filled when you pick a cover, or type manually',
|
||||
factoryBatchImportTemplateId: 'Template ID',
|
||||
factoryBatchImportStyleId: 'Style ID',
|
||||
factoryBatchImportJournalPlaceholder: 'Merged into payload',
|
||||
factoryBatchImportTemplatePlaceholder: 'Merged into payload',
|
||||
factoryBatchImportStylePlaceholder: 'Merged into payload',
|
||||
factoryBatchImportFetchIdsLabel: 'Promotion fields (fetch_ids)',
|
||||
factoryBatchImportLoadFields: 'Load available fields',
|
||||
factoryBatchImportFetchTip: 'Uses current journal: pick journal, then load. Search by name or ID (multiple tokens: space or comma). “Select all” selects the filtered list when search is set, otherwise all fields. Checkboxes sync with the comma text; when non-empty, overrides fetch_ids on every row.',
|
||||
factoryBatchImportFetchIdsManual: 'Merged IDs (comma-separated, editable)',
|
||||
factoryBatchImportFetchIdsPlaceholder: 'e.g. 1,2,3 or use checkboxes',
|
||||
factoryBatchImportNeedJournalForFields: 'Select or enter journal ID first',
|
||||
factoryBatchImportLoadAccounts: 'Load accounts for journal',
|
||||
factoryBatchImportAccountsApiTip: 'POST api/email_client/getAccounts with journal_id',
|
||||
factoryBatchImportColEmailId: 'j_email_id',
|
||||
factoryBatchImportColAddress: 'Sender address',
|
||||
factoryBatchImportColQuota: 'Remaining / daily limit',
|
||||
factoryBatchImportCopyEmailIds: 'Copy email_ids (comma)',
|
||||
factoryBatchImportNeedJournalForAccounts: 'Enter journal ID first',
|
||||
factoryBatchImportNoAccounts: 'No mailbox accounts for this journal',
|
||||
factoryBatchImportAccountsFail: 'Failed to load accounts',
|
||||
factoryBatchImportCopyEmailIdsEmpty: 'Load the account list first',
|
||||
factoryBatchImportIdsCopied: 'Copied j_email_id list to clipboard',
|
||||
factoryBatchImportCopyFail: 'Copy failed; select and copy manually',
|
||||
factoryBatchImportSyncToJson: 'Apply top form to JSON',
|
||||
factoryBatchImportSyncFromJson: 'Load first row into form',
|
||||
factoryBatchImportSyncIncludeEmails: 'When applying, set each row email_ids from loaded accounts',
|
||||
factoryBatchImportSyncTip: 'You can still edit JSON manually; non-empty top fields are merged again on submit.',
|
||||
factoryBatchImportJsonFromUiOk: 'JSON updated from the form',
|
||||
factoryBatchImportUiFromJsonOk: 'Form updated from the first JSON row',
|
||||
factoryBatchImportRun: 'Run batch create',
|
||||
factoryBatchImportBadJson: 'Invalid JSON; check brackets and quotes',
|
||||
factoryBatchImportEmpty: 'Array must contain at least one object',
|
||||
factoryBatchImportMissing: 'Row {index}: missing field {field}',
|
||||
factoryBatchImportNeedFetch: 'Row {index}: expert database requires fetch_ids',
|
||||
factoryBatchImportNeedZone: 'Row {index}: expert database requires target_partitions or target_country_ids',
|
||||
factoryBatchImportRowFail: 'Row {index} failed: {msg}',
|
||||
factoryBatchImportRowNetwork: 'Row {index}: request error',
|
||||
factoryBatchImportDone: 'Done: {ok} succeeded, {fail} failed',
|
||||
factoryBatchImportErrorsTitle: 'Errors (first 8)',
|
||||
factoryDialogTitle: 'Create task',
|
||||
factoryJournal: 'Journal',
|
||||
factoryJournalPlaceholder: 'Select a journal',
|
||||
@@ -1224,6 +1363,7 @@ colTitle: 'Template title',
|
||||
factoryExpertYoungBoard: 'Young editorial board',
|
||||
factoryExpertAuthor: 'Author',
|
||||
factoryExpertDb: 'Expert database',
|
||||
factoryExpertReviewer: 'Reviewer',
|
||||
factoryExpertJump: 'View',
|
||||
factoryOfficialEmailTip: 'For this type, the system uses the official sender email by default. No account selection is required.',
|
||||
factoryScenario: 'Scenario',
|
||||
|
||||
Reference in New Issue
Block a user