From c0bb7e5ca04c24a365cec898e76967e95102ac87 Mon Sep 17 00:00:00 2001 From: marvzhang Date: Mon, 20 Apr 2020 13:10:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/i18n/zh.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/i18n/zh.js b/frontend/src/i18n/zh.js index d9a82d01..06f07239 100644 --- a/frontend/src/i18n/zh.js +++ b/frontend/src/i18n/zh.js @@ -650,6 +650,10 @@ docker run -d --restart always --name crawlab_worker \\ '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.': '您没有创建项目,请点击 "添加项目" 按钮来创建一个新项目', + 'Added API token successfully': '成功添加 API Token', + 'Deleted API token successfully': '成功删除 API Token', + 'Are you sure to add an API token?': '确认创建 API Token?', + 'Are you sure to delete this API token?': '确认删除该 API Token?', // 其他 'Star crawlab-team/crawlab on GitHub': '在 GitHub 上为 Crawlab 加星吧'