Browse Source

feat: 修改网站导入证书的描述 (#4202)

Refs https://github.com/1Panel-dev/1Panel/issues/4184
pull/4203/head
zhengkunwang 8 months ago committed by GitHub
parent
commit
341f45b4ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      frontend/src/lang/modules/en.ts
  2. 2
      frontend/src/lang/modules/tw.ts
  3. 2
      frontend/src/lang/modules/zh.ts

2
frontend/src/lang/modules/en.ts

@ -1824,7 +1824,7 @@ const message = {
imported: 'Manually Created', imported: 'Manually Created',
importType: 'Import Type', importType: 'Import Type',
pasteSSL: 'Paste code', pasteSSL: 'Paste code',
localSSL: 'Select local file', localSSL: 'Select server file',
privateKeyPath: 'Private key file', privateKeyPath: 'Private key file',
certificatePath: 'Certificate file', certificatePath: 'Certificate file',
ipWhiteListHelper: 'The role of IP whitelist: all rules are invalid for IP whitelist', ipWhiteListHelper: 'The role of IP whitelist: all rules are invalid for IP whitelist',

2
frontend/src/lang/modules/tw.ts

@ -1706,7 +1706,7 @@ const message = {
imported: '手動創建', imported: '手動創建',
importType: '導入方式', importType: '導入方式',
pasteSSL: '粘貼代碼', pasteSSL: '粘貼代碼',
localSSL: '選擇本地文件', localSSL: '選擇伺服器文件',
privateKeyPath: '私鑰文件', privateKeyPath: '私鑰文件',
certificatePath: '證書文件', certificatePath: '證書文件',
ipWhiteListHelper: 'IP白名單的作用所有規則對IP白名單無效', ipWhiteListHelper: 'IP白名單的作用所有規則對IP白名單無效',

2
frontend/src/lang/modules/zh.ts

@ -1706,7 +1706,7 @@ const message = {
imported: '手动创建', imported: '手动创建',
importType: '导入方式', importType: '导入方式',
pasteSSL: '粘贴代码', pasteSSL: '粘贴代码',
localSSL: '选择本地文件', localSSL: '选择服务器文件',
privateKeyPath: '私钥文件', privateKeyPath: '私钥文件',
certificatePath: '证书文件', certificatePath: '证书文件',
ipWhiteListHelper: 'IP 白名单的作用所有规则对IP白名单无效', ipWhiteListHelper: 'IP 白名单的作用所有规则对IP白名单无效',

Loading…
Cancel
Save