diff --git a/src/components/common/langs/en.js b/src/components/common/langs/en.js index 7cd987c..faf7dce 100644 --- a/src/components/common/langs/en.js +++ b/src/components/common/langs/en.js @@ -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', diff --git a/src/components/common/langs/zh.js b/src/components/common/langs/zh.js index d05537f..56f5898 100644 --- a/src/components/common/langs/zh.js +++ b/src/components/common/langs/zh.js @@ -45,6 +45,13 @@ const zh = { status: '状态', delete: '删除', deleteInfo: '您确定要删除该期刊分期吗?', + plagiarismNotChecked: '未检测', + plagiarismChecking: '正在检测…', + plagiarismRecheck: '重新查重', + plagiarismCheckFailed: '查重任务启动失败。', + plagiarismStatusFailed: '获取查重状态失败。', + plagiarismNoReportUrl: '报告链接暂不可用。', + plagiarismReportDetailFailed: '获取稿件详情失败,请稍后重试。', }, menu: { main: '个人中心', diff --git a/src/components/page/articleDetailEditor.vue b/src/components/page/articleDetailEditor.vue index 965be5d..58f6222 100644 --- a/src/components/page/articleDetailEditor.vue +++ b/src/components/page/articleDetailEditor.vue @@ -1,5 +1,5 @@