From 341f45b4ef00b51341ab9376d76c361b3226113a Mon Sep 17 00:00:00 2001 From: zhengkunwang <31820853+zhengkunwang223@users.noreply.github.com> Date: Fri, 15 Mar 2024 16:08:07 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E7=BD=91=E7=AB=99?= =?UTF-8?q?=E5=AF=BC=E5=85=A5=E8=AF=81=E4=B9=A6=E7=9A=84=E6=8F=8F=E8=BF=B0?= =?UTF-8?q?=20(#4202)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refs https://github.com/1Panel-dev/1Panel/issues/4184 --- frontend/src/lang/modules/en.ts | 2 +- frontend/src/lang/modules/tw.ts | 2 +- frontend/src/lang/modules/zh.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/lang/modules/en.ts b/frontend/src/lang/modules/en.ts index be6e27340..a6f99533e 100644 --- a/frontend/src/lang/modules/en.ts +++ b/frontend/src/lang/modules/en.ts @@ -1824,7 +1824,7 @@ const message = { imported: 'Manually Created', importType: 'Import Type', pasteSSL: 'Paste code', - localSSL: 'Select local file', + localSSL: 'Select server file', privateKeyPath: 'Private key file', certificatePath: 'Certificate file', ipWhiteListHelper: 'The role of IP whitelist: all rules are invalid for IP whitelist', diff --git a/frontend/src/lang/modules/tw.ts b/frontend/src/lang/modules/tw.ts index 4b0343139..9a2a6ffc1 100644 --- a/frontend/src/lang/modules/tw.ts +++ b/frontend/src/lang/modules/tw.ts @@ -1706,7 +1706,7 @@ const message = { imported: '手動創建', importType: '導入方式', pasteSSL: '粘貼代碼', - localSSL: '選擇本地文件', + localSSL: '選擇伺服器文件', privateKeyPath: '私鑰文件', certificatePath: '證書文件', ipWhiteListHelper: 'IP白名單的作用:所有規則對IP白名單無效', diff --git a/frontend/src/lang/modules/zh.ts b/frontend/src/lang/modules/zh.ts index f1dac1fd0..7514a590b 100644 --- a/frontend/src/lang/modules/zh.ts +++ b/frontend/src/lang/modules/zh.ts @@ -1706,7 +1706,7 @@ const message = { imported: '手动创建', importType: '导入方式', pasteSSL: '粘贴代码', - localSSL: '选择本地文件', + localSSL: '选择服务器文件', privateKeyPath: '私钥文件', certificatePath: '证书文件', ipWhiteListHelper: 'IP 白名单的作用:所有规则对IP白名单无效',