From 5ce5b89e89a535f79bb2d0bf5f442eb6d92c2c82 Mon Sep 17 00:00:00 2001 From: wenyann <64353056+wenyann@users.noreply.github.com> Date: Thu, 21 May 2020 11:59:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/i18n/zh-CN.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/src/i18n/zh-CN.js b/frontend/src/i18n/zh-CN.js index 4dc47d4c78..472bf0164f 100644 --- a/frontend/src/i18n/zh-CN.js +++ b/frontend/src/i18n/zh-CN.js @@ -497,6 +497,9 @@ export default { 'SMTP_port': 'SMTP端口', 'SMTP_account': 'SMTP账户', 'SMTP_password': 'SMTP密码', + 'SSL': '开启SSL(如果SMTP端口是465,通常需要启用SSL)', + 'TLS': '开启TLS(如果SMTP端口是587,通常需要启用TLS)', + 'SMTP': '是否匿名 SMTP', }, i18n: { 'home': '首页'