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 @@