From bfeaabf5100708d25246ae301cf90d982f862640 Mon Sep 17 00:00:00 2001 From: taojinlong Date: Wed, 19 May 2021 17:09:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=9B=BD=E9=99=85=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/lang/zh.js | 6 ++++++ frontend/src/views/link/generate/index.vue | 14 +++++++------- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/frontend/src/lang/zh.js b/frontend/src/lang/zh.js index 059fa44092..6d080ad533 100644 --- a/frontend/src/lang/zh.js +++ b/frontend/src/lang/zh.js @@ -808,6 +808,12 @@ export default { delete_warning: '确定要删除吗?' }, panel: { + copy_link_passwd: '复制链接及密码', + copy_link: '复制链接', + passwd_protect: '密码保护', + link: '链接', + link_share: '链接分享', + link_share_desc: '开启链接后,任何人可通过此链接访问仪表板。', share: '分享', datalist: '视图列表', group: '目录', diff --git a/frontend/src/views/link/generate/index.vue b/frontend/src/views/link/generate/index.vue index 9a2a0eb002..27de4c9cdf 100644 --- a/frontend/src/views/link/generate/index.vue +++ b/frontend/src/views/link/generate/index.vue @@ -2,7 +2,7 @@
- + - 开启链接后,任何人可通过此链接访问仪表板。 + {{ $t('panel.link_share_desc') }} - + - 密码保护 + {{ $t('panel.passwd_protect') }} {{ form.pwd }} - 重置 + {{ $t('commons.reset') }}
- 复制链接 - 复制链接及密码 + {{ $t('panel.copy_link') }} + {{ $t('panel.copy_link_passwd') }}