feat(ui): new AccessSelect component using antd
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
"access.form.name.placeholder": "请输入授权名称",
|
||||
"access.form.type.label": "提供商",
|
||||
"access.form.type.placeholder": "请选择提供商",
|
||||
"access.form.type.tooltip": "提供商分为两种类型:<br>【DNS 提供商】您的域名托管方,用于管理您的域名解析记录。<br>【主机提供商】您的服务器或云服务的托管方,用于部署申请后的证书。<br><br>该字段保存后不可修改。",
|
||||
"access.form.type.tooltip": "提供商分为两种类型:<br>【DNS 提供商】您的域名 DNS 托管方,用于在申请证书时管理您的域名解析记录。<br>【主机提供商】您的服务器或云服务的托管方,用于部署签发的证书。<br><br>该字段保存后不可修改。",
|
||||
"access.form.acmehttpreq_endpoint.label": "服务端点",
|
||||
"access.form.acmehttpreq_endpoint.placeholder": "请输入服务端点",
|
||||
"access.form.acmehttpreq_endpoint.tooltip": "这是什么?请参阅 <a href=\"https://go-acme.github.io/lego/dns/httpreq/\" target=\"_blank\">https://go-acme.github.io/lego/dns/httpreq/</a>",
|
||||
|
||||
@@ -33,9 +33,9 @@
|
||||
"domain.application.form.email.placeholder": "请选择邮箱",
|
||||
"domain.application.form.email.add": "添加邮箱",
|
||||
"domain.application.form.email.list": "邮箱列表",
|
||||
"domain.application.form.access.label": "DNS 服务商授权配置",
|
||||
"domain.application.form.access.placeholder": "请选择 DNS 服务商授权配置",
|
||||
"domain.application.form.access.list": "DNS 服务商授权配置列表",
|
||||
"domain.application.form.access.label": "DNS 提供商授权配置",
|
||||
"domain.application.form.access.placeholder": "请选择 DNS 提供商授权配置",
|
||||
"domain.application.form.access.list": "DNS 提供商授权配置列表",
|
||||
"domain.application.form.advanced_settings.label": "高级设置",
|
||||
"domain.application.form.key_algorithm.label": "数字证书算法(默认:RSA2048)",
|
||||
"domain.application.form.key_algorithm.placeholder": "请选择数字证书算法",
|
||||
@@ -53,7 +53,7 @@
|
||||
"domain.deployment.form.type.list": "部署方式列表",
|
||||
"domain.deployment.form.access.label": "授权配置",
|
||||
"domain.deployment.form.access.placeholder": "请选择授权配置",
|
||||
"domain.deployment.form.access.list": "服务商授权配置列表",
|
||||
"domain.deployment.form.access.list": "提供商授权配置列表",
|
||||
"domain.deployment.form.domain.label": "部署到域名(仅支持单个域名;不支持泛域名)",
|
||||
"domain.deployment.form.domain.label.wildsupported": "部署到域名(支持泛域名)",
|
||||
"domain.deployment.form.domain.placeholder": "请输入部署到的域名",
|
||||
|
||||
Reference in New Issue
Block a user