From 9f4e5050dd7c0bffabd7daaa08d5a457c2b08871 Mon Sep 17 00:00:00 2001
From: zhengkunwang223 <31820853+zhengkunwang223@users.noreply.github.com>
Date: Mon, 5 Jun 2023 18:33:29 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20acme=20=E8=B4=A6=E5=8F=B7=E5=A2=9E?=
=?UTF-8?q?=E5=8A=A0=E6=8F=90=E7=A4=BA=E4=BF=A1=E6=81=AF=20(#1259)?=
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 | 1 +
frontend/src/views/website/ssl/acme-account/index.vue | 1 +
3 files changed, 4 insertions(+)
diff --git a/frontend/src/lang/modules/en.ts b/frontend/src/lang/modules/en.ts
index 0ef5d074c..0e0798bf0 100644
--- a/frontend/src/lang/modules/en.ts
+++ b/frontend/src/lang/modules/en.ts
@@ -1480,6 +1480,8 @@ const message = {
renewSuccess: 'Renewal succeeded',
renewWebsite:
'This certificate has been associated with the following websites, and the renewal will be applied to these websites simultaneously',
+ createAcme: 'Create Account',
+ acmeHelper: 'Acme account is used to apply for free certificates',
},
firewall: {
notSupport:
diff --git a/frontend/src/lang/modules/zh.ts b/frontend/src/lang/modules/zh.ts
index d06143633..a3102a72b 100644
--- a/frontend/src/lang/modules/zh.ts
+++ b/frontend/src/lang/modules/zh.ts
@@ -1446,6 +1446,7 @@ const message = {
renewSuccess: '续签成功',
renewWebsite: '该证书已经和以下网站关联,续签会同步应用到这些网站',
createAcme: '创建账户',
+ acmeHelper: 'Acme 账户用于申请免费证书',
},
firewall: {
notSupport: '未检测到系统防火墙(firewalld 或者 ufw),请参考官方文档进行安装',
diff --git a/frontend/src/views/website/ssl/acme-account/index.vue b/frontend/src/views/website/ssl/acme-account/index.vue
index 00b341820..0565d559b 100644
--- a/frontend/src/views/website/ssl/acme-account/index.vue
+++ b/frontend/src/views/website/ssl/acme-account/index.vue
@@ -3,6 +3,7 @@
+
{{ $t('website.addAccount') }}