From cdd93f1f196b71826ea5297f9c57cfd24a2c3f39 Mon Sep 17 00:00:00 2001 From: marvzhang Date: Sun, 19 Apr 2020 12:06:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E5=B1=95=E7=A4=BA=E6=97=A0=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/i18n/zh.js | 2 ++ frontend/src/views/project/ProjectList.vue | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/src/i18n/zh.js b/frontend/src/i18n/zh.js index f6f8ef08..08628202 100644 --- a/frontend/src/i18n/zh.js +++ b/frontend/src/i18n/zh.js @@ -630,6 +630,8 @@ docker run -d --restart always --name crawlab_worker \\ 'Please enter your feedback content': '请输入您的反馈内容', 'No response from the server. Please make sure your server is running correctly. You can also refer to the documentation to solve this issue.': '服务器无响应,请保证您的服务器正常运行。您也可以参考文档来解决这个问题(文档链接在下方)', 'Are you sure to restart this task?': '确认重新运行该任务?', + 'Are you sure to delete the project?': '确认删除该项目?', + 'You have no projects created. You can create a project by clicking the "Add" button.': '您没有创建项目,请点击 "添加项目" 按钮来创建一个新项目', // 其他 'Star crawlab-team/crawlab on GitHub': '在 GitHub 上为 Crawlab 加星吧' diff --git a/frontend/src/views/project/ProjectList.vue b/frontend/src/views/project/ProjectList.vue index d5d60530..12d5f3f8 100644 --- a/frontend/src/views/project/ProjectList.vue +++ b/frontend/src/views/project/ProjectList.vue @@ -87,8 +87,7 @@ -

{{ item.name }}

-

{{ $t('No Project') }}

+

{{ item.name }}