From e772807ad2859b0dec9d059a12f733f64007c145 Mon Sep 17 00:00:00 2001 From: marvzhang Date: Sat, 1 Feb 2020 13:05:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=8A=82=E7=82=B9=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E6=95=99=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/Node/NodeInstallation.vue | 24 +++++--- .../src/components/Overview/NodeOverview.vue | 8 ++- frontend/src/i18n/zh.js | 5 ++ frontend/src/views/node/NodeDetail.vue | 61 ++++++++++++++++++- 4 files changed, 84 insertions(+), 14 deletions(-) diff --git a/frontend/src/components/Node/NodeInstallation.vue b/frontend/src/components/Node/NodeInstallation.vue index 9ed3cfc1..2d466ab7 100644 --- a/frontend/src/components/Node/NodeInstallation.vue +++ b/frontend/src/components/Node/NodeInstallation.vue @@ -1,16 +1,20 @@ diff --git a/frontend/src/i18n/zh.js b/frontend/src/i18n/zh.js index 96932d44..e2f32565 100644 --- a/frontend/src/i18n/zh.js +++ b/frontend/src/i18n/zh.js @@ -460,6 +460,11 @@ docker run -d --restart always --name crawlab_worker \\ 'Here you can view the log
details for the task. The
log is automatically updated.': '这里您可以查看该任务
的日志详情,日志是
自动更新的', 'Here you can view the results scraped by the spider.

Note: If you find your results here are empty, please refer to the Documentation (Chinese) about how to integrate your spider into Crawlab.': '这里您可以查看爬虫抓取下来的结果

注意: 如果这里结果是空的,请参考 相关文档 来集成您的爬虫到 Crawlab', 'You can download your results as a CSV file by clicking this button.': '您可以点击下载结果为 CSV 文件', + 'Switch between different nodes.': '在节点间切换', + 'You can view the latest executed spider tasks.': '您可以查看最近执行过的爬虫任务', + 'This is the detailed node info.': '这是节点详情', + 'Here you can install
dependencies and modules
that are required
in your spiders.': '这里您可以安装您爬虫中
需要的依赖或模块', + 'You can search dependencies in the search box and install them by clicking the "Install" button below.': '您可以在搜索框中搜索依赖并点击下面的"安装"按钮来进行安装', // 其他 'Star crawlab-team/crawlab on GitHub': '在 GitHub 上为 Crawlab 加星吧' diff --git a/frontend/src/views/node/NodeDetail.vue b/frontend/src/views/node/NodeDetail.vue index 7d8f5c67..1ce3170d 100644 --- a/frontend/src/views/node/NodeDetail.vue +++ b/frontend/src/views/node/NodeDetail.vue @@ -1,5 +1,14 @@