From 2adbfa230c5773c9cd81c7f1b1adff3de08fb167 Mon Sep 17 00:00:00 2001 From: ssongliu Date: Mon, 13 Feb 2023 16:34:02 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=B8=BB=E6=9C=BA=E5=BF=AB=E6=8D=B7?= =?UTF-8?q?=E3=80=81=E6=89=B9=E9=87=8F=E8=BE=93=E5=85=A5=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/lang/modules/en.ts | 2 +- frontend/src/lang/modules/zh.ts | 2 +- frontend/src/views/container/repo/index.vue | 2 +- frontend/src/views/cronjob/index.vue | 9 +++++--- .../src/views/host/terminal/host/index.vue | 4 +++- .../views/host/terminal/terminal/index.vue | 21 +++++-------------- 6 files changed, 17 insertions(+), 23 deletions(-) diff --git a/frontend/src/lang/modules/en.ts b/frontend/src/lang/modules/en.ts index fcfbc7b23..50faf90ad 100644 --- a/frontend/src/lang/modules/en.ts +++ b/frontend/src/lang/modules/en.ts @@ -465,7 +465,7 @@ export default { createVolume: 'Create volume', repo: 'Repo', - createRepo: 'Create repo', + createRepo: 'Add repo', name: 'Name', protocol: 'protocol', httpRepo: 'The http repository needs to restart the docker service to add credit', diff --git a/frontend/src/lang/modules/zh.ts b/frontend/src/lang/modules/zh.ts index 391477248..4b4c2617f 100644 --- a/frontend/src/lang/modules/zh.ts +++ b/frontend/src/lang/modules/zh.ts @@ -493,7 +493,7 @@ export default { createVolume: '创建存储卷', repo: '仓库', - createRepo: '创建仓库', + createRepo: '添加仓库', name: '名称', protocol: '协议', downloadUrl: '下载地址', diff --git a/frontend/src/views/container/repo/index.vue b/frontend/src/views/container/repo/index.vue index 9986e48d4..c41578b80 100644 --- a/frontend/src/views/container/repo/index.vue +++ b/frontend/src/views/container/repo/index.vue @@ -12,7 +12,7 @@