mirror of
https://github.com/certimate-go/certimate.git
synced 2026-09-03 06:23:54 +08:00
3227 lines
156 KiB
JSON
3227 lines
156 KiB
JSON
{
|
||
"$ns": "workflow_node",
|
||
|
||
"kind": {
|
||
"basis": "基础",
|
||
"business": "业务",
|
||
"logic": "逻辑"
|
||
},
|
||
|
||
"variables": {
|
||
"type": {
|
||
"certificate": {
|
||
"label": "证书"
|
||
}
|
||
},
|
||
"selector": {
|
||
"hours_left": {
|
||
"label": "剩余小时数"
|
||
},
|
||
"days_left": {
|
||
"label": "剩余天数"
|
||
},
|
||
"validity": {
|
||
"label": "有效性"
|
||
}
|
||
}
|
||
},
|
||
|
||
"start": {
|
||
"label": "开始",
|
||
"default_name": "开始",
|
||
"form_anchor": {
|
||
"parameters": {
|
||
"tab": "参数设置"
|
||
}
|
||
},
|
||
"form": {
|
||
"trigger": {
|
||
"label": "触发方式",
|
||
"placeholder": "请选择触发方式",
|
||
"option": {
|
||
"scheduled": {
|
||
"label": "定时触发"
|
||
},
|
||
"manual": {
|
||
"label": "手动触发"
|
||
}
|
||
}
|
||
},
|
||
"trigger_cron": {
|
||
"label": "CRON 表达式",
|
||
"placeholder": "请输入 CRON 表达式",
|
||
"errmsg": {
|
||
"invalid": "无效的 CRON 表达式"
|
||
},
|
||
"tooltip": "五段式表达式,使用 <em>crontab</em> 标准语法规则。<br>支持使用任意值(即 <strong>*</strong>)、值列表分隔符(即 <strong>,</strong>)、值的范围(即 <strong>-</strong>)、步骤值(即 <strong>/</strong>)等四种表达式。",
|
||
"help": "预计最近 5 次运行时间(实际时区以服务器设置为准):",
|
||
"guide": "如果你有多个工作流,建议将它们设置为在一天中的多个时间段运行,而非总是在相同的特定时间。也不要总是设置为每日零时,以免遭遇证书颁发机构的流量高峰。<br><br>参考链接:<br>1. <a href=\"https://letsencrypt.org/zh-cn/docs/rate-limits/\" target=\"_blank\">Let’s Encrypt 速率限制</a><br>2. <a href=\"https://letsencrypt.org/zh-cn/docs/faq/#%E4%B8%BA%E4%BB%80%E4%B9%88%E6%88%91%E7%9A%84-let-s-encrypt-acme-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%90%AF%E5%8A%A8%E6%97%B6%E9%97%B4%E5%BA%94%E5%BD%93%E9%9A%8F%E6%9C%BA\" target=\"_blank\">为什么我的 Let’s Encrypt (ACME) 客户端启动时间应当随机?</a>"
|
||
}
|
||
}
|
||
},
|
||
|
||
"apply": {
|
||
"label": "申请签发证书",
|
||
"default_name": "申请",
|
||
"form_anchor": {
|
||
"parameters": {
|
||
"tab": "参数设置"
|
||
},
|
||
"challenge": {
|
||
"tab": "验证质询",
|
||
"title": "验证质询"
|
||
},
|
||
"certificate": {
|
||
"tab": "证书设置",
|
||
"title": "证书设置"
|
||
},
|
||
"advanced": {
|
||
"tab": "高级设置",
|
||
"title": "高级设置"
|
||
},
|
||
"strategy": {
|
||
"tab": "执行策略",
|
||
"title": "执行策略"
|
||
}
|
||
},
|
||
"form": {
|
||
"identifier": {
|
||
"label": "证书标识",
|
||
"label2": "请选择证书标识类型:",
|
||
"option": {
|
||
"domain": {
|
||
"label": "域名证书",
|
||
"description": "<ul style=\"margin: 0;\"><li>支持单域名、多域名、泛域名(取决于具体证书颁发机构)</li><li>支持 DNS-01、HTTP-01 质询验证</li></ul>"
|
||
},
|
||
"ip": {
|
||
"label": "IP 地址证书",
|
||
"description": "<ul style=\"margin: 0;\"><li>支持 IPv4、IPv6 地址</li><li>仅支持 HTTP-01 质询验证</li><li>预设配置:无证书通用名称(即 CommonName)</li><li>预设配置:证书颁发机构 <em><b>Let's Encrypt</b></em></li><li>预设配置:ACME 配置文件 <em><b>shortlived</b></em></li><li>更短的证书有效期和续期间隔</li></ul>"
|
||
}
|
||
},
|
||
"continue": {
|
||
"button": "下一步"
|
||
}
|
||
},
|
||
"domains": {
|
||
"label": "域名",
|
||
"placeholder": "请输入域名(多个值请用半角分号隔开)",
|
||
"help": "提示:多域名请用半角分号隔开;泛域名表示形式为 <em>*.example.com</em>。",
|
||
"help_no_wildcard": "提示:支持多个域名,以半角分号隔开。",
|
||
"multiple_input_modal": {
|
||
"title": "修改域名",
|
||
"placeholder": "请输入域名"
|
||
}
|
||
},
|
||
"ipaddrs": {
|
||
"label": "IP 地址",
|
||
"placeholder": "请输入 IP 地址(多个值请用半角分号隔开)",
|
||
"help": "提示:多 IP 地址请用半角分号隔开。",
|
||
"multiple_input_modal": {
|
||
"title": "修改 IP 地址",
|
||
"placeholder": "请输入 IP 地址"
|
||
}
|
||
},
|
||
"contact_email": {
|
||
"label": "联系邮箱",
|
||
"placeholder": "请输入联系邮箱",
|
||
"tooltip": "申请签发 SSL 证书时所需的联系方式。请注意 Let's Encrypt 账户注册的<a href=\"https://letsencrypt.org/zh-cn/docs/rate-limits/\" target=\"_blank\">速率限制</a>。"
|
||
},
|
||
"challenge_type": {
|
||
"label": "质询方式",
|
||
"placeholder": "请选择质询方式",
|
||
"errmsg": {
|
||
"no_wildcard_in_http01": "HTTP-01 质询无法用于申请泛域名证书。",
|
||
"no_ip_in_dns01": "DNS-01 质询无法用于申请 IP 地址证书。"
|
||
},
|
||
"tooltip": "表示证书颁发机构如何验证你对域名的控制权。<br><a href=\"https://letsencrypt.org/zh-cn/docs/challenge-types/\" target=\"_blank\">点此了解更多</a>。"
|
||
},
|
||
"provider": {
|
||
"label": "提供商",
|
||
"placeholder": "请选择提供商"
|
||
},
|
||
"provider_dns01": {
|
||
"label": "DNS 提供商",
|
||
"placeholder": "请选择 DNS 提供商"
|
||
},
|
||
"provider_http01": {
|
||
"label": "主机提供商",
|
||
"placeholder": "请选择主机提供商"
|
||
},
|
||
"provider_access": {
|
||
"label": "提供商授权",
|
||
"placeholder": "请选择提供商授权",
|
||
"button": "新建"
|
||
},
|
||
"provider_access_dns01": {
|
||
"label": "DNS 提供商授权",
|
||
"placeholder": "请选择 DNS 提供商授权"
|
||
},
|
||
"provider_access_http01": {
|
||
"label": "主机提供商授权",
|
||
"placeholder": "请选择主机提供商授权"
|
||
},
|
||
"key_source": {
|
||
"label": "私钥来源",
|
||
"placeholder": "请选择私钥来源",
|
||
"option": {
|
||
"auto": {
|
||
"label": "随机生成"
|
||
},
|
||
"reuse": {
|
||
"label": "复用私钥",
|
||
"help": "提示:如果存在之前申请的证书,将以原私钥算法为准;否则才使用此选项。"
|
||
},
|
||
"custom": {
|
||
"label": "自定义",
|
||
"help": "提示:请确保算法与私钥相匹配。"
|
||
}
|
||
}
|
||
},
|
||
"key_algorithm": {
|
||
"label": "私钥算法",
|
||
"placeholder": "请选择证书的私钥算法"
|
||
},
|
||
"key_content": {
|
||
"label": "私钥文件(PEM 格式)",
|
||
"placeholder": "请输入私钥文件内容\r\n\r\n-----BEGIN (RSA|EC) PRIVATE KEY-----\r\n...\r\n-----END (RSA|EC) PRIVATE KEY-----",
|
||
"errmsg": {
|
||
"invalid": "无效的 PEM 格式私钥文件",
|
||
"not_matched": "私钥内容与算法不匹配(预期:{{expected}},实际:{{actual}})"
|
||
}
|
||
},
|
||
"ca_provider": {
|
||
"label": "证书颁发机构(可选)",
|
||
"placeholder": "请选择证书颁发机构",
|
||
"button": "设置"
|
||
},
|
||
"ca_provider_access": {
|
||
"label": "证书颁发机构授权",
|
||
"placeholder": "请选择证书颁发机构授权",
|
||
"button": "新建"
|
||
},
|
||
"validity_lifetime": {
|
||
"label": "有效期(可选)",
|
||
"placeholder": "请输入证书的有效期",
|
||
"help": "提示:并非所有证书颁发机构都支持此特性。",
|
||
"tooltip": "表示证书的有效期。如果你不了解该选项的用途,保持默认即可。",
|
||
"units": {
|
||
"h": "小时",
|
||
"d": "天"
|
||
}
|
||
},
|
||
"preferred_chain": {
|
||
"label": "首选链(可选)",
|
||
"placeholder": "请输入证书首选链",
|
||
"help": "提示:并非所有证书颁发机构都支持此特性。",
|
||
"tooltip": "表示证书颁发时使用的首选证书链。如果你不了解该选项的用途,保持默认即可。<br><a href=\"https://letsencrypt.org/zh-cn/certificates/\" target=\"_blank\">点此了解更多</a>。"
|
||
},
|
||
"acme_profile": {
|
||
"label": "ACME 配置文件(可选)",
|
||
"placeholder": "请输入 ACME 配置文件",
|
||
"help": "提示:并非所有证书颁发机构都支持此特性。",
|
||
"tooltip": "表示证书颁发时使用的 ACME 证书配置文件。如果你不了解该选项的用途,保持默认即可。<br><a href=\"https://letsencrypt.org/zh-cn/docs/profiles/#%E6%88%91%E4%BB%AC%E6%8F%90%E4%BE%9B%E7%9A%84%E9%85%8D%E7%BD%AE\" target=\"_blank\">点此了解更多</a>。"
|
||
},
|
||
"disable_cn": {
|
||
"label": "阻止 CSR 包含主题通用名称",
|
||
"tooltip": "在证书中是否包含主题通用名称字段(即 <em>Subject.CommonName</em>)。如果你不了解该选项的用途,保持默认即可。<br><a href=\"https://letsencrypt.org/zh-cn/docs/profiles/#%E8%AF%81%E4%B9%A6%E9%80%9A%E7%94%A8%E5%90%8D%E7%A7%B0\" target=\"_blank\">点此了解更多</a>。"
|
||
},
|
||
"nameservers": {
|
||
"label": "DNS 递归服务器(可选)",
|
||
"placeholder": "请输入 DNS 递归服务器(多个值请用半角分号隔开)",
|
||
"tooltip": "表示在 ACME 质询时使用自定义的 DNS 递归服务器。如果你不了解该选项的用途,保持默认即可。<br><a href=\"https://go-acme.github.io/lego/usage/cli/options/index.html#dns-resolvers-and-challenge-verification\" target=\"_blank\">点此了解更多</a>。",
|
||
"multiple_input_modal": {
|
||
"title": "修改 DNS 递归服务器",
|
||
"placeholder": "请输入 DNS 递归服务器"
|
||
}
|
||
},
|
||
"dns_propagation_wait": {
|
||
"label": "DNS 传播等待时间(可选)",
|
||
"placeholder": "请输入 DNS 传播等待时间",
|
||
"unit": "秒",
|
||
"tooltip": "表示在 ACME DNS-01 质询时 DNS 传播的等待时间。如果你不了解此选项的用途,保持默认即可。"
|
||
},
|
||
"dns_propagation_timeout": {
|
||
"label": "DNS 传播检查超时时间(可选)",
|
||
"placeholder": "请输入 DNS 传播检查超时时间",
|
||
"unit": "秒",
|
||
"tooltip": "表示在 ACME DNS-01 质询时 DNS 传播检查的超时时间。如果你不了解此选项的用途,保持默认即可。"
|
||
},
|
||
"dns_ttl": {
|
||
"label": "DNS 解析记录 TTL(可选)",
|
||
"placeholder": "请输入 DNS 解析记录 TTL",
|
||
"unit": "秒",
|
||
"help": "提示:不填写时,将使用 DNS 提供商指定的默认值。",
|
||
"tooltip": "表示在 ACME DNS-01 质询时 DNS 解析记录的 TTL。如果你不了解此选项的用途,保持默认即可。"
|
||
},
|
||
"http_delay_wait": {
|
||
"label": "HTTP 服务器等待时间(可选)",
|
||
"placeholder": "请输入 HTTP 服务器等待时间",
|
||
"unit": "秒",
|
||
"tooltip": "表示在 ACME HTTP-01 质询时的 HTTP 服务器等待时间。如果你不了解此选项的用途,保持默认即可。"
|
||
},
|
||
"disable_follow_cname": {
|
||
"label": "阻止 CNAME 跟随",
|
||
"tooltip": "在 ACME DNS-01 质询时是否阻止 CNAME 跟随。如果你不了解该选项的用途,保持默认即可。<a href=\"https://letsencrypt.org/2019/10/09/onboarding-your-customers-with-lets-encrypt-and-acme/#the-advantages-of-a-cname\" target=\"_blank\">点此了解更多</a>。"
|
||
},
|
||
"disable_ari": {
|
||
"label": "阻止 ARI 续期",
|
||
"tooltip": "在 ACME 证书续期时是否阻止 ARI(ACME Renewal Information)。如果你不了解该选项的用途,保持默认即可。<br><a href=\"https://letsencrypt.org/2023/03/23/improving-resliiency-and-reliability-with-ari/\" target=\"_blank\">点此了解更多</a>。"
|
||
},
|
||
"skip_before_expiry_days": {
|
||
"label": "重复申请",
|
||
"placeholder": "请输入续期间隔",
|
||
"prefix": "当上次申请的证书剩余时长大于",
|
||
"suffix": ",再次运行工作流时跳过此节点。",
|
||
"unit": "天",
|
||
"help": "提示:证书实际续期间隔还取决于触发运行的 CRON 表达式。"
|
||
},
|
||
|
||
"aliyun_esa_region": {
|
||
"label": "阿里云服务地域",
|
||
"placeholder": "请输入阿里云 ESA 服务地域(例如:cn-hangzhou)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://help.aliyun.com/zh/edge-security-acceleration/esa/api-esa-2024-09-10-endpoint\" target=\"_blank\">https://help.aliyun.com/zh/edge-security-acceleration/esa/api-esa-2024-09-10-endpoint</a>"
|
||
},
|
||
"aws_lightsail_region": {
|
||
"label": "AWS 服务区域",
|
||
"placeholder": "请输入 AWS Lightsail 服务区域(例如:us-east-1)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://docs.aws.amazon.com/zh_cn/general/latest/gr/rande.html#regional-endpoints\" target=\"_blank\">https://docs.aws.amazon.com/zh_cn/general/latest/gr/rande.html#regional-endpoints</a>"
|
||
},
|
||
"aws_route53_region": {
|
||
"label": "AWS 服务区域",
|
||
"placeholder": "请输入 AWS Route53 服务区域(例如:us-east-1)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://docs.aws.amazon.com/zh_cn/general/latest/gr/rande.html#regional-endpoints\" target=\"_blank\">https://docs.aws.amazon.com/zh_cn/general/latest/gr/rande.html#regional-endpoints</a>"
|
||
},
|
||
"aws_route53_hosted_zone_id": {
|
||
"label": "AWS Route53 托管区域 ID(可选)",
|
||
"placeholder": "请输入 AWS Route53 托管区域 ID",
|
||
"help": "提示:仅当存在多个相同 FQDN 的托管区域时需要填写。",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://docs.aws.amazon.com/zh_cn/Route53/latest/DeveloperGuide/hosted-zones-working-with.html\" target=\"_blank\">https://docs.aws.amazon.com/zh_cn/Route53/latest/DeveloperGuide/hosted-zones-working-with.html</a>"
|
||
},
|
||
"huaweicloud_dns_region": {
|
||
"label": "华为云服务区域",
|
||
"placeholder": "请输入华为云 DNS 服务区域(例如:cn-north-1)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://console.huaweicloud.com/apiexplorer/#/endpoint/dns\" target=\"_blank\">https://console.huaweicloud.com/apiexplorer/#/endpoint/dns</a>"
|
||
},
|
||
"jdcloud_dns_region_id": {
|
||
"label": "京东云服务地域 ID",
|
||
"placeholder": "请输入京东云 DNS 服务地域 ID(例如:cn-north-1)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://docs.jdcloud.com/cn/common-declaration/api/introduction\" target=\"_blank\">https://docs.jdcloud.com/cn/common-declaration/api/introduction</a>"
|
||
},
|
||
"ftp_webroot_path": {
|
||
"label": "网站根目录",
|
||
"placeholder": "请输入网站根目录",
|
||
"tooltip": "即服务器上存储网站文件的主文件夹。"
|
||
},
|
||
"local_webroot_path": {
|
||
"label": "网站根目录",
|
||
"placeholder": "请输入网站根目录",
|
||
"tooltip": "即本机存储网站文件的主文件夹。"
|
||
},
|
||
"oraclecloud_dns_region": {
|
||
"label": "OCI 服务区域",
|
||
"placeholder": "请输入 OCI DNS 服务区域(例如:us-phoenix-1)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://docs.oracle.com/en-us/iaas/Content/General/Concepts/regions.htm\" target=\"_blank\">https://docs.oracle.com/en-us/iaas/Content/General/Concepts/regions.htm</a>"
|
||
},
|
||
"oraclecloud_dns_compartment_ocid": {
|
||
"label": "OCI 资源区间 OCID",
|
||
"placeholder": "请输入 OCI 资源区间 OCID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://docs.oracle.com/en-us/iaas/Content/Identity/compartments/managingcompartments.htm\" target=\"_blank\">https://docs.oracle.com/en-us/iaas/Content/Identity/compartments/managingcompartments.htm</a>"
|
||
},
|
||
"s3_region": {
|
||
"label": "对象存储区域",
|
||
"placeholder": "请输入对象存储区域"
|
||
},
|
||
"s3_bucket": {
|
||
"label": "对象存储桶名",
|
||
"placeholder": "请输入对象存储桶名"
|
||
},
|
||
"ssh_webroot_path": {
|
||
"label": "网站根目录",
|
||
"placeholder": "请输入网站根目录",
|
||
"tooltip": "即服务器上存储网站文件的主文件夹。"
|
||
},
|
||
"ssh_use_scp": {
|
||
"label": "回退使用 SCP",
|
||
"tooltip": "如果你的远程服务器不支持 SFTP,请勾选此选项回退为 SCP。"
|
||
},
|
||
"ucloud_udnr_endpoint": {
|
||
"label": "优刻得接口端点(可选)",
|
||
"placeholder": "请输入优刻得 UDNR 接口端点(例如:api.ucloud.cn)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://docs.ucloud.cn/api/summary/gateway\" target=\"_blank\">https://docs.ucloud.cn/api/summary/gateway</a><br>国际站用户请填写 <em>api.ucloud-global.com</em>。"
|
||
}
|
||
}
|
||
},
|
||
|
||
"upload": {
|
||
"label": "上传自有证书",
|
||
"default_name": "上传",
|
||
"form_anchor": {
|
||
"parameters": {
|
||
"tab": "参数设置"
|
||
}
|
||
},
|
||
"form": {
|
||
"guide": "每次执行此节点时,都将重新读取文件内容。",
|
||
"source": {
|
||
"label": "上传来源",
|
||
"placeholder": "请选择上传来源",
|
||
"option": {
|
||
"form": {
|
||
"label": "表单"
|
||
},
|
||
"local": {
|
||
"label": "本地路径"
|
||
},
|
||
"url": {
|
||
"label": "URL 路径"
|
||
}
|
||
}
|
||
},
|
||
"name": {
|
||
"label": "证书名称",
|
||
"placeholder": "上传证书文件后显示"
|
||
},
|
||
"certificate_pem": {
|
||
"label": "证书文件(PEM 格式)",
|
||
"placeholder": "请输入证书文件内容\r\n\r\n-----BEGIN CERTIFICATE-----\r\n...\r\n-----END CERTIFICATE-----",
|
||
"errmsg": {
|
||
"invalid": "无效的 PEM 格式证书文件"
|
||
}
|
||
},
|
||
"certificate_path": {
|
||
"label": "证书文件路径",
|
||
"placeholder": "请输入证书文件本地路径"
|
||
},
|
||
"certificate_url": {
|
||
"label": "证书文件 URL",
|
||
"placeholder": "请输入证书文件下载 URL"
|
||
},
|
||
"private_key_pem": {
|
||
"label": "私钥文件(PEM 格式)",
|
||
"placeholder": "请输入私钥文件内容\r\n\r\n-----BEGIN (RSA|EC) PRIVATE KEY-----\r\n...\r\n-----END (RSA|EC) PRIVATE KEY-----",
|
||
"errmsg": {
|
||
"invalid": "无效的 PEM 格式私钥文件"
|
||
}
|
||
},
|
||
"private_key_path": {
|
||
"label": "私钥文件路径",
|
||
"placeholder": "请输入私钥文件本地路径"
|
||
},
|
||
"private_key_url": {
|
||
"label": "私钥文件 URL",
|
||
"placeholder": "请输入私钥文件下载 URL"
|
||
}
|
||
}
|
||
},
|
||
|
||
"monitor": {
|
||
"label": "监控网站证书",
|
||
"default_name": "监控",
|
||
"form_anchor": {
|
||
"parameters": {
|
||
"tab": "参数设置"
|
||
}
|
||
},
|
||
"form": {
|
||
"guide": "将向目标地址发送一个 HEAD 请求来获取相应的域名证书,请确保该地址可通过 HTTPS 协议访问。",
|
||
"host": {
|
||
"label": "主机地址",
|
||
"placeholder": "请输入主机地址(域名或 IP)"
|
||
},
|
||
"port": {
|
||
"label": "主机端口",
|
||
"placeholder": "请输入主机端口"
|
||
},
|
||
"domain": {
|
||
"label": "域名(可选)",
|
||
"placeholder": "请输入域名",
|
||
"help": "提示:仅当主机地址为 IP 时需要填写。"
|
||
},
|
||
"request_path": {
|
||
"label": "请求路径(可选)",
|
||
"placeholder": "请输入请求路径"
|
||
}
|
||
}
|
||
},
|
||
|
||
"deploy": {
|
||
"label": "部署证书到 ...",
|
||
"default_name": "部署",
|
||
"form_anchor": {
|
||
"parameters": {
|
||
"tab": "参数设置"
|
||
},
|
||
"deployment": {
|
||
"tab": "部署设置",
|
||
"title": "部署设置"
|
||
},
|
||
"strategy": {
|
||
"tab": "执行策略",
|
||
"title": "执行策略"
|
||
}
|
||
},
|
||
"form": {
|
||
"certificate_output_node_id": {
|
||
"label": "待部署证书",
|
||
"placeholder": "请选择待部署证书",
|
||
"help": "提示:待部署证书来自之前的申请或上传节点,如果选项为空请先检查前序节点。"
|
||
},
|
||
"provider": {
|
||
"label": "主机提供商",
|
||
"placeholder": "请选择主机提供商",
|
||
"search": {
|
||
"placeholder": "搜索主机提供商……"
|
||
}
|
||
},
|
||
"provider_access": {
|
||
"label": "主机提供商授权",
|
||
"placeholder": "请选择主机提供商授权",
|
||
"button": "新建"
|
||
},
|
||
"skip_on_last_succeeded": {
|
||
"label": "重复部署",
|
||
"prefix": "当上次部署相同证书成功后,再次运行工作流时",
|
||
"suffix": "此节点。",
|
||
"switch": {
|
||
"on": "跳过",
|
||
"off": "不跳过"
|
||
}
|
||
},
|
||
|
||
"shared_deploy_target": {
|
||
"label": "证书部署方式",
|
||
"placeholder": "请选择证书部署方式"
|
||
},
|
||
"shared_domain_match_pattern": {
|
||
"label": "域名匹配模式",
|
||
"placeholder": "请选择部署域名匹配模式",
|
||
"option": {
|
||
"exact": {
|
||
"label": "精确匹配",
|
||
"help.wildcard": "提示:对于支持泛解析的站点,<strong>精确匹配</strong>一个泛域名仅包含该站点本身、不包括相关子域名站点。"
|
||
},
|
||
"wildcard": {
|
||
"label": "通配符匹配(泛域名)"
|
||
},
|
||
"certsan": {
|
||
"label": "根据证书自动匹配"
|
||
}
|
||
}
|
||
},
|
||
"shared_script_command": {
|
||
"vartips": "支持的变量:<br><ol style=\"list-style: disc;\"><li><strong>${CERTIMATE_DEPLOYER_CMDVAR_CERTIFICATE_PATH}</strong>:<br>证书文件路径,等同于表单中相应字段的值。</li><li><strong>${CERTIMATE_DEPLOYER_CMDVAR_CERTIFICATE_SERVER_PATH}</strong>:<br>证书文件(仅含服务器证书)路径,等同于表单中相应字段的值。</li><li><strong>${CERTIMATE_DEPLOYER_CMDVAR_CERTIFICATE_INTERMEDIA_PATH}</strong>:<br>证书文件(仅含中间证书)路径,等同于表单中相应字段的值。</li><li><strong>${CERTIMATE_DEPLOYER_CMDVAR_PRIVATEKEY_PATH}</strong>:<br>私钥文件路径,等同于表单中相应字段的值。</li><li><strong>${CERTIMATE_DEPLOYER_CMDVAR_PFX_PASSWORD}</strong>:<br>PFX 导出密码,等同于表单中相应字段的值。</li><li><strong>${CERTIMATE_DEPLOYER_CMDVAR_JKS_ALIAS}</strong>:<br>JKS 别名,等同于表单中相应字段的值。</li><li><strong>${CERTIMATE_DEPLOYER_CMDVAR_JKS_KEYPASS}</strong>:<br>JKS 私钥访问口令,等同于表单中相应字段的值。</li><li><strong>${CERTIMATE_DEPLOYER_CMDVAR_JKS_STOREPASS}</strong>:<br>JKS 密钥库存储口令,等同于表单中相应字段的值。</li></ol>"
|
||
},
|
||
"shared_file_format": {
|
||
"label": "文件格式",
|
||
"placeholder": "请选择文件格式",
|
||
"option": {
|
||
"pem": {
|
||
"label": "PEM 格式(*.pem, *.crt, *.key)"
|
||
},
|
||
"pfx": {
|
||
"label": "PFX 格式(*.pfx, *.p12)"
|
||
},
|
||
"jks": {
|
||
"label": "JKS 格式(*.jks)"
|
||
}
|
||
}
|
||
},
|
||
"shared_file_path_for_key": {
|
||
"label": "私钥文件输出路径",
|
||
"placeholder": "请输入私钥文件输出路径",
|
||
"help": "提示:路径需包含完整的文件名,而不是只有目录。"
|
||
},
|
||
"shared_file_path_for_crt": {
|
||
"label": "证书文件输出路径",
|
||
"placeholder": "请输入证书文件输出路径",
|
||
"help": "提示:路径需包含完整的文件名,而不是只有目录。"
|
||
},
|
||
"shared_file_path_for_servercrt": {
|
||
"label": "证书文件(仅含服务器证书)输出路径(可选)",
|
||
"placeholder": "请输入服务器证书文件输出路径",
|
||
"help": "提示:路径需包含完整的文件名,而不是只有目录。不填写时将不会保存服务器证书。"
|
||
},
|
||
"shared_file_path_for_intermediacrt": {
|
||
"label": "证书文件(仅含中间证书)输出路径(可选)",
|
||
"placeholder": "请输入中间证书文件输出路径",
|
||
"help": "提示:路径需包含完整的文件名,而不是只有目录。不填写时将不会保存中间证书。"
|
||
},
|
||
"shared_pfx_password": {
|
||
"label": "PFX 导出密码",
|
||
"placeholder": "请输入 PFX 导出密码"
|
||
},
|
||
"shared_pfx_encoder": {
|
||
"label": "PFX 编码器(可选)",
|
||
"placeholder": "请选择 PFX 编码器",
|
||
"option": {
|
||
"legacyrc2": {
|
||
"label": "LegacyRC2(RC2,兼容旧系统,但安全性较低)"
|
||
},
|
||
"legacydes": {
|
||
"label": "LegacyDES(3DES + SHA-1,默认值)"
|
||
},
|
||
"modern2023": {
|
||
"label": "Modern2023(AES-256-CBC + SHA-256 MAC,适配 OpenSSL v1.1.1+)"
|
||
},
|
||
"modern2026": {
|
||
"label": "Modern2026(AES-256-CBC + PBMAC1 MAC,适配 OpenSSL v3.4.0+)"
|
||
}
|
||
}
|
||
},
|
||
"shared_jks_alias": {
|
||
"label": "JKS 别名",
|
||
"placeholder": "请输入 JKS 别名",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://docs.oracle.com/cd/E19509-01/820-3503/ggfen/index.html\" target=\"_blank\">https://docs.oracle.com/cd/E19509-01/820-3503/ggfen/index.html</a>"
|
||
},
|
||
"shared_jks_keypass": {
|
||
"label": "JKS 私钥访问口令",
|
||
"placeholder": "请输入 JKS 私钥访问口令",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://docs.oracle.com/cd/E19509-01/820-3503/ggfen/index.html\" target=\"_blank\">https://docs.oracle.com/cd/E19509-01/820-3503/ggfen/index.html</a>"
|
||
},
|
||
"shared_jks_storepass": {
|
||
"label": "JKS 密钥库存储口令",
|
||
"placeholder": "请输入 JKS 密钥库存储口令",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://docs.oracle.com/cd/E19509-01/820-3503/ggfen/index.html\" target=\"_blank\">https://docs.oracle.com/cd/E19509-01/820-3503/ggfen/index.html</a>"
|
||
},
|
||
|
||
"1panel_node_name": {
|
||
"label": "1Panel 子节点名称(可选)",
|
||
"placeholder": "请输入 1Panel 子节点名称",
|
||
"help": "提示:仅 1Panel v2+ 需要填写。不填写时,将替换主控节点证书;否则,将替换被控节点证书。",
|
||
"tooltip": "请登录 1Panel 面板查看"
|
||
},
|
||
"1panel_deploy_target": {
|
||
"option": {
|
||
"website": {
|
||
"label": "部署到指定网站"
|
||
},
|
||
"certificate": {
|
||
"label": "替换指定证书"
|
||
}
|
||
}
|
||
},
|
||
"1panel_website_match_pattern": {
|
||
"label": "网站匹配模式",
|
||
"placeholder": "请选择部署网站匹配模式",
|
||
"option": {
|
||
"specified": {
|
||
"label": "指定 ID"
|
||
},
|
||
"certsan": {
|
||
"label": "根据证书自动匹配",
|
||
"help": "提示:网站名称需要是域名、且包含开启了 SSL 的域名配置。"
|
||
}
|
||
}
|
||
},
|
||
"1panel_website_id": {
|
||
"label": "1Panel 网站 ID",
|
||
"placeholder": "请输入 1Panel 网站 ID",
|
||
"tooltip": "请登录 1Panel 面板查看"
|
||
},
|
||
"1panel_certificate_id": {
|
||
"label": "1Panel 证书 ID",
|
||
"placeholder": "请输入 1Panel 证书 ID",
|
||
"tooltip": "请登录 1Panel 面板查看"
|
||
},
|
||
"1panel_console_auto_restart": {
|
||
"label": "部署后自动重启 1Panel 服务"
|
||
},
|
||
"aliyun_alb_region": {
|
||
"label": "阿里云服务地域",
|
||
"placeholder": "请输入阿里云 ALB 服务地域(例如:cn-hangzhou)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://help.aliyun.com/zh/slb/application-load-balancer/product-overview/supported-regions-and-zones\" target=\"_blank\">https://help.aliyun.com/zh/slb/application-load-balancer/product-overview/supported-regions-and-zones</a>"
|
||
},
|
||
"aliyun_alb_deploy_target": {
|
||
"option": {
|
||
"loadbalancer": {
|
||
"label": "部署到指定负载均衡器下的全部 HTTPS/QUIC 监听器"
|
||
},
|
||
"listener": {
|
||
"label": "部署到指定 HTTPS/QUIC 监听器"
|
||
}
|
||
}
|
||
},
|
||
"aliyun_alb_loadbalancer_id": {
|
||
"label": "阿里云 ALB 负载均衡器 ID",
|
||
"placeholder": "请输入阿里云 ALB 负载均衡器 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://slb.console.aliyun.com/alb\" target=\"_blank\">https://slb.console.aliyun.com/alb</a>"
|
||
},
|
||
"aliyun_alb_listener_id": {
|
||
"label": "阿里云 ALB 监听器 ID",
|
||
"placeholder": "请输入阿里云 ALB 监听器 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://slb.console.aliyun.com/alb\" target=\"_blank\">https://slb.console.aliyun.com/alb</a>"
|
||
},
|
||
"aliyun_alb_snidomain": {
|
||
"label": "阿里云 ALB 扩展域名(可选)",
|
||
"placeholder": "请输入阿里云 ALB 扩展域名",
|
||
"help": "提示:不填写时,将替换监听器的默认证书;否则,将替换扩展域名证书。"
|
||
},
|
||
"aliyun_apigw_region": {
|
||
"label": "阿里云服务地域",
|
||
"placeholder": "请输入阿里云 API 网关地域(例如:cn-hangzhou)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://help.aliyun.com/zh/api-gateway/cloud-native-api-gateway/product-overview/regions\" target=\"_blank\">https://help.aliyun.com/zh/api-gateway/cloud-native-api-gateway/product-overview/regions</a>"
|
||
},
|
||
"aliyun_apigw_service_type": {
|
||
"label": "阿里云 API 网关服务类型",
|
||
"placeholder": "请选择阿里云 API 网关服务类型",
|
||
"option": {
|
||
"cloudnative": {
|
||
"label": "云原生 API 网关"
|
||
},
|
||
"traditional": {
|
||
"label": "原 API 网关"
|
||
}
|
||
}
|
||
},
|
||
"aliyun_apigw_gateway_id": {
|
||
"label": "阿里云 API 网关 ID",
|
||
"placeholder": "请输入阿里云 API 网关 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://apigw.console.aliyun.com\" target=\"_blank\">https://apigw.console.aliyun.com</a>"
|
||
},
|
||
"aliyun_apigw_group_id": {
|
||
"label": "阿里云 API 分组 ID",
|
||
"placeholder": "请输入阿里云 API 分组 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://apigateway.console.aliyun.com\" target=\"_blank\">https://apigateway.console.aliyun.com</a>"
|
||
},
|
||
"aliyun_apigw_domain": {
|
||
"label": "阿里云 API 网关自定义域名",
|
||
"placeholder": "请输入阿里云 API 网关自定义域名"
|
||
},
|
||
"aliyun_cas_region": {
|
||
"label": "阿里云服务地域",
|
||
"placeholder": "请输入阿里云 CAS 服务地域(例如:cn-hangzhou)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://help.aliyun.com/zh/ssl-certificate/developer-reference/endpoints\" target=\"_blank\">https://help.aliyun.com/zh/ssl-certificate/developer-reference/endpoints</a>"
|
||
},
|
||
"aliyun_casdeploy": {
|
||
"guide": "将通过阿里云 OpenAPI <em>CreateDeploymentJob</em> 接口创建异步部署任务。"
|
||
},
|
||
"aliyun_casdeploy_region": {
|
||
"label": "阿里云服务地域",
|
||
"placeholder": "请输入阿里云 CAS 服务地域(例如:cn-hangzhou)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://help.aliyun.com/zh/ssl-certificate/developer-reference/endpoints\" target=\"_blank\">https://help.aliyun.com/zh/ssl-certificate/developer-reference/endpoints</a>"
|
||
},
|
||
"aliyun_casdeploy_resource_ids": {
|
||
"label": "阿里云云产品资源 ID",
|
||
"placeholder": "请输入阿里云云产品资源 ID(多个值请用半角分号隔开)",
|
||
"errmsg": {
|
||
"invalid": "无效的云产品资源 ID"
|
||
},
|
||
"help": "提示:支持多个 ID,以半角分号隔开。仅支持阿里云产品,注意与各产品本身的实例 ID 区分。",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://help.aliyun.com/zh/ssl-certificate/developer-reference/api-cas-2020-04-07-listcloudresources\" target=\"_blank\">https://help.aliyun.com/zh/ssl-certificate/developer-reference/api-cas-2020-04-07-listcloudresources</a>",
|
||
"multiple_input_modal": {
|
||
"title": "修改阿里云云产品资源 ID",
|
||
"placeholder": "请输入阿里云云产品资源 ID"
|
||
}
|
||
},
|
||
"aliyun_casdeploy_contact_ids": {
|
||
"label": "阿里云联系人 ID(可选)",
|
||
"placeholder": "请输入阿里云联系人 ID(多个值请用半角分号隔开)",
|
||
"errmsg": {
|
||
"invalid": "无效的联系人 ID"
|
||
},
|
||
"help": "提示:支持多个 ID,以半角分号隔开。不填写时,将使用系统联系人列表中的第一个。",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://help.aliyun.com/zh/ssl-certificate/developer-reference/api-cas-2020-04-07-listcontact\" target=\"_blank\">https://help.aliyun.com/zh/ssl-certificate/developer-reference/api-cas-2020-04-07-listcontact</a>",
|
||
"multiple_input_modal": {
|
||
"title": "修改阿里云联系人 ID",
|
||
"placeholder": "请输入阿里云联系人 ID"
|
||
}
|
||
},
|
||
"aliyun_clb_region": {
|
||
"label": "阿里云服务地域",
|
||
"placeholder": "请输入阿里云 CLB 服务地域(例如:cn-hangzhou)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://help.aliyun.com/zh/slb/classic-load-balancer/product-overview/regions-that-support-clb\" target=\"_blank\">https://help.aliyun.com/zh/slb/classic-load-balancer/product-overview/regions-that-support-clb</a>"
|
||
},
|
||
"aliyun_clb_deploy_target": {
|
||
"option": {
|
||
"loadbalancer": {
|
||
"label": "部署到指定负载均衡器下的全部 HTTPS 监听"
|
||
},
|
||
"listener": {
|
||
"label": "部署到指定 HTTPS 监听"
|
||
}
|
||
}
|
||
},
|
||
"aliyun_clb_loadbalancer_id": {
|
||
"label": "阿里云 CLB 负载均衡器 ID",
|
||
"placeholder": "请输入阿里云 CLB 负载均衡器 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://slb.console.aliyun.com/clb\" target=\"_blank\">https://slb.console.aliyun.com/clb</a>"
|
||
},
|
||
"aliyun_clb_listener_port": {
|
||
"label": "阿里云 CLB 监听端口",
|
||
"placeholder": "请输入阿里云 CLB 监听端口",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://slb.console.aliyun.com/clb\" target=\"_blank\">https://slb.console.aliyun.com/clb</a>"
|
||
},
|
||
"aliyun_clb_snidomain": {
|
||
"label": "阿里云 CLB 扩展域名(可选)",
|
||
"placeholder": "请输入阿里云 CLB 扩展域名",
|
||
"help": "提示:不填写时,将替换监听器的默认证书;否则,将替换扩展域名证书。"
|
||
},
|
||
"aliyun_cdn_region": {
|
||
"label": "阿里云服务地域",
|
||
"placeholder": "请输入阿里云 CDN 服务地域(例如:cn-hangzhou)",
|
||
"tooltip": "中国站请填写 <strong>cn-hangzhou</strong>;<br>国际站请填写 <strong>ap-southeast-1</strong>。"
|
||
},
|
||
"aliyun_cdn_domain": {
|
||
"label": "阿里云 CDN 加速域名",
|
||
"placeholder": "请输入阿里云 CDN 加速域名"
|
||
},
|
||
"aliyun_dcdn_region": {
|
||
"label": "阿里云服务地域",
|
||
"placeholder": "请输入阿里云 DCDN 服务地域(例如:cn-hangzhou)",
|
||
"tooltip": "中国站请填写 <strong>cn-hangzhou</strong>;<br>国际站请填写 <strong>ap-southeast-1</strong>。"
|
||
},
|
||
"aliyun_dcdn_domain": {
|
||
"label": "阿里云 DCDN 加速域名",
|
||
"placeholder": "请输入阿里云 DCDN 加速域名"
|
||
},
|
||
"aliyun_ddospro_region": {
|
||
"label": "阿里云服务地域",
|
||
"placeholder": "请输入阿里云 DDoS 高防服务地域(例如:cn-hangzhou)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://help.aliyun.com/zh/anti-ddos/anti-ddos-pro-and-premium/developer-reference/api-ddoscoo-2020-01-01-endpoint\" target=\"_blank\">https://help.aliyun.com/zh/anti-ddos/anti-ddos-pro-and-premium/developer-reference/api-ddoscoo-2020-01-01-endpoint</a>"
|
||
},
|
||
"aliyun_ddospro_domain": {
|
||
"label": "阿里云 DDoS 高防网站域名",
|
||
"placeholder": "请输入阿里云 DDoS 高防网站域名"
|
||
},
|
||
"aliyun_esa_region": {
|
||
"label": "阿里云服务地域",
|
||
"placeholder": "请输入阿里云 ESA 服务地域(例如:cn-hangzhou)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://help.aliyun.com/zh/edge-security-acceleration/esa/api-esa-2024-09-10-endpoint\" target=\"_blank\">https://help.aliyun.com/zh/edge-security-acceleration/esa/api-esa-2024-09-10-endpoint</a>"
|
||
},
|
||
"aliyun_esa_site_id": {
|
||
"label": "阿里云 ESA 站点 ID",
|
||
"placeholder": "请输入阿里云 ESA 站点 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://esa.console.aliyun.com/siteManage/list\" target=\"_blank\">https://esa.console.aliyun.com/siteManage/list</a>"
|
||
},
|
||
"aliyun_esa_saas_region": {
|
||
"label": "阿里云服务地域",
|
||
"placeholder": "请输入阿里云 ESA 服务地域(例如:cn-hangzhou)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://help.aliyun.com/zh/edge-security-acceleration/esa/api-esa-2024-09-10-endpoint\" target=\"_blank\">https://help.aliyun.com/zh/edge-security-acceleration/esa/api-esa-2024-09-10-endpoint</a>"
|
||
},
|
||
"aliyun_esa_saas_site_id": {
|
||
"label": "阿里云 ESA 站点 ID",
|
||
"placeholder": "请输入阿里云 ESA 站点 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://esa.console.aliyun.com/siteManage/list\" target=\"_blank\">https://esa.console.aliyun.com/siteManage/list</a>"
|
||
},
|
||
"aliyun_esa_saas_domain": {
|
||
"label": "阿里云 ESA SaaS 域名",
|
||
"placeholder": "请输入阿里云 ESA SaaS 域名"
|
||
},
|
||
"aliyun_fc_region": {
|
||
"label": "阿里云服务地域",
|
||
"placeholder": "请输入阿里云 FC 服务地域(例如:cn-hangzhou)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://help.aliyun.com/zh/functioncompute/fc-3-0/product-overview/supported-regions\" target=\"_blank\">https://help.aliyun.com/zh/functioncompute/fc-3-0/product-overview/supported-regions</a>"
|
||
},
|
||
"aliyun_fc_service_version": {
|
||
"label": "阿里云 FC 服务版本",
|
||
"placeholder": "请选择阿里云 FC 服务版本"
|
||
},
|
||
"aliyun_fc_domain": {
|
||
"label": "阿里云 FC 自定义域名",
|
||
"placeholder": "请输入阿里云 FC 自定义域名"
|
||
},
|
||
"aliyun_ga_deploy_target": {
|
||
"option": {
|
||
"accelerator": {
|
||
"label": "部署到指定全球加速器下的全部 HTTPS 监听"
|
||
},
|
||
"listener": {
|
||
"label": "部署到指定 HTTPS 监听器"
|
||
}
|
||
}
|
||
},
|
||
"aliyun_ga_accelerator_id": {
|
||
"label": "阿里云全球加速实例 ID",
|
||
"placeholder": "请输入阿里云全球加速实例 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://ga.console.aliyun.com\" target=\"_blank\">https://ga.console.aliyun.com</a>"
|
||
},
|
||
"aliyun_ga_listener_id": {
|
||
"label": "阿里云全球加速监听 ID",
|
||
"placeholder": "请输入阿里云全球加速监听 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://ga.console.aliyun.com\" target=\"_blank\">https://ga.console.aliyun.com</a>"
|
||
},
|
||
"aliyun_ga_snidomain": {
|
||
"label": "阿里云全球加速扩展域名(可选)",
|
||
"placeholder": "请输入阿里云全球加速扩展域名",
|
||
"help": "提示:不填写时,将替换监听器的默认证书;否则,将替换扩展域名证书。"
|
||
},
|
||
"aliyun_live_region": {
|
||
"label": "阿里云服务地域",
|
||
"placeholder": "请输入阿里云视频直播服务地域(例如:cn-hangzhou)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://help.aliyun.com/zh/live/product-overview/supported-regions\" target=\"_blank\">https://help.aliyun.com/zh/live/product-overview/supported-regions</a>"
|
||
},
|
||
"aliyun_live_domain": {
|
||
"label": "阿里云视频直播流域名",
|
||
"placeholder": "请输入阿里云视频直播流域名"
|
||
},
|
||
"aliyun_nlb_region": {
|
||
"label": "阿里云服务地域",
|
||
"placeholder": "请输入阿里云 NLB 服务地域(例如:cn-hangzhou)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://help.aliyun.com/zh/slb/network-load-balancer/product-overview/regions-that-support-nlb\" target=\"_blank\">https://help.aliyun.com/zh/slb/network-load-balancer/product-overview/regions-that-support-nlb</a>"
|
||
},
|
||
"aliyun_nlb_deploy_target": {
|
||
"option": {
|
||
"loadbalancer": {
|
||
"label": "部署到指定负载均衡器下的全部 HTTPS/QUIC 监听器"
|
||
},
|
||
"listener": {
|
||
"label": "部署到指定 HTTPS/QUIC 监听器"
|
||
}
|
||
}
|
||
},
|
||
"aliyun_nlb_loadbalancer_id": {
|
||
"label": "阿里云 NLB 负载均衡器 ID",
|
||
"placeholder": "请输入阿里云 NLB 负载均衡器 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://slb.console.aliyun.com/nlb\" target=\"_blank\">https://slb.console.aliyun.com/nlb</a>"
|
||
},
|
||
"aliyun_nlb_listener_id": {
|
||
"label": "阿里云 NLB 监听器 ID",
|
||
"placeholder": "请输入阿里云 NLB 监听器 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://slb.console.aliyun.com/nlb\" target=\"_blank\">https://slb.console.aliyun.com/nlb</a>"
|
||
},
|
||
"aliyun_oss_region": {
|
||
"label": "阿里云服务地域",
|
||
"placeholder": "请输入阿里云 OSS 服务地域(例如:cn-hangzhou)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://help.aliyun.com/zh/oss/user-guide/regions-and-endpoints\" target=\"_blank\">https://help.aliyun.com/zh/oss/user-guide/regions-and-endpoints</a>"
|
||
},
|
||
"aliyun_oss_bucket": {
|
||
"label": "阿里云 OSS 存储桶名",
|
||
"placeholder": "请输入阿里云 OSS 存储桶名"
|
||
},
|
||
"aliyun_oss_domain": {
|
||
"label": "阿里云 OSS 自定义域名",
|
||
"placeholder": "请输入阿里云 OSS 自定义域名"
|
||
},
|
||
"aliyun_vod_region": {
|
||
"label": "阿里云服务地域",
|
||
"placeholder": "请输入阿里云视频点播服务地域(例如:cn-hangzhou)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://help.aliyun.com/zh/vod/product-overview/regions\" target=\"_blank\">https://help.aliyun.com/zh/vod/product-overview/regions</a>"
|
||
},
|
||
"aliyun_vod_domain": {
|
||
"label": "阿里云视频点播加速域名",
|
||
"placeholder": "请输入阿里云视频点播加速域名"
|
||
},
|
||
"aliyun_waf_region": {
|
||
"label": "阿里云服务地域",
|
||
"placeholder": "请输入阿里云 WAF 服务地域(例如:cn-hangzhou)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://help.aliyun.com/zh/waf/web-application-firewall-3-0/developer-reference/api-waf-openapi-2021-10-01-endpoint\" target=\"_blank\">https://help.aliyun.com/zh/waf/web-application-firewall-3-0/developer-reference/api-waf-openapi-2021-10-01-endpoint</a>"
|
||
},
|
||
"aliyun_waf_service_version": {
|
||
"label": "阿里云 WAF 服务版本",
|
||
"placeholder": "请选择阿里云 WAF 服务版本"
|
||
},
|
||
"aliyun_waf_service_type": {
|
||
"label": "阿里云 WAF 服务接入方式",
|
||
"placeholder": "请选择阿里云 WAF 服务接入方式",
|
||
"option": {
|
||
"cloudresource": {
|
||
"label": "云产品接入"
|
||
},
|
||
"cname": {
|
||
"label": "CNAME 接入"
|
||
}
|
||
}
|
||
},
|
||
"aliyun_waf_instance_id": {
|
||
"label": "阿里云 WAF 实例 ID",
|
||
"placeholder": "请输入阿里云 WAF 实例 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://yundunnext.console.aliyun.com\" target=\"_blank\">https://yundunnext.console.aliyun.com</a>"
|
||
},
|
||
"aliyun_waf_resource_product": {
|
||
"label": "阿里云 WAF 云产品接入资源类型",
|
||
"placeholder": "请选择 WAF 云产品接入资源类型"
|
||
},
|
||
"aliyun_waf_resource_id": {
|
||
"label": "阿里云 WAF 云产品接入资源 ID",
|
||
"placeholder": "请选择阿里云 WAF 云产品接入资源 ID"
|
||
},
|
||
"aliyun_waf_resource_port": {
|
||
"label": "阿里云 WAF 云产品接入端口",
|
||
"placeholder": "请选择阿里云 WAF 云产品接入端口"
|
||
},
|
||
"aliyun_waf_domain": {
|
||
"label": "阿里云 WAF 扩展域名(可选)",
|
||
"placeholder": "请输入阿里云 WAF 扩展域名",
|
||
"help": "提示:不填写时,将替换实例的默认证书;否则,将替换扩展域名证书。"
|
||
},
|
||
"apisix": {
|
||
"guide": "需要 APISIX v3.0 或更高版本。"
|
||
},
|
||
"apisix_deploy_target": {
|
||
"option": {
|
||
"certificate": {
|
||
"label": "替换指定证书"
|
||
}
|
||
}
|
||
},
|
||
"apisix_certificate_id": {
|
||
"label": "APISIX 证书 ID",
|
||
"placeholder": "请输入 APISIX 证书 ID",
|
||
"tooltip": "请登录 APISIX 控制台查看"
|
||
},
|
||
"aws_acm_region": {
|
||
"label": "AWS 服务区域",
|
||
"placeholder": "请输入 AWS ACM 服务区域(例如:us-east-1)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://docs.aws.amazon.com/zh_cn/general/latest/gr/rande.html#regional-endpoints\" target=\"_blank\">https://docs.aws.amazon.com/zh_cn/general/latest/gr/rande.html#regional-endpoints</a>"
|
||
},
|
||
"aws_acm_certificate_arn": {
|
||
"label": "AWS ACM 证书 ARN(可选)",
|
||
"placeholder": "请输入 AWS ACM 证书 ARN",
|
||
"help": "提示:不填写时,将上传新证书;否则,将替换原证书。"
|
||
},
|
||
"aws_alb_region": {
|
||
"label": "AWS 服务区域",
|
||
"placeholder": "请输入 AWS ALB 服务区域(例如:us-east-1)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://docs.aws.amazon.com/zh_cn/general/latest/gr/rande.html#regional-endpoints\" target=\"_blank\">https://docs.aws.amazon.com/zh_cn/general/latest/gr/rande.html#regional-endpoints</a>"
|
||
},
|
||
"aws_alb_loadbalancer_arn": {
|
||
"label": "AWS ALB 负载均衡器 ARN",
|
||
"placeholder": "请输入 AWS ALB 负载均衡器 ARN",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://docs.aws.amazon.com/zh_cn/elasticloadbalancing/latest/application/create-application-load-balancer.html\" target=\"_blank\">https://docs.aws.amazon.com/zh_cn/elasticloadbalancing/latest/application/create-application-load-balancer.html</a>"
|
||
},
|
||
"aws_alb_listener_arn": {
|
||
"label": "AWS ALB 侦听器 ARN",
|
||
"placeholder": "请输入 AWS ALB 侦听器 ARN",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://docs.aws.amazon.com/zh_cn/elasticloadbalancing/latest/application/create-listener.html\" target=\"_blank\">https://docs.aws.amazon.com/zh_cn/elasticloadbalancing/latest/application/create-listener.html</a>"
|
||
},
|
||
"aws_alb_certificate_source": {
|
||
"label": "AWS ALB 证书来源",
|
||
"placeholder": "请选择 AWS ALB 证书来源"
|
||
},
|
||
"aws_alb_is_default": {
|
||
"label": "设为默认证书"
|
||
},
|
||
"aws_amplify_region": {
|
||
"label": "AWS 服务区域",
|
||
"placeholder": "请输入 AWS Amplify 区域(例如:us-east-1)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://docs.aws.amazon.com/zh_cn/general/latest/gr/rande.html#regional-endpoints\" target=\"_blank\">https://docs.aws.amazon.com/zh_cn/general/latest/gr/rande.html#regional-endpoints</a>"
|
||
},
|
||
"aws_amplify_app_id": {
|
||
"label": "AWS Amplify 应用程序 ID",
|
||
"placeholder": "请输入 AWS Amplify 应用程序 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://console.aws.amazon.com/amplify/\" target=\"_blank\">https://console.aws.amazon.com/amplify/</a>"
|
||
},
|
||
"aws_amplify_domain": {
|
||
"label": "AWS Amplify 自定义域名",
|
||
"placeholder": "请输入 AWS Amplify 自定义域名"
|
||
},
|
||
"aws_amplify_certificate_source": {
|
||
"label": "AWS Amplify 证书来源",
|
||
"placeholder": "请选择 AWS Amplify 证书来源"
|
||
},
|
||
"aws_apigateway_region": {
|
||
"label": "AWS 服务区域",
|
||
"placeholder": "请输入 AWS API 网关区域(例如:us-east-1)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://docs.aws.amazon.com/zh_cn/general/latest/gr/rande.html#regional-endpoints\" target=\"_blank\">https://docs.aws.amazon.com/zh_cn/general/latest/gr/rande.html#regional-endpoints</a>"
|
||
},
|
||
"aws_apigateway_domain": {
|
||
"label": "AWS API 网关自定义域名",
|
||
"placeholder": "请输入 AWS API 网关自定义域名"
|
||
},
|
||
"aws_apigateway_certificate_source": {
|
||
"label": "AWS API 网关证书来源",
|
||
"placeholder": "请选择 AWS API 网关证书来源"
|
||
},
|
||
"aws_clb_region": {
|
||
"label": "AWS 服务区域",
|
||
"placeholder": "请输入 AWS CLB 服务区域(例如:us-east-1)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://docs.aws.amazon.com/zh_cn/general/latest/gr/rande.html#regional-endpoints\" target=\"_blank\">https://docs.aws.amazon.com/zh_cn/general/latest/gr/rande.html#regional-endpoints</a>"
|
||
},
|
||
"aws_clb_loadbalancer_name": {
|
||
"label": "AWS CLB 负载均衡器名称",
|
||
"placeholder": "请输入 AWS CLB 负载均衡器名称",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://docs.aws.amazon.com/zh_cn/elasticloadbalancing/latest/classic/elb-create-https-ssl-load-balancer.html\" target=\"_blank\">https://docs.aws.amazon.com/zh_cn/elasticloadbalancing/latest/classic/elb-create-https-ssl-load-balancer.html</a>"
|
||
},
|
||
"aws_clb_loadbalancer_port": {
|
||
"label": "AWS CLB 负载均衡器侦听端口",
|
||
"placeholder": "请输入 AWS CLB 负载均衡器侦听端口",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://docs.aws.amazon.com/zh_cn/elasticloadbalancing/latest/classic/elb-create-https-ssl-load-balancer.html\" target=\"_blank\">https://docs.aws.amazon.com/zh_cn/elasticloadbalancing/latest/classic/elb-create-https-ssl-load-balancer.html</a>"
|
||
},
|
||
"aws_clb_certificate_source": {
|
||
"label": "AWS CLB 证书来源",
|
||
"placeholder": "请选择 AWS CLB 证书来源"
|
||
},
|
||
"aws_cloudfront_region": {
|
||
"label": "AWS 服务区域",
|
||
"placeholder": "请输入 AWS CloudFront 服务区域(例如:us-east-1)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://docs.aws.amazon.com/zh_cn/general/latest/gr/rande.html#regional-endpoints\" target=\"_blank\">https://docs.aws.amazon.com/zh_cn/general/latest/gr/rande.html#regional-endpoints</a>"
|
||
},
|
||
"aws_cloudfront_distribution_id": {
|
||
"label": "AWS CloudFront 分配 ID",
|
||
"placeholder": "请输入 AWS CloudFront 分配 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://docs.aws.amazon.com/zh_cn/AmazonCloudFront/latest/DeveloperGuide/distribution-working-with.html\" target=\"_blank\">https://docs.aws.amazon.com/zh_cn/AmazonCloudFront/latest/DeveloperGuide/distribution-working-with.html</a>"
|
||
},
|
||
"aws_cloudfront_certificate_source": {
|
||
"label": "AWS CloudFront 证书来源",
|
||
"placeholder": "请选择 AWS CloudFront 证书来源"
|
||
},
|
||
"aws_iam_region": {
|
||
"label": "AWS 服务区域",
|
||
"placeholder": "请输入 AWS IAM 服务区域(例如:us-east-1)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://docs.aws.amazon.com/zh_cn/general/latest/gr/rande.html#regional-endpoints\" target=\"_blank\">https://docs.aws.amazon.com/zh_cn/general/latest/gr/rande.html#regional-endpoints</a>"
|
||
},
|
||
"aws_iam_certificate_path": {
|
||
"label": "AWS IAM 证书路径(可选)",
|
||
"placeholder": "请输入 AWS IAM 证书路径",
|
||
"errmsg": {
|
||
"invalid": "无效的证书路径"
|
||
},
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://docs.aws.amazon.com/zh_cn/IAM/latest/UserGuide/reference_identifiers.html\" target=\"_blank\">https://docs.aws.amazon.com/zh_cn/IAM/latest/UserGuide/reference_identifiers.html</a>"
|
||
},
|
||
"aws_nlb_region": {
|
||
"label": "AWS 服务区域",
|
||
"placeholder": "请输入 AWS NLB 服务区域(例如:us-east-1)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://docs.aws.amazon.com/zh_cn/general/latest/gr/rande.html#regional-endpoints\" target=\"_blank\">https://docs.aws.amazon.com/zh_cn/general/latest/gr/rande.html#regional-endpoints</a>"
|
||
},
|
||
"aws_nlb_loadbalancer_arn": {
|
||
"label": "AWS NLB 负载均衡器 ARN",
|
||
"placeholder": "请输入 AWS NLB 负载均衡器 ARN",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://docs.aws.amazon.com/zh_cn/elasticloadbalancing/latest/network/create-network-load-balancer.html\" target=\"_blank\">https://docs.aws.amazon.com/zh_cn/elasticloadbalancing/latest/network/create-network-load-balancer.html</a>"
|
||
},
|
||
"aws_nlb_listener_arn": {
|
||
"label": "AWS NLB 侦听器 ARN",
|
||
"placeholder": "请输入 AWS NLB 侦听器 ARN",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://docs.aws.amazon.com/zh_cn/elasticloadbalancing/latest/network/create-listener.html\" target=\"_blank\">https://docs.aws.amazon.com/zh_cn/elasticloadbalancing/latest/network/create-listener.html</a>"
|
||
},
|
||
"aws_nlb_certificate_source": {
|
||
"label": "AWS NLB 证书来源",
|
||
"placeholder": "请选择 AWS NLB 证书来源"
|
||
},
|
||
"aws_nlb_is_default": {
|
||
"label": "设为默认证书"
|
||
},
|
||
"azure_keyvault_name": {
|
||
"label": "Azure KeyVault 名称",
|
||
"placeholder": "请输入 Azure KeyVault 名称",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://learn.microsoft.com/zh-cn/azure/key-vault/general/about-keys-secrets-certificates\" target=\"_blank\">https://learn.microsoft.com/zh-cn/azure/key-vault/general/about-keys-secrets-certificates</a>"
|
||
},
|
||
"azure_keyvault_certificate_name": {
|
||
"label": "Azure KeyVault 证书名称(可选)",
|
||
"placeholder": "请输入 Azure KeyVault 证书名称",
|
||
"errmsg": {
|
||
"invalid": "无效的证书名称:只能包含字母、数字和连字符(-),长度限制为 1 到 127 个字符"
|
||
},
|
||
"help": "提示:不填写时,将由 Certimate 自动生成证书名称。"
|
||
},
|
||
"baiducloud_appblb_region": {
|
||
"label": "百度智能云服务地域",
|
||
"placeholder": "请输入百度智能云 BLB 服务地域(例如:bj)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://cloud.baidu.com/doc/BLB/s/cjwvxnzix\" target=\"_blank\">https://cloud.baidu.com/doc/BLB/s/cjwvxnzix</a>"
|
||
},
|
||
"baiducloud_appblb_deploy_target": {
|
||
"option": {
|
||
"loadbalancer": {
|
||
"label": "部署到指定负载均衡器下的全部 HTTPS/SSL 监听"
|
||
},
|
||
"listener": {
|
||
"label": "部署到指定 HTTPS/SSL 监听"
|
||
}
|
||
}
|
||
},
|
||
"baiducloud_appblb_loadbalancer_id": {
|
||
"label": "百度智能云 BLB 负载均衡器 ID",
|
||
"placeholder": "请输入百度智能云 BLB 负载均衡器 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://console.bce.baidu.com/blb/#/appblb/list\" target=\"_blank\">https://console.bce.baidu.com/blb/#/appblb/list</a>"
|
||
},
|
||
"baiducloud_appblb_listener_port": {
|
||
"label": "百度智能云 BLB 监听端口",
|
||
"placeholder": "请输入百度智能云 BLB 监听端口",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://console.bce.baidu.com/blb/#/appblb/list\" target=\"_blank\">https://console.bce.baidu.com/blb/#/appblb/list</a>"
|
||
},
|
||
"baiducloud_appblb_snidomain": {
|
||
"label": "百度智能云 BLB 扩展域名(可选)",
|
||
"placeholder": "请输入百度智能云 BLB 扩展域名",
|
||
"help": "提示:不填写时,将替换监听器的默认证书;否则,将替换扩展域名证书。"
|
||
},
|
||
"baiducloud_blb_region": {
|
||
"label": "百度智能云服务地域",
|
||
"placeholder": "请输入百度智能云 BLB 服务地域(例如:bj)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://cloud.baidu.com/doc/BLB/s/cjwvxnzix\" target=\"_blank\">https://cloud.baidu.com/doc/BLB/s/cjwvxnzix</a>"
|
||
},
|
||
"baiducloud_blb_deploy_target": {
|
||
"option": {
|
||
"loadbalancer": {
|
||
"label": "部署到指定负载均衡器下的全部 HTTPS/SSL 监听"
|
||
},
|
||
"listener": {
|
||
"label": "部署到指定 HTTPS/SSL 监听"
|
||
}
|
||
}
|
||
},
|
||
"baiducloud_blb_loadbalancer_id": {
|
||
"label": "百度智能云 BLB 负载均衡器 ID",
|
||
"placeholder": "请输入百度智能云 BLB 负载均衡器 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://console.bce.baidu.com/blb/#/blb/list\" target=\"_blank\">https://console.bce.baidu.com/blb/#/blb/list</a>"
|
||
},
|
||
"baiducloud_blb_listener_port": {
|
||
"label": "百度智能云 BLB 监听端口",
|
||
"placeholder": "请输入百度智能云 BLB 监听端口",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://console.bce.baidu.com/blb/#/blb/list\" target=\"_blank\">https://console.bce.baidu.com/blb/#/blb/list</a>"
|
||
},
|
||
"baiducloud_blb_snidomain": {
|
||
"label": "百度智能云 BLB 扩展域名(可选)",
|
||
"placeholder": "请输入百度智能云 BLB 扩展域名",
|
||
"help": "提示:不填写时,将替换监听器的默认证书;否则,将替换扩展域名证书。"
|
||
},
|
||
"baiducloud_cdn_domain": {
|
||
"label": "百度智能云 CDN 加速域名",
|
||
"placeholder": "请输入百度智能云 CDN 加速域名"
|
||
},
|
||
"baishan_cdn_deploy_target": {
|
||
"option": {
|
||
"domain": {
|
||
"label": "部署到指定加速域名"
|
||
},
|
||
"certificate": {
|
||
"label": "替换指定证书"
|
||
}
|
||
}
|
||
},
|
||
"baishan_cdn_domain": {
|
||
"label": "白山云 CDN 加速域名",
|
||
"placeholder": "请输入白山云 CDN 加速域名"
|
||
},
|
||
"baishan_cdn_certificate_id": {
|
||
"label": "白山云 CDN 证书 ID",
|
||
"placeholder": "请输入白山云 CDN 证书 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://cdnx.console.baishan.com/#/cdn/cert\" target=\"_blank\">https://cdnx.console.baishan.com/#/cdn/cert</a>"
|
||
},
|
||
"baotapanel": {
|
||
"guide": "需要宝塔面板 v8.3 / aaPanel v7.0 或更高版本。"
|
||
},
|
||
"baotapanel_site_type": {
|
||
"label": "宝塔面板网站类型",
|
||
"placeholder": "请选择宝塔面板网站类型",
|
||
"option": {
|
||
"php": {
|
||
"label": "PHP 项目"
|
||
},
|
||
"java": {
|
||
"label": "Java 项目"
|
||
},
|
||
"nodejs": {
|
||
"label": "Node.js 项目"
|
||
},
|
||
"go": {
|
||
"label": "Golang 项目"
|
||
},
|
||
"python": {
|
||
"label": "Python 项目"
|
||
},
|
||
"proxy": {
|
||
"label": "反向代理"
|
||
},
|
||
"html": {
|
||
"label": "HTML 项目"
|
||
},
|
||
"general": {
|
||
"label": "通用项目"
|
||
},
|
||
"any": {
|
||
"label": "任意类型(需要宝塔面板 v9.4+ / aaPanel v7.26+)"
|
||
}
|
||
}
|
||
},
|
||
"baotapanel_site_names": {
|
||
"label": "宝塔面板网站名称",
|
||
"placeholder": "请输入宝塔面板网站名称(多个值请用半角分号隔开)",
|
||
"errmsg": {
|
||
"invalid": "无效的网站名称"
|
||
},
|
||
"help": "提示:支持多个网站名称,以半角分号隔开。",
|
||
"tooltip": "请登录宝塔面板查看",
|
||
"multiple_input_modal": {
|
||
"title": "修改宝塔面板网站名称",
|
||
"placeholder": "请输入宝塔面板网站名称"
|
||
}
|
||
},
|
||
"baotapanel_console": {
|
||
"guide": "需要宝塔面板 v8.3 或更高版本。"
|
||
},
|
||
"baotapanel_console_auto_restart": {
|
||
"label": "部署后自动重启宝塔面板服务"
|
||
},
|
||
"baotapanelgo_site_type": {
|
||
"label": "宝塔面板极速版网站类型",
|
||
"placeholder": "请选择宝塔面板极速版网站类型",
|
||
"option": {
|
||
"php": {
|
||
"label": "PHP 项目"
|
||
},
|
||
"java": {
|
||
"label": "Java 项目"
|
||
},
|
||
"asp": {
|
||
"label": ".NET 项目"
|
||
},
|
||
"go": {
|
||
"label": "Golang 项目"
|
||
},
|
||
"python": {
|
||
"label": "Python 项目"
|
||
},
|
||
"nodejs": {
|
||
"label": "Node.js 项目"
|
||
},
|
||
"proxy": {
|
||
"label": "反向代理"
|
||
},
|
||
"general": {
|
||
"label": "通用项目"
|
||
}
|
||
}
|
||
},
|
||
"baotapanelgo_site_names": {
|
||
"label": "宝塔面板极速版网站名称",
|
||
"placeholder": "请输入宝塔面板极速版网站名称(多个值请用半角分号隔开)",
|
||
"errmsg": {
|
||
"invalid": "请输入正确的宝塔面板极速版网站名称"
|
||
},
|
||
"help": "提示:支持多个网站名称,以半角分号隔开。",
|
||
"tooltip": "请登录宝塔面板极速版查看",
|
||
"multiple_input_modal": {
|
||
"title": "修改宝塔面板极速版网站名称",
|
||
"placeholder": "请输入宝塔面板极速版网站名称"
|
||
}
|
||
},
|
||
"baotawaf": {
|
||
"guide": "需要堡塔云 WAF v5.7 或更高版本。"
|
||
},
|
||
"baotawaf_site_names": {
|
||
"label": "堡塔云 WAF 网站名称",
|
||
"placeholder": "请输入堡塔云 WAF 网站名称(多个值请用半角分号隔开)",
|
||
"errmsg": {
|
||
"invalid": "无效的网站名称"
|
||
},
|
||
"help": "提示:支持多个网站名称,以半角分号隔开。",
|
||
"tooltip": "请登录堡塔云 WAF 查看",
|
||
"multiple_input_modal": {
|
||
"title": "修改堡塔云 WAF 网站名称",
|
||
"placeholder": "请输入堡塔云 WAF 网站名称"
|
||
}
|
||
},
|
||
"baotawaf_site_port": {
|
||
"label": "堡塔云 WAF 网站 SSL 端口",
|
||
"placeholder": "请输入堡塔云 WAF 网站 SSL 端口"
|
||
},
|
||
"baotawaf_console": {
|
||
"guide": "需要堡塔云 WAF v5.7 或更高版本。"
|
||
},
|
||
"bunny_cdn_pull_zone_id": {
|
||
"label": "Bunny CDN 拉取区域 ID",
|
||
"placeholder": "请输入 Bunny CDN 拉取区域 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://dash.bunny.net/cdn\" target=\"_blank\">https://dash.bunny.net/cdn</a>"
|
||
},
|
||
"bunny_cdn_hostname": {
|
||
"label": "Bunny CDN 主机名",
|
||
"placeholder": "请输入 Bunny CDN 主机名",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://dash.bunny.net/cdn\" target=\"_blank\">https://dash.bunny.net/cdn</a>"
|
||
},
|
||
"byteplus_alb_deploy_target": {
|
||
"option": {
|
||
"loadbalancer": {
|
||
"label": "部署到指定负载均衡器下的全部 HTTPS 监听"
|
||
},
|
||
"listener": {
|
||
"label": "部署到指定 HTTPS 监听器"
|
||
}
|
||
}
|
||
},
|
||
"byteplus_alb_region": {
|
||
"label": "BytePlus 服务地域",
|
||
"placeholder": "请输入 BytePlus ALB 服务地域(例如:ap-southeast-1)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://docs.byteplus.com/en/docs/clb/Regions-and-Availability-Zones\" target=\"_blank\">https://docs.byteplus.com/en/docs/clb/Regions-and-Availability-Zones</a>"
|
||
},
|
||
"byteplus_alb_loadbalancer_id": {
|
||
"label": "BytePlus ALB 负载均衡器 ID",
|
||
"placeholder": "请输入 BytePlus ALB 负载均衡器 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://console.byteplus.com/alb\" target=\"_blank\">https://console.byteplus.com/alb</a>"
|
||
},
|
||
"byteplus_alb_listener_id": {
|
||
"label": "BytePlus ALB 监听器 ID",
|
||
"placeholder": "请输入 BytePlus ALB 监听器 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://console.byteplus.com/alb\" target=\"_blank\">https://console.byteplus.com/alb</a>"
|
||
},
|
||
"byteplus_alb_snidomain": {
|
||
"label": "BytePlus ALB 扩展域名(可选)",
|
||
"placeholder": "请输入 BytePlus ALB 扩展域名",
|
||
"help": "提示:不填写时,将替换监听器的默认证书;否则,将替换扩展域名证书。"
|
||
},
|
||
"byteplus_apig_region": {
|
||
"label": "BytePlus 服务地域",
|
||
"placeholder": "请输入 BytePlus API 网关服务地域(例如:ap-southeast-1)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://docs.byteplus.com/en/docs/apig/Regions_and_availability_zones\" target=\"_blank\">https://docs.byteplus.com/en/docs/apig/Regions_and_availability_zones</a>"
|
||
},
|
||
"byteplus_apig_domain": {
|
||
"label": "BytePlus API 网关自定义域名",
|
||
"placeholder": "请输入 BytePlus API 网关自定义域名"
|
||
},
|
||
"byteplus_cdn_domain": {
|
||
"label": "BytePlus CDN 域名",
|
||
"placeholder": "请输入 BytePlus CDN 域名"
|
||
},
|
||
"byteplus_certcenter_region": {
|
||
"label": "BytePlus 服务地域",
|
||
"placeholder": "请输入 BytePlus 证书中心服务地域(例如:ap-singapore-1)"
|
||
},
|
||
"byteplus_clb_region": {
|
||
"label": "BytePlus 服务地域",
|
||
"placeholder": "请输入 BytePlus CLB 服务地域(例如:ap-southeast-1)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://docs.byteplus.com/en/docs/clb/Product-Overview-08\" target=\"_blank\">https://docs.byteplus.com/en/docs/clb/Product-Overview-08</a>"
|
||
},
|
||
"byteplus_clb_deploy_target": {
|
||
"option": {
|
||
"loadbalancer": {
|
||
"label": "部署到指定负载均衡器下的全部 HTTPS 监听"
|
||
},
|
||
"listener": {
|
||
"label": "部署到 HTTPS 监听器"
|
||
}
|
||
}
|
||
},
|
||
"byteplus_clb_loadbalancer_id": {
|
||
"label": "BytePlus CLB 负载均衡器 ID",
|
||
"placeholder": "请输入 BytePlus CLB 负载均衡器 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://console.byteplus.com/clb/LoadBalancer\" target=\"_blank\">https://console.byteplus.com/clb/LoadBalancer</a>"
|
||
},
|
||
"byteplus_clb_listener_id": {
|
||
"label": "BytePlus CLB 监听器 ID",
|
||
"placeholder": "请输入 BytePlus CLB 监听器 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://console.byteplus.com/clb/LoadBalancer\" target=\"_blank\">https://console.byteplus.com/clb/LoadBalancer</a>"
|
||
},
|
||
"byteplus_medialive_domain": {
|
||
"label": "BytePlus 视频平台直播流域名",
|
||
"placeholder": "请输入 BytePlus 视频平台直播流域名"
|
||
},
|
||
"byteplus_tos_region": {
|
||
"label": "BytePlus 服务地域",
|
||
"placeholder": "请输入 BytePlus TOS 服务地域(例如:ap-southeast-1)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://docs.byteplus.com/en/docs/tos/docs-region-and-endpoint\" target=\"_blank\">https://docs.byteplus.com/en/docs/tos/docs-region-and-endpoint</a>"
|
||
},
|
||
"byteplus_tos_bucket": {
|
||
"label": "BytePlus TOS 存储桶名",
|
||
"placeholder": "请输入 BytePlus TOS 存储桶名"
|
||
},
|
||
"byteplus_tos_domain": {
|
||
"label": "BytePlus TOS 自定义域名",
|
||
"placeholder": "请输入 BytePlus TOS 自定义域名"
|
||
},
|
||
"cdnfly_deploy_target": {
|
||
"option": {
|
||
"website": {
|
||
"label": "部署到指定网站"
|
||
},
|
||
"certificate": {
|
||
"label": "替换指定证书"
|
||
}
|
||
}
|
||
},
|
||
"cdnfly_site_id": {
|
||
"label": "Cdnfly 网站 ID",
|
||
"placeholder": "请输入 Cdnfly 网站 ID",
|
||
"tooltip": "请登录 Cdnfly 控制台查看"
|
||
},
|
||
"cdnfly_certificate_id": {
|
||
"label": "Cdnfly 证书 ID",
|
||
"placeholder": "请输入 Cdnfly 证书 ID",
|
||
"tooltip": "请登录 Cdnfly 控制台查看"
|
||
},
|
||
"cloudflare_ssl_environment": {
|
||
"label": "Cloudflare 环境",
|
||
"placeholder": "请输入 Cloudflare 环境",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://developers.cloudflare.com/ssl/edge-certificates/staging-environment/\" target=\"_blank\">https://developers.cloudflare.com/ssl/edge-certificates/staging-environment/</a>"
|
||
},
|
||
"cloudflare_ssl_zone_id": {
|
||
"label": "Cloudflare DNS 区域 ID",
|
||
"placeholder": "请输入 Cloudflare DNS 区域 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://developers.cloudflare.com/fundamentals/account/find-account-and-zone-ids/#copy-your-zone-id\" target=\"_blank\">https://developers.cloudflare.com/fundamentals/account/find-account-and-zone-ids/</a>"
|
||
},
|
||
"cloudflare_ssl_certificate_id": {
|
||
"label": "Cloudflare 自定义证书 ID(可选)",
|
||
"placeholder": "请输入 Cloudflare 自定义证书 ID",
|
||
"help": "提示:不填写时,将上传新证书;否则,将替换原证书。",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://developers.cloudflare.com/ssl/edge-certificates/custom-certificates/uploading/\" target=\"_blank\">https://developers.cloudflare.com/ssl/edge-certificates/custom-certificates/uploading/</a>"
|
||
},
|
||
"cmcccloud_cdn_domain": {
|
||
"label": "移动云 CDN 加速域名",
|
||
"placeholder": "请输入移动云 CDN 加速域名"
|
||
},
|
||
"cmcccloud_vlb_pool_id": {
|
||
"label": "移动云资源池 ID",
|
||
"placeholder": "请输入移动云 VLB 资源池 ID(例如:CIDC-RP-29)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://ecloud.10086.cn/op-help-center/doc/article/54462\" target=\"_blank\">https://ecloud.10086.cn/op-help-center/doc/article/54462</a>"
|
||
},
|
||
"cmcccloud_vlb_deploy_target": {
|
||
"option": {
|
||
"loadbalancer": {
|
||
"label": "部署到指定负载均衡器下的全部 HTTPS 监听器"
|
||
},
|
||
"listener": {
|
||
"label": "部署到指定 HTTPS 监听器"
|
||
}
|
||
}
|
||
},
|
||
"cmcccloud_vlb_loadbalancer_id": {
|
||
"label": "移动云 VLB 负载均衡器 ID",
|
||
"placeholder": "请输入移动云 VLB 负载均衡器 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://ecloud.10086.cn/api/page/lb-console-manage-web/CIDC-RP-29/elb/instancelist\" target=\"_blank\">https://ecloud.10086.cn/api/page/lb-console-manage-web/CIDC-RP-29/elb/instancelist</a>"
|
||
},
|
||
"cmcccloud_vlb_listener_id": {
|
||
"label": "移动云 VLB 监听器 ID",
|
||
"placeholder": "请输入移动云 VLB 监听器 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://ecloud.10086.cn/api/page/lb-console-manage-web/CIDC-RP-29/elb/instancelist\" target=\"_blank\">https://ecloud.10086.cn/api/page/lb-console-manage-web/CIDC-RP-29/elb/instancelist</a>"
|
||
},
|
||
"cmcccloud_vlb_snidomain": {
|
||
"label": "移动云 VLB 扩展域名(可选)",
|
||
"placeholder": "请输入移动云 VLB 扩展域名",
|
||
"help": "提示:不填写时,将替换监听器的默认证书;否则,将替换扩展域名证书。"
|
||
},
|
||
"cpanel_deploy_target": {
|
||
"option": {
|
||
"website": {
|
||
"label": "部署到指定网站"
|
||
}
|
||
}
|
||
},
|
||
"cpanel_domain": {
|
||
"label": "cPanel 网站域名",
|
||
"placeholder": "请输入 cPanel 网站域名"
|
||
},
|
||
"ctcccloud_ao_domain": {
|
||
"label": "天翼云 AccessOne 加速域名",
|
||
"placeholder": "请输入天翼云 AccessOne 加速域名"
|
||
},
|
||
"ctcccloud_cdn_domain": {
|
||
"label": "天翼云 CDN 加速域名",
|
||
"placeholder": "请输入天翼云 CDN 加速域名"
|
||
},
|
||
"ctcccloud_elb_region_id": {
|
||
"label": "天翼云资源池 ID",
|
||
"placeholder": "请输入天翼云 ELB 资源池 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://www.ctyun.cn/document/10026755/10196575\" target=\"_blank\">https://www.ctyun.cn/document/10026755/10196575</a>"
|
||
},
|
||
"ctcccloud_elb_deploy_target": {
|
||
"option": {
|
||
"loadbalancer": {
|
||
"label": "部署到指定负载均衡器下的全部 HTTPS 监听器"
|
||
},
|
||
"listener": {
|
||
"label": "部署到指定 HTTPS 监听器"
|
||
}
|
||
}
|
||
},
|
||
"ctcccloud_elb_loadbalancer_id": {
|
||
"label": "天翼云 ELB 负载均衡器 ID",
|
||
"placeholder": "请输入天翼云 ELB 负载均衡器 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://console.ctyun.cn/network/index/#/elb/elbList\" target=\"_blank\">https://console.ctyun.cn/network/index/#/elb/elbList</a>"
|
||
},
|
||
"ctcccloud_elb_listener_id": {
|
||
"label": "天翼云 ELB 监听器 ID",
|
||
"placeholder": "请输入天翼云 ELB 监听器 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://console.ctyun.cn/network/index/#/elb/elbList\" target=\"_blank\">https://console.ctyun.cn/network/index/#/elb/elbList</a>"
|
||
},
|
||
"ctcccloud_faas_region_id": {
|
||
"label": "天翼云资源池 ID",
|
||
"placeholder": "请输入天翼云 FaaS 资源池 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://www.ctyun.cn/document/10026755/10196575\" target=\"_blank\">https://www.ctyun.cn/document/10026755/10196575</a>"
|
||
},
|
||
"ctcccloud_faas_domain": {
|
||
"label": "天翼云 FaaS 自定义域名",
|
||
"placeholder": "请输入天翼云 FaaS 自定义域名"
|
||
},
|
||
"ctcccloud_icdn_domain": {
|
||
"label": "天翼云 ICDN 加速域名",
|
||
"placeholder": "请输入天翼云 ICDN 加速域名"
|
||
},
|
||
"ctcccloud_lvdn_domain": {
|
||
"label": "天翼云 LVDN 加速域名",
|
||
"placeholder": "请输入天翼云 LVDN 加速域名"
|
||
},
|
||
"dogecloud_cdn_domain": {
|
||
"label": "多吉云 CDN 加速域名",
|
||
"placeholder": "请输入多吉云 CDN 加速域名"
|
||
},
|
||
"flexcdn_deploy_target": {
|
||
"option": {
|
||
"certificate": {
|
||
"label": "替换指定证书"
|
||
}
|
||
}
|
||
},
|
||
"flexcdn_certificate_id": {
|
||
"label": "FlexCDN 证书 ID",
|
||
"placeholder": "请输入 FlexCDN 证书 ID",
|
||
"tooltip": "请登录 FlexCDN 控制台查看<br><br>(目前需要在「网站列表 -> 证书管理 -> 证书」页面,并打开浏览器开发者工具抓取网络请求后得到证书 ID)"
|
||
},
|
||
"flyio_app_name": {
|
||
"label": "Fly.io 应用名称",
|
||
"placeholder": "请输入 Fly.io 应用名称"
|
||
},
|
||
"flyio_domain": {
|
||
"label": "Fly.io 自定义域名",
|
||
"placeholder": "请输入 Fly.io 自定义域名",
|
||
"help": "提示:首次导入自定义证书后,请登录 Fly.io 控制台完成域名所有权验证。"
|
||
},
|
||
"gcore_cdn_resource_id": {
|
||
"label": "G-Core CDN 资源 ID",
|
||
"placeholder": "请输入 G-Core CDN 资源 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://cdn.gcore.com/resources/list\" target=\"_blank\">https://cdn.gcore.com/resources/list</a>"
|
||
},
|
||
"gcore_cdn_certificate_id": {
|
||
"label": "G-Core CDN 原证书 ID(可选)",
|
||
"placeholder": "请输入 G-Core CDN 原证书 ID",
|
||
"help": "提示:不填写时,将上传新证书;否则,将替换原证书。",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://cdn.gcore.com/ssl\" target=\"_blank\">https://cdn.gcore.com/ssl</a>"
|
||
},
|
||
"goedge_deploy_target": {
|
||
"option": {
|
||
"certificate": {
|
||
"label": "替换指定证书"
|
||
}
|
||
}
|
||
},
|
||
"goedge_certificate_id": {
|
||
"label": "GoEdge 证书 ID",
|
||
"placeholder": "请输入 GoEdge 证书 ID",
|
||
"tooltip": "请登录 GoEdge 控制台查看<br><br>(目前需要在「网站列表 -> 证书管理 -> 证书」页面,并打开浏览器开发者工具抓取网络请求后得到证书 ID)"
|
||
},
|
||
"huaweicloud_aad_region": {
|
||
"label": "华为云服务区域",
|
||
"placeholder": "请输入华为云 DDoS 高防服务区域(例如:cn-north-4)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://console.huaweicloud.com/apiexplorer/#/endpoint/aad\" target=\"_blank\">https://console.huaweicloud.com/apiexplorer/#/endpoint/aad</a>"
|
||
},
|
||
"huaweicloud_aad_instance_id": {
|
||
"label": "华为云 DDoS 高防实例 ID",
|
||
"placeholder": "请输入华为云 DDoS 高防实例 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://console.huaweicloud.com/cnad/#/cnad/cad/list\" target=\"_blank\">https://console.huaweicloud.com/cnad/#/cnad/cad/list</a>"
|
||
},
|
||
"huaweicloud_aad_domain": {
|
||
"label": "华为云 DDoS 高防网站域名",
|
||
"placeholder": "请输入华为云 DDoS 高防网站域名"
|
||
},
|
||
"huaweicloud_apig_region": {
|
||
"label": "华为云服务区域",
|
||
"placeholder": "请输入华为云 API 网关服务区域(例如:cn-north-1)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://console.huaweicloud.com/apiexplorer/#/endpoint/apig\" target=\"_blank\">https://console.huaweicloud.com/apiexplorer/#/endpoint/apig</a>"
|
||
},
|
||
"huaweicloud_apig_deploy_target": {
|
||
"option": {
|
||
"certificate": {
|
||
"label": "替换指定证书"
|
||
}
|
||
}
|
||
},
|
||
"huaweicloud_apig_certificate_id": {
|
||
"label": "华为云 API 网关证书 ID",
|
||
"placeholder": "请输入华为云 API 网关证书 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://console.huaweicloud.com/apig2/#/overview\" target=\"_blank\">https://console.huaweicloud.com/apig2/#/overview</a>"
|
||
},
|
||
"huaweicloud_cdn_region": {
|
||
"label": "华为云服务区域",
|
||
"placeholder": "请输入华为云 CDN 服务区域(例如:cn-north-1)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://console.huaweicloud.com/apiexplorer/#/endpoint/cdn\" target=\"_blank\">https://console.huaweicloud.com/apiexplorer/#/endpoint/cdn</a>"
|
||
},
|
||
"huaweicloud_cdn_domain": {
|
||
"label": "华为云 CDN 加速域名",
|
||
"placeholder": "请输入华为云 CDN 加速域名"
|
||
},
|
||
"huaweicloud_obs_region": {
|
||
"label": "华为云服务区域",
|
||
"placeholder": "请输入华为云 OBS 服务区域(例如:cn-north-1)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://console.huaweicloud.com/apiexplorer/#/endpoint/obs\" target=\"_blank\">https://console.huaweicloud.com/apiexplorer/#/endpoint/obs</a>"
|
||
},
|
||
"huaweicloud_obs_bucket": {
|
||
"label": "华为云 OBS 存储桶名",
|
||
"placeholder": "请输入华为云 OBS 存储桶名"
|
||
},
|
||
"huaweicloud_obs_domain": {
|
||
"label": "华为云 OBS 自定义域名",
|
||
"placeholder": "请输入华为云 OBS 自定义域名"
|
||
},
|
||
"huaweicloud_elb_region": {
|
||
"label": "华为云服务区域",
|
||
"placeholder": "请输入华为云 ELB 服务区域(例如:cn-north-1)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://console.huaweicloud.com/apiexplorer/#/endpoint/elb\" target=\"_blank\">https://console.huaweicloud.com/apiexplorer/#/endpoint/elb</a>"
|
||
},
|
||
"huaweicloud_elb_deploy_target": {
|
||
"option": {
|
||
"loadbalancer": {
|
||
"label": "部署到指定负载均衡器下的全部 HTTPS 监听器"
|
||
},
|
||
"listener": {
|
||
"label": "部署到指定 HTTPS 监听器"
|
||
},
|
||
"certificate": {
|
||
"label": "替换指定证书"
|
||
}
|
||
}
|
||
},
|
||
"huaweicloud_elb_loadbalancer_id": {
|
||
"label": "华为云 ELB 负载均衡器 ID",
|
||
"placeholder": "请输入华为云 ELB 负载均衡器 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://console.huaweicloud.com/vpc/#/elb/list/grid\" target=\"_blank\">https://console.huaweicloud.com/vpc/#/elb/list/grid</a>"
|
||
},
|
||
"huaweicloud_elb_listener_id": {
|
||
"label": "华为云 ELB 监听器 ID",
|
||
"placeholder": "请输入华为云 ELB 监听器 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://console.huaweicloud.com/vpc/#/elb/list/grid\" target=\"_blank\">https://console.huaweicloud.com/vpc/#/elb/list/grid</a>"
|
||
},
|
||
"huaweicloud_elb_certificate_id": {
|
||
"label": "华为云 ELB 证书 ID",
|
||
"placeholder": "请输入华为云 ELB 证书 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://console.huaweicloud.com/vpc/#/elb/elbCert\" target=\"_blank\">https://console.huaweicloud.com/vpc/#/elb/elbCert</a>"
|
||
},
|
||
"huaweicloud_live_region": {
|
||
"label": "华为云服务区域",
|
||
"placeholder": "请输入华为云视频直播服务区域(例如:cn-north-1)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://console.huaweicloud.com/apiexplorer/#/endpoint/live\" target=\"_blank\">https://console.huaweicloud.com/apiexplorer/#/endpoint/live</a>"
|
||
},
|
||
"huaweicloud_live_domain": {
|
||
"label": "华为云视频直播流域名",
|
||
"placeholder": "请输入华为云视频直播流域名"
|
||
},
|
||
"huaweicloud_vod_region": {
|
||
"label": "华为云服务区域",
|
||
"placeholder": "请输入华为云视频点播服务区域(例如:cn-north-1)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://console.huaweicloud.com/apiexplorer/#/endpoint/vod\" target=\"_blank\">https://console.huaweicloud.com/apiexplorer/#/endpoint/vod</a>"
|
||
},
|
||
"huaweicloud_vod_domain": {
|
||
"label": "华为云视频点播加速域名",
|
||
"placeholder": "请输入华为云视频点播加速域名"
|
||
},
|
||
"huaweicloud_waf_region": {
|
||
"label": "华为云服务区域",
|
||
"placeholder": "请输入华为云 WAF 服务区域(例如:cn-north-1)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://console.huaweicloud.com/apiexplorer/#/endpoint/waf\" target=\"_blank\">https://console.huaweicloud.com/apiexplorer/#/endpoint/waf</a>"
|
||
},
|
||
"huaweicloud_waf_deploy_target": {
|
||
"option": {
|
||
"cloudserver": {
|
||
"label": "部署到指定云模式防护网站"
|
||
},
|
||
"premiumhost": {
|
||
"label": "部署到指定独享模式防护网站"
|
||
},
|
||
"certificate": {
|
||
"label": "替换指定证书"
|
||
}
|
||
}
|
||
},
|
||
"huaweicloud_waf_domain": {
|
||
"label": "华为云 WAF 防护域名",
|
||
"placeholder": "请输入华为云 WAF 防护域名"
|
||
},
|
||
"huaweicloud_waf_certificate_id": {
|
||
"label": "华为云 WAF 证书 ID",
|
||
"placeholder": "请输入华为云 WAF 证书 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://console.huaweicloud.com/console/#/waf/certificateManagement\" target=\"_blank\">https://console.huaweicloud.com/console/#/waf/certificateManagement</a>"
|
||
},
|
||
"jdcloud_alb_region_id": {
|
||
"label": "京东云服务地域 ID",
|
||
"placeholder": "请输入京东云 ALB 服务地域 ID(例如:cn-north-1)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://docs.jdcloud.com/cn/common-declaration/api/introduction\" target=\"_blank\">https://docs.jdcloud.com/cn/common-declaration/api/introduction</a>"
|
||
},
|
||
"jdcloud_alb_deploy_target": {
|
||
"option": {
|
||
"loadbalancer": {
|
||
"label": "部署到指定负载均衡器下的全部 HTTPS/TLS 监听"
|
||
},
|
||
"listener": {
|
||
"label": "部署到指定 HTTPS/TLS 监听器"
|
||
}
|
||
}
|
||
},
|
||
"jdcloud_alb_loadbalancer_id": {
|
||
"label": "京东云 ALB 负载均衡器 ID",
|
||
"placeholder": "请输入京东云 ALB 负载均衡器 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://cns-console.jdcloud.com/host/loadBalance/list\" target=\"_blank\">https://cns-console.jdcloud.com/host/loadBalance/list</a>"
|
||
},
|
||
"jdcloud_alb_listener_id": {
|
||
"label": "京东云 ALB 监听器 ID",
|
||
"placeholder": "请输入京东云 ALB 监听器 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://cns-console.jdcloud.com/host/loadBalance/list\" target=\"_blank\">https://cns-console.jdcloud.com/host/loadBalance/list</a>"
|
||
},
|
||
"jdcloud_alb_snidomain": {
|
||
"label": "京东云 ALB 扩展域名(可选)",
|
||
"placeholder": "请输入京东云 ALB 扩展域名",
|
||
"help": "提示:不填写时,将替换监听器的默认证书;否则,将替换扩展域名证书。"
|
||
},
|
||
"jdcloud_cdn_domain": {
|
||
"label": "京东云 CDN 加速域名",
|
||
"placeholder": "请输入京东云 CDN 加速域名"
|
||
},
|
||
"jdcloud_live_domain": {
|
||
"label": "京东云视频直播流域名",
|
||
"placeholder": "请输入京东云视频直播流域名"
|
||
},
|
||
"jdcloud_vod_domain": {
|
||
"label": "京东云视频点播加速域名",
|
||
"placeholder": "请输入京东云视频点播加速域名"
|
||
},
|
||
"jdcloud_waf_region_id": {
|
||
"label": "京东云服务地域 ID",
|
||
"placeholder": "请输入京东云 WAF 服务地域 ID(例如:cn-north-1)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://docs.jdcloud.com/cn/common-declaration/api/introduction\" target=\"_blank\">https://docs.jdcloud.com/cn/common-declaration/api/introduction</a>"
|
||
},
|
||
"jdcloud_waf_instance_id": {
|
||
"label": "京东云 WAF 实例 ID",
|
||
"placeholder": "请输入京东云 WAF 实例 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://cloudwaf-console.jdcloud.com/instance\" target=\"_blank\">https://cloudwaf-console.jdcloud.com/instance</a>"
|
||
},
|
||
"jdcloud_waf_domain": {
|
||
"label": "京东云 WAF 防护域名",
|
||
"placeholder": "请输入京东云 WAF 防护域名"
|
||
},
|
||
"k8s_namespace": {
|
||
"label": "Kubernetes 命名空间",
|
||
"placeholder": "请输入 Kubernetes 命名空间",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://kubernetes.io/zh-cn/docs/concepts/overview/working-with-objects/namespaces/\" target=\"_blank\">https://kubernetes.io/zh-cn/docs/concepts/overview/working-with-objects/namespaces/</a>"
|
||
},
|
||
"k8s_secret_name": {
|
||
"label": "Kubernetes Secret 名称",
|
||
"placeholder": "请输入 Kubernetes Secret 名称",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://kubernetes.io/zh-cn/docs/concepts/configuration/secret/\" target=\"_blank\">https://kubernetes.io/zh-cn/docs/concepts/configuration/secret/</a>"
|
||
},
|
||
"k8s_secret_type": {
|
||
"label": "Kubernetes Secret 类型",
|
||
"placeholder": "请输入 Kubernetes Secret 类型",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://kubernetes.io/zh-cn/docs/concepts/configuration/secret/\" target=\"_blank\">https://kubernetes.io/zh-cn/docs/concepts/configuration/secret/</a>"
|
||
},
|
||
"k8s_secret_data_key_for_key": {
|
||
"label": "Kubernetes Secret 数据键(用于存放私钥的字段)",
|
||
"placeholder": "请输入 Kubernetes Secret 中用于存放私钥的数据键",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://kubernetes.io/zh-cn/docs/concepts/configuration/secret/\" target=\"_blank\">https://kubernetes.io/zh-cn/docs/concepts/configuration/secret/</a>"
|
||
},
|
||
"k8s_secret_data_key_for_crt": {
|
||
"label": "Kubernetes Secret 数据键之存放证书的字段",
|
||
"placeholder": "请输入 Kubernetes Secret 中用于存放证书的数据键",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://kubernetes.io/zh-cn/docs/concepts/configuration/secret/\" target=\"_blank\">https://kubernetes.io/zh-cn/docs/concepts/configuration/secret/</a>"
|
||
},
|
||
"k8s_secret_data_key_for_servercrt": {
|
||
"label": "Kubernetes Secret 数据键之存放仅服务器证书的字段(可选)",
|
||
"placeholder": "请输入 Kubernetes Secret 中用于存放服务器证书的数据键",
|
||
"help": "提示:不填写时将不会保存服务器证书。"
|
||
},
|
||
"k8s_secret_data_key_for_intermediacrt": {
|
||
"label": "Kubernetes Secret 数据键之存放仅中间证书的字段(可选)",
|
||
"placeholder": "请输入 Kubernetes Secret 中用于存放中间证书的数据键",
|
||
"help": "提示:不填写时将不会保存中间证书。"
|
||
},
|
||
"k8s_secret_annotations": {
|
||
"label": "Kubernetes Secret 注解(可选)",
|
||
"placeholder": "请输入 Kubernetes Secret 注解",
|
||
"help": "提示:每行一个键值对,以分号分隔。",
|
||
"errmsg": {
|
||
"invalid": "无效的注解键值对"
|
||
},
|
||
"tooltip": "示例:<br><i>environment: production<br>app: nginx</i>"
|
||
},
|
||
"k8s_secret_labels": {
|
||
"label": "Kubernetes Secret 标签(可选)",
|
||
"placeholder": "请输入 Kubernetes Secret 标签",
|
||
"help": "提示:每行一个键值对,以分号分隔。",
|
||
"errmsg": {
|
||
"invalid": "无效的标签键值对"
|
||
},
|
||
"tooltip": "示例:<br><i>environment: production<br>app: nginx</i>"
|
||
},
|
||
"kong": {
|
||
"guide": "需要 Kong v2.0 或更高版本。"
|
||
},
|
||
"kong_deploy_target": {
|
||
"option": {
|
||
"certificate": {
|
||
"label": "替换指定证书"
|
||
}
|
||
}
|
||
},
|
||
"kong_workspace": {
|
||
"label": "Kong 工作空间(可选)",
|
||
"placeholder": "请输入 Kong 工作空间",
|
||
"tooltip": "请登录 Kong 控制台查看"
|
||
},
|
||
"kong_certificate_id": {
|
||
"label": "Kong 证书 ID",
|
||
"placeholder": "请输入 Kong 证书 ID",
|
||
"tooltip": "请登录 Kong 控制台查看"
|
||
},
|
||
"ksyun_cdn_deploy_target": {
|
||
"option": {
|
||
"domain": {
|
||
"label": "部署到指定加速域名"
|
||
},
|
||
"certificate": {
|
||
"label": "替换指定证书"
|
||
}
|
||
}
|
||
},
|
||
"ksyun_cdn_domain": {
|
||
"label": "金山云 CDN 加速域名",
|
||
"placeholder": "请输入金山云 CDN 加速域名"
|
||
},
|
||
"ksyun_cdn_certificate_id": {
|
||
"label": "金山云 CDN 证书 ID",
|
||
"placeholder": "请输入金山云 CDN 证书 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://cdn.console.ksyun.com/\" target=\"_blank\">https://cdn.console.ksyun.com/</a>"
|
||
},
|
||
"ksyun_slb_region": {
|
||
"label": "金山云服务地域",
|
||
"placeholder": "请输入金山云 SLB 服务地域(例如:cn-beijing-6)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://docs.ksyun.com/documents/1164\" target=\"_blank\">https://docs.ksyun.com/documents/1164</a>"
|
||
},
|
||
"ksyun_slb_deploy_target": {
|
||
"option": {
|
||
"certificate": {
|
||
"label": "替换指定证书"
|
||
}
|
||
}
|
||
},
|
||
"ksyun_slb_certificate_id": {
|
||
"label": "金山云 SLB 证书 ID",
|
||
"placeholder": "请输入金山云 SLB 证书 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://network.console.ksyun.com/index.html#!/slb/slbIndex\" target=\"_blank\">https://network.console.ksyun.com/index.html#!/slb/slbIndex</a>"
|
||
},
|
||
"lecdn_deploy_target": {
|
||
"option": {
|
||
"certificate": {
|
||
"label": "替换指定证书"
|
||
}
|
||
}
|
||
},
|
||
"lecdn_certificate_id": {
|
||
"label": "LeCDN 证书 ID",
|
||
"placeholder": "请输入 LeCDN 证书 ID",
|
||
"tooltip": "请登录 LeCDN 控制台查看"
|
||
},
|
||
"lecdn_client_id": {
|
||
"label": "LeCDN 客户 ID(可选)",
|
||
"placeholder": "请输入 LeCDN 客户 ID",
|
||
"tooltip": "请登录 LeCDN 控制台查看。<br>使用的是系统管理员的授权信息时必填,需与证书所属客户相同。"
|
||
},
|
||
"linode_los_region_id": {
|
||
"label": "Linode 服务区域 ID",
|
||
"placeholder": "请输入 Linode 对象存储区域 ID(例如:us-east)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://techdocs.akamai.com/cloud-computing/docs/endpoint-types#supported-endpoint-types-by-region\" target=\"_blank\">https://techdocs.akamai.com/cloud-computing/docs/endpoint-types</a>"
|
||
},
|
||
"linode_los_bucket": {
|
||
"label": "Linode 对象存储桶名",
|
||
"placeholder": "请输入 Linode 对象存储桶名"
|
||
},
|
||
"local": {
|
||
"guide": "如果你正在使用容器化运行 Certimate,「本地」指的是容器内而非宿主机。"
|
||
},
|
||
"local_shell_env": {
|
||
"label": "命令执行环境",
|
||
"placeholder": "请选择命令执行环境",
|
||
"option": {
|
||
"sh": {
|
||
"label": "POSIX Bash(Linux / macOS)"
|
||
},
|
||
"cmd": {
|
||
"label": "CMD(Windows)"
|
||
},
|
||
"powershell": {
|
||
"label": "PowerShell(Windows)"
|
||
}
|
||
}
|
||
},
|
||
"local_pre_command": {
|
||
"label": "前置命令(可选)",
|
||
"placeholder": "请输入保存文件前执行的命令"
|
||
},
|
||
"local_post_command": {
|
||
"label": "后置命令(可选)",
|
||
"placeholder": "请输入保存文件后执行的命令"
|
||
},
|
||
"local_preset_scripts": {
|
||
"sh_backup_files": "POSIX Bash - 备份原证书文件",
|
||
"ps_backup_files": "PowerShell - 备份原证书文件",
|
||
"sh_reload_nginx": "POSIX Bash - 重启 nginx 进程",
|
||
"ps_binding_iis": "PowerShell - 导入并绑定到 IIS",
|
||
"ps_binding_netsh": "PowerShell - 导入并绑定到 netsh",
|
||
"ps_binding_rdp": "PowerShell - 导入并绑定到 RDP"
|
||
},
|
||
"mohua_mvh_host_id": {
|
||
"label": "嘿华云虚拟主机 ID",
|
||
"placeholder": "请输入嘿华云虚拟主机 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://cloud.mhjz1.cn/service?groupid=328\" target=\"_blank\">https://cloud.mhjz1.cn/service?groupid=328</a>"
|
||
},
|
||
"mohua_mvh_domain_id": {
|
||
"label": "嘿华云虚拟主机域名 ID",
|
||
"placeholder": "请输入嘿华云虚拟主机域名 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://cloud.mhjz1.cn/service?groupid=328\" target=\"_blank\">https://cloud.mhjz1.cn/service?groupid=328</a>"
|
||
},
|
||
"netlify_deploy_target": {
|
||
"option": {
|
||
"website": {
|
||
"label": "部署到指定网站"
|
||
}
|
||
}
|
||
},
|
||
"netlify_site_id": {
|
||
"label": "Netlify 网站 ID",
|
||
"placeholder": "请输入 netlify 网站 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://docs.netlify.com/api/get-started/#get-site\" target=\"_blank\">https://docs.netlify.com/api/get-started/#get-site</a>"
|
||
},
|
||
"nginxproxymanager_deploy_target": {
|
||
"option": {
|
||
"host": {
|
||
"label": "部署到指定主机"
|
||
},
|
||
"certificate": {
|
||
"label": "替换指定证书"
|
||
}
|
||
}
|
||
},
|
||
"nginxproxymanager_host_match_pattern": {
|
||
"label": "主机匹配模式",
|
||
"placeholder": "请选择部署主机匹配模式",
|
||
"option": {
|
||
"specified": {
|
||
"label": "指定 ID"
|
||
},
|
||
"certsan": {
|
||
"label": "根据证书自动匹配"
|
||
}
|
||
}
|
||
},
|
||
"nginxproxymanager_host_type": {
|
||
"label": "NPM 主机类型",
|
||
"placeholder": "请输入 NPM 主机类型",
|
||
"option": {
|
||
"proxy": {
|
||
"label": "代理服务"
|
||
},
|
||
"redirection": {
|
||
"label": "重定向主机"
|
||
},
|
||
"stream": {
|
||
"label": "端口转发"
|
||
},
|
||
"dead": {
|
||
"label": "错误页面"
|
||
}
|
||
}
|
||
},
|
||
"nginxproxymanager_host_id": {
|
||
"label": "NPM 主机 ID",
|
||
"placeholder": "请输入 NPM 主机 ID",
|
||
"tooltip": "请登录 NPM 面板查看"
|
||
},
|
||
"nginxproxymanager_certificate_id": {
|
||
"label": "NPM 证书 ID",
|
||
"placeholder": "请输入 NPM 证书 ID",
|
||
"tooltip": "请登录 NPM 面板查看"
|
||
},
|
||
"oraclecloud_certificatesmgmt_compartment_ocid": {
|
||
"label": "OCI 资源区间 OCID",
|
||
"placeholder": "请输入 OCI 资源区间 OCID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://docs.oracle.com/en-us/iaas/Content/Identity/compartments/managingcompartments.htm\" target=\"_blank\">https://docs.oracle.com/en-us/iaas/Content/Identity/compartments/managingcompartments.htm</a>"
|
||
},
|
||
"proxmoxve": {
|
||
"guide": "需要 Proxmox Virtual Environment v5.2 或更高版本。"
|
||
},
|
||
"proxmoxve_node_name": {
|
||
"label": "Proxmox VE 集群节点名称",
|
||
"placeholder": "请输入 Proxmox VE 集群节点名称"
|
||
},
|
||
"proxmoxve_auto_restart": {
|
||
"label": "部署后自动重启 Proxmox VE 服务"
|
||
},
|
||
"proxmoxbs": {
|
||
"guide": "需要 Proxmox Backup Server v2.1 或更高版本。"
|
||
},
|
||
"proxmoxbs_node_name": {
|
||
"label": "Proxmox BS 节点名称",
|
||
"placeholder": "请输入 Proxmox BS 节点名称"
|
||
},
|
||
"proxmoxbs_auto_restart": {
|
||
"label": "部署后自动重启 Proxmox BS 服务"
|
||
},
|
||
"qingcloud_lb_zone_id": {
|
||
"label": "青云服务区域 ID",
|
||
"placeholder": "请输入青云 ELB 服务区域 ID(例如:pek3a)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://docsv4.qingcloud.com/user_guide/helpcenter/area/\" target=\"_blank\">https://docsv4.qingcloud.com/user_guide/helpcenter/area/</a>"
|
||
},
|
||
"qingcloud_lb_deploy_target": {
|
||
"option": {
|
||
"loadbalancer": {
|
||
"label": "部署到指定负载均衡器下的全部 HTTPS 监听器"
|
||
},
|
||
"listener": {
|
||
"label": "部署到指定 HTTPS 监听器"
|
||
}
|
||
}
|
||
},
|
||
"qingcloud_lb_loadbalancer_id": {
|
||
"label": "青云 LB 负载均衡器 ID",
|
||
"placeholder": "请输入青云 LB 负载均衡器 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://console.qingcloud.com/pek3a/loadbalancers/\" target=\"_blank\">https://console.qingcloud.com/pek3a/loadbalancers/</a>"
|
||
},
|
||
"qingcloud_lb_listener_id": {
|
||
"label": "青云 LB 监听器 ID",
|
||
"placeholder": "请输入青云 LB 监听器 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://console.qingcloud.com/pek3a/loadbalancers/\" target=\"_blank\">https://console.qingcloud.com/pek3a/loadbalancers/</a>"
|
||
},
|
||
"qiniu_cdn_domain": {
|
||
"label": "七牛云 CDN 加速域名",
|
||
"placeholder": "请输入七牛云 CDN 加速域名"
|
||
},
|
||
"qiniu_kodo_bucket": {
|
||
"label": "七牛云对象存储桶名",
|
||
"placeholder": "请输入七牛云对象存储桶名"
|
||
},
|
||
"qiniu_kodo_domain": {
|
||
"label": "七牛云对象存储自定义域名",
|
||
"placeholder": "请输入七牛云对象存储自定义域名"
|
||
},
|
||
"qiniu_pili_hub": {
|
||
"label": "七牛云视频直播空间名",
|
||
"placeholder": "请输入七牛云视频直播空间名",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://portal.qiniu.com/hub\" target=\"_blank\">https://portal.qiniu.com/hub</a>"
|
||
},
|
||
"qiniu_pili_domain": {
|
||
"label": "七牛云视频直播流域名",
|
||
"placeholder": "请输入七牛云视频直播流域名"
|
||
},
|
||
"rainyun_rcdn_instance_id": {
|
||
"label": "雨云 RCDN 实例 ID",
|
||
"placeholder": "请输入雨云 RCDN 实例 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://app.rainyun.com/apps/rcdn/list\" target=\"_blank\">https://app.rainyun.com/apps/rcdn/list</a>"
|
||
},
|
||
"rainyun_rcdn_domain": {
|
||
"label": "雨云 RCDN 加速域名",
|
||
"placeholder": "请输入雨云 RCDN 加速域名"
|
||
},
|
||
"rainyun_sslcenter_certificate_id": {
|
||
"label": "雨云 RCDN 证书 ID",
|
||
"placeholder": "请输入雨云 RCDN 证书 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://app.rainyun.com/apps/ssl/list\" target=\"_blank\">https://app.rainyun.com/apps/ssl/list</a>",
|
||
"help": "提示:不填写时,将上传新证书;否则,将替换原证书。"
|
||
},
|
||
"ratpanel": {
|
||
"guide": "需要耗子面板 v2.5 或更高版本。"
|
||
},
|
||
"ratpanel_deploy_target": {
|
||
"option": {
|
||
"website": {
|
||
"label": "部署到指定网站"
|
||
},
|
||
"certificate": {
|
||
"label": "替换指定证书"
|
||
}
|
||
}
|
||
},
|
||
"ratpanel_site_names": {
|
||
"label": "耗子面板网站名称",
|
||
"placeholder": "请输入耗子面板网站名称(多个值请用半角分号隔开)",
|
||
"errmsg": {
|
||
"invalid": "无效的网站名称"
|
||
},
|
||
"help": "提示:支持多个网站名称,以半角分号隔开。",
|
||
"tooltip": "请登录耗子面板查看",
|
||
"multiple_input_modal": {
|
||
"title": "修改耗子面板网站名称",
|
||
"placeholder": "请输入耗子面板网站名称"
|
||
}
|
||
},
|
||
"ratpanel_certificate_id": {
|
||
"label": "耗子面板证书 ID",
|
||
"placeholder": "请输入耗子面板证书 ID",
|
||
"tooltip": "请登录耗子面板查看"
|
||
},
|
||
"s3_region": {
|
||
"label": "对象存储区域",
|
||
"placeholder": "请输入对象存储区域"
|
||
},
|
||
"s3_bucket": {
|
||
"label": "对象存储桶名",
|
||
"placeholder": "请输入对象存储桶名"
|
||
},
|
||
"s3_object_key_for_key": {
|
||
"label": "私钥文件对象键",
|
||
"placeholder": "请输入私钥文件对象键"
|
||
},
|
||
"s3_object_key_for_crt": {
|
||
"label": "证书文件对象键",
|
||
"placeholder": "请输入证书文件对象键"
|
||
},
|
||
"s3_object_key_for_servercrt": {
|
||
"label": "证书文件(仅含服务器证书)对象键(可选)",
|
||
"placeholder": "请输入服务器证书文件对象键",
|
||
"help": "提示:不填写时将不会保存服务器证书。"
|
||
},
|
||
"s3_object_key_for_intermediacrt": {
|
||
"label": "证书文件(仅含中间证书)对象键(可选)",
|
||
"placeholder": "请输入中间证书文件对象键",
|
||
"help": "提示:不填写时将不会保存中间证书。"
|
||
},
|
||
"safeline": {
|
||
"guide": "需要雷池 v6.6 或更高版本。"
|
||
},
|
||
"safeline_deploy_target": {
|
||
"option": {
|
||
"certificate": {
|
||
"label": "替换指定证书"
|
||
}
|
||
}
|
||
},
|
||
"safeline_certificate_id": {
|
||
"label": "雷池证书 ID",
|
||
"placeholder": "请输入雷池证书 ID",
|
||
"tooltip": "请登录雷池控制台查看"
|
||
},
|
||
"samwaf": {
|
||
"guide": "需要 SamWAF v1.3.20 或更高版本。"
|
||
},
|
||
"samwaf_deploy_target": {
|
||
"option": {
|
||
"certificate": {
|
||
"label": "替换指定证书"
|
||
}
|
||
}
|
||
},
|
||
"samwaf_certificate_id": {
|
||
"label": "SamWAF 证书 ID",
|
||
"placeholder": "请输入 SamWAF 证书 ID",
|
||
"tooltip": "请登录 SamWAF 控制台查看"
|
||
},
|
||
"samwaf_console": {
|
||
"guide": "需要 SamWAF v1.3.21 或更高版本。"
|
||
},
|
||
"samwaf_console_auto_restart": {
|
||
"label": "部署后自动重启 SamWAF 服务"
|
||
},
|
||
"ssh_pre_command": {
|
||
"label": "前置命令(可选)",
|
||
"placeholder": "请输入上传文件前执行的命令"
|
||
},
|
||
"ssh_post_command": {
|
||
"label": "后置命令(可选)",
|
||
"placeholder": "请输入上传文件后执行的命令"
|
||
},
|
||
"ssh_preset_scripts": {
|
||
"sh_backup_files": "POSIX Bash - 备份原证书文件",
|
||
"ps_backup_files": "PowerShell - 备份原证书文件",
|
||
"sh_reload_nginx": "POSIX Bash - 重启 nginx 进程",
|
||
"sh_replace_synologydsm_ssl": "POSIX Bash - 替换群晖 DSM 证书",
|
||
"sh_replace_fnos_ssl": "POSIX Bash - 替换飞牛 fnOS 证书",
|
||
"sh_replace_qnap_ssl": "POSIX Bash - 替换威联通 QNAP 证书",
|
||
"ps_binding_iis": "PowerShell - 导入并绑定到 IIS",
|
||
"ps_binding_netsh": "PowerShell - 导入并绑定到 netsh",
|
||
"ps_binding_rdp": "PowerShell - 导入并绑定到 RDP"
|
||
},
|
||
"ssh_use_scp": {
|
||
"label": "回退使用 SCP",
|
||
"tooltip": "如果你的远程服务器不支持 SFTP,请勾选此选项回退为 SCP。"
|
||
},
|
||
"synologydsm": {
|
||
"guide": "需要群晖 DSM v6.0 或更高版本。"
|
||
},
|
||
"synologydsm_certificate_id_or_desc": {
|
||
"label": "群晖 DSM 原证书 ID 或描述(可选)",
|
||
"placeholder": "请输入群晖 DSM 原证书 ID 或描述",
|
||
"help": "提示:不填写时,将上传新证书;否则,将替换原证书。",
|
||
"tooltip": "请登录群晖 DSM 面板查看<br><br>(目前需要在「控制面板 -> 安全性 -> 证书」页面,并打开浏览器开发者工具抓取网络请求后得到证书 ID)"
|
||
},
|
||
"synologydsm_is_default": {
|
||
"label": "设为默认证书并应用到所有 DSM 服务"
|
||
},
|
||
"tencentcloud_cdn_endpoint": {
|
||
"label": "腾讯云接口端点(可选)",
|
||
"placeholder": "请输入腾讯云 CDN 接口端点(例如:cdn.tencentcloudapi.com)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://cloud.tencent.com/document/product/228/30976\" target=\"_blank\">https://cloud.tencent.com/document/product/228/30976</a><br>国际站用户请填写 <em>cdn.intl.tencentcloudapi.com</em>。"
|
||
},
|
||
"tencentcloud_cdn_domain": {
|
||
"label": "腾讯云 CDN 加速域名",
|
||
"placeholder": "请输入腾讯云 CDN 加速域名"
|
||
},
|
||
"tencentcloud_clb_endpoint": {
|
||
"label": "腾讯云接口端点(可选)",
|
||
"placeholder": "请输入腾讯云 CLB 接口端点(例如:clb.tencentcloudapi.com)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://cloud.tencent.com/document/product/214/30669\" target=\"_blank\">https://cloud.tencent.com/document/product/214/30669</a><br>国际站用户请填写 <em>clb.intl.tencentcloudapi.com</em>。"
|
||
},
|
||
"tencentcloud_clb_region": {
|
||
"label": "腾讯云服务地域",
|
||
"placeholder": "请输入腾讯云 CLB 服务地域(例如:ap-guangzhou)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://cloud.tencent.com/document/product/214/33415\" target=\"_blank\">https://cloud.tencent.com/document/product/214/33415</a>"
|
||
},
|
||
"tencentcloud_clb_deploy_target": {
|
||
"option": {
|
||
"loadbalancer": {
|
||
"label": "部署到指定实例下的全部 HTTPS/TCPSSL/QUIC 监听器"
|
||
},
|
||
"listener": {
|
||
"label": "部署到指定 HTTPS/TCPSSL/QUIC 监听器"
|
||
},
|
||
"ruledomain": {
|
||
"label": "部署到指定七层监听转发规则域名"
|
||
}
|
||
}
|
||
},
|
||
"tencentcloud_clb_loadbalancer_id": {
|
||
"label": "腾讯云 CLB 实例 ID",
|
||
"placeholder": "请输入腾讯云 CLB 实例 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://console.cloud.tencent.com/clb\" target=\"_blank\">https://console.cloud.tencent.com/clb</a>"
|
||
},
|
||
"tencentcloud_clb_listener_id": {
|
||
"label": "腾讯云 CLB 监听器 ID",
|
||
"placeholder": "请输入腾讯云 CLB 监听器 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://console.cloud.tencent.com/clb\" target=\"_blank\">https://console.cloud.tencent.com/clb</a>"
|
||
},
|
||
"tencentcloud_clb_ruledomain": {
|
||
"label": "腾讯云 CLB 七层转发规则域名",
|
||
"placeholder": "请输入腾讯云 CLB 七层转发规则域名"
|
||
},
|
||
"tencentcloud_cos_region": {
|
||
"label": "腾讯云服务地域",
|
||
"placeholder": "请输入腾讯云 COS 服务地域(例如:ap-guangzhou)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://cloud.tencent.com/document/product/436/6224\" target=\"_blank\">https://cloud.tencent.com/document/product/436/6224</a>"
|
||
},
|
||
"tencentcloud_cos_bucket": {
|
||
"label": "腾讯云 COS 存储桶名",
|
||
"placeholder": "请输入腾讯云 COS 存储桶名"
|
||
},
|
||
"tencentcloud_cos_domain": {
|
||
"label": "腾讯云 COS 自定义域名",
|
||
"placeholder": "请输入腾讯云 COS 自定义域名"
|
||
},
|
||
"tencentcloud_css_endpoint": {
|
||
"label": "腾讯云接口端点(可选)",
|
||
"placeholder": "请输入腾讯云云直播接口端点(例如:live.tencentcloudapi.com)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://cloud.tencent.com/document/product/267/20458\" target=\"_blank\">https://cloud.tencent.com/document/product/267/20458</a><br>国际站用户请填写 <em>live.intl.tencentcloudapi.com</em>。"
|
||
},
|
||
"tencentcloud_css_domain": {
|
||
"label": "腾讯云云直播流域名",
|
||
"placeholder": "请输入腾讯云云直播流域名"
|
||
},
|
||
"tencentcloud_ecdn_endpoint": {
|
||
"label": "腾讯云接口端点(可选)",
|
||
"placeholder": "请输入腾讯云 ECDN 接口端点(例如:cdn.tencentcloudapi.com)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://cloud.tencent.com/document/product/214/30669\" target=\"_blank\">https://cloud.tencent.com/document/product/214/30669</a><br>国际站用户请填写 <em>cdn.intl.tencentcloudapi.com</em>。"
|
||
},
|
||
"tencentcloud_ecdn_domain": {
|
||
"label": "腾讯云 ECDN 加速域名",
|
||
"placeholder": "请输入腾讯云 ECDN 加速域名"
|
||
},
|
||
"tencentcloud_eo_endpoint": {
|
||
"label": "腾讯云接口端点(可选)",
|
||
"placeholder": "请输入腾讯云 EdgeOne 接口端点(例如:teo.tencentcloudapi.com)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://cloud.tencent.com/document/product/1552/80723\" target=\"_blank\">https://cloud.tencent.com/document/product/1552/80723</a><br>国际站用户请填写 <em>teo.intl.tencentcloudapi.com</em>。"
|
||
},
|
||
"tencentcloud_eo_zone_id": {
|
||
"label": "腾讯云 EdgeOne 站点 ID",
|
||
"placeholder": "请输入腾讯云 EdgeOne 站点 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://console.cloud.tencent.com/edgeone\" target=\"_blank\">https://console.cloud.tencent.com/edgeone</a>"
|
||
},
|
||
"tencentcloud_eo_domains": {
|
||
"label": "腾讯云 EdgeOne 加速域名",
|
||
"placeholder": "请输入腾讯云 EdgeOne 加速域名(多个值请用半角分号隔开)",
|
||
"help": "提示:支持多个域名,以半角分号隔开。",
|
||
"multiple_input_modal": {
|
||
"title": "修改腾讯云 EdgeOne 加速域名",
|
||
"placeholder": "请输入腾讯云 EdgeOne 加速域名"
|
||
}
|
||
},
|
||
"tencentcloud_eo_enable_multiple_ssl": {
|
||
"label": "多证书模式",
|
||
"help": "提示:每个域名最多支持一个 RSA 证书、一个 ECC 证书。",
|
||
"switch": {
|
||
"suffix": "保留与待部署证书算法不一致的其他有效证书。",
|
||
"on": "",
|
||
"off": "不"
|
||
}
|
||
},
|
||
"tencentcloud_eomakers_endpoint": {
|
||
"label": "腾讯云接口端点(可选)",
|
||
"placeholder": "请输入腾讯云 EdgeOne 接口端点(例如:teo.tencentcloudapi.com)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://cloud.tencent.com/document/product/1552/80723\" target=\"_blank\">https://cloud.tencent.com/document/product/1552/80723</a><br>国际站用户请填写 <em>teo.intl.tencentcloudapi.com</em>。"
|
||
},
|
||
"tencentcloud_eomakers_api_token": {
|
||
"label": "腾讯云 EdgeOne Makers API Token",
|
||
"placeholder": "请输入腾讯云 EdgeOne Makers API Token",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://cloud.tencent.com/document/product/1552/127422\" target=\"_blank\">https://cloud.tencent.com/document/product/1552/127422</a>"
|
||
},
|
||
"tencentcloud_eomakers_project_id": {
|
||
"label": "腾讯云 EdgeOne Makers 项目 ID",
|
||
"placeholder": "请输入腾讯云 EdgeOne Makers 项目 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://console.cloud.tencent.com/edgeone/makers\" target=\"_blank\">https://console.cloud.tencent.com/edgeone/makers</a>"
|
||
},
|
||
"tencentcloud_eomakers_domains": {
|
||
"label": "腾讯云 EdgeOne Makers 自定义域名",
|
||
"placeholder": "请输入腾讯云 EdgeOne Makers 自定义域名(多个值请用半角分号隔开)",
|
||
"help": "提示:支持多个域名,以半角分号隔开。",
|
||
"multiple_input_modal": {
|
||
"title": "修改腾讯云 EdgeOne Makers 自定义域名",
|
||
"placeholder": "请输入腾讯云 EdgeOne Makers 自定义域名"
|
||
}
|
||
},
|
||
"tencentcloud_eomakers_enable_multiple_ssl": {
|
||
"label": "多证书模式",
|
||
"help": "提示:每个域名最多支持一个 RSA 证书、一个 ECC 证书。",
|
||
"switch": {
|
||
"suffix": "保留与待部署证书算法不一致的其他有效证书。",
|
||
"on": "",
|
||
"off": "不"
|
||
}
|
||
},
|
||
"tencentcloud_ga2_endpoint": {
|
||
"label": "腾讯云接口端点(可选)",
|
||
"placeholder": "请输入腾讯云 GA2 接口端点(例如:ga2.tencentcloudapi.com)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://cloud.tencent.com/document/product/1817/129372\" target=\"_blank\">https://cloud.tencent.com/document/product/1817/129372</a><br>国际站用户请填写 <em>ga2.intl.tencentcloudapi.com</em>。"
|
||
},
|
||
"tencentcloud_ga2_deploy_target": {
|
||
"option": {
|
||
"listener": {
|
||
"label": "部署到指定监听器"
|
||
}
|
||
}
|
||
},
|
||
"tencentcloud_ga2_accelerator_id": {
|
||
"label": "腾讯云 GA2 加速实例 ID",
|
||
"placeholder": "请输入腾讯云 GA2 加速实例 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://console.cloud.tencent.com/gaap\" target=\"_blank\">https://console.cloud.tencent.com/gaap</a>"
|
||
},
|
||
"tencentcloud_ga2_listener_id": {
|
||
"label": "腾讯云 GA2 监听器 ID",
|
||
"placeholder": "请输入腾讯云 GA2 监听器 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://console.cloud.tencent.com/gaap\" target=\"_blank\">https://console.cloud.tencent.com/gaap</a>"
|
||
},
|
||
"tencentcloud_gaap_endpoint": {
|
||
"label": "腾讯云接口端点(可选)",
|
||
"placeholder": "请输入腾讯云 GAAP 接口端点(例如:gaap.tencentcloudapi.com)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://cloud.tencent.com/document/product/608/36934\" target=\"_blank\">https://cloud.tencent.com/document/product/608/36934</a><br>国际站用户请填写 <em>gaap.intl.tencentcloudapi.com</em>。"
|
||
},
|
||
"tencentcloud_gaap_deploy_target": {
|
||
"option": {
|
||
"listener": {
|
||
"label": "部署到指定监听器"
|
||
}
|
||
}
|
||
},
|
||
"tencentcloud_gaap_proxy_id": {
|
||
"label": "腾讯云 GAAP 通道 ID(可选)",
|
||
"placeholder": "请输入腾讯云 GAAP 通道 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://console.cloud.tencent.com/gaap\" target=\"_blank\">https://console.cloud.tencent.com/gaap</a>"
|
||
},
|
||
"tencentcloud_gaap_listener_id": {
|
||
"label": "腾讯云 GAAP 监听器 ID",
|
||
"placeholder": "请输入腾讯云 GAAP 监听器 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://console.cloud.tencent.com/gaap\" target=\"_blank\">https://console.cloud.tencent.com/gaap</a>"
|
||
},
|
||
"tencentcloud_scf_endpoint": {
|
||
"label": "腾讯云接口端点(可选)",
|
||
"placeholder": "请输入腾讯云 SCF 接口端点(例如:scf.tencentcloudapi.com)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://cloud.tencent.com/document/product/583/17237\" target=\"_blank\">https://cloud.tencent.com/document/product/583/17237</a><br>国际站用户请填写 <em>scf.intl.tencentcloudapi.com</em>。"
|
||
},
|
||
"tencentcloud_scf_region": {
|
||
"label": "腾讯云服务地域",
|
||
"placeholder": "请输入腾讯云 SCF 服务地域(例如:ap-guangzhou)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://cloud.tencent.com/document/product/583/17299\" target=\"_blank\">https://cloud.tencent.com/document/product/583/17299</a>"
|
||
},
|
||
"tencentcloud_scf_domain": {
|
||
"label": "腾讯云 SCF 自定义域名",
|
||
"placeholder": "请输入腾讯云 SCF 自定义域名"
|
||
},
|
||
"tencentcloud_ssl_endpoint": {
|
||
"label": "腾讯云接口端点(可选)",
|
||
"placeholder": "请输入腾讯云 SSL 接口端点(例如:ssl.tencentcloudapi.com)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://cloud.tencent.com/document/product/400/41659\" target=\"_blank\">https://cloud.tencent.com/document/product/400/41659</a><br>国际站用户请填写 <em>ssl.intl.tencentcloudapi.com</em>。"
|
||
},
|
||
"tencentcloud_ssldeploy": {
|
||
"guide": "将通过腾讯云 OpenAPI <em>DeployCertificateInstance</em> 接口创建异步部署任务。"
|
||
},
|
||
"tencentcloud_ssldeploy_endpoint": {
|
||
"label": "腾讯云接口端点(可选)",
|
||
"placeholder": "请输入腾讯云 SSL 接口端点(例如:ssl.tencentcloudapi.com)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://cloud.tencent.com/document/product/400/41659\" target=\"_blank\">https://cloud.tencent.com/document/product/400/41659</a><br>国际站用户请填写 <em>ssl.intl.tencentcloudapi.com</em>。"
|
||
},
|
||
"tencentcloud_ssldeploy_resource_region": {
|
||
"label": "腾讯云云产品部署地域(可选)",
|
||
"placeholder": "请输入腾讯云云产品部署地域(例如:ap-guangzhou)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://cloud.tencent.com/document/product/400/41659\" target=\"_blank\">https://cloud.tencent.com/document/product/400/41659</a>"
|
||
},
|
||
"tencentcloud_ssldeploy_resource_product": {
|
||
"label": "腾讯云云产品资源类型",
|
||
"placeholder": "请输入腾讯云产品资源类型",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://cloud.tencent.com/document/product/400/91667\" target=\"_blank\">https://cloud.tencent.com/document/product/400/91667</a>"
|
||
},
|
||
"tencentcloud_ssldeploy_resource_ids": {
|
||
"label": "腾讯云云产品资源 ID",
|
||
"placeholder": "请输入腾讯云云产品资源 ID(多个值请用半角分号隔开)",
|
||
"errmsg": {
|
||
"invalid": "无效的云产品资源 ID"
|
||
},
|
||
"help": "提示:支持多个 ID,以半角分号隔开。",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://cloud.tencent.com/document/product/400/91667\" target=\"_blank\">https://cloud.tencent.com/document/product/400/91667</a><br>注意与各产品本身的实例 ID 区分。",
|
||
"multiple_input_modal": {
|
||
"title": "修改腾讯云云产品资源 ID",
|
||
"placeholder": "请输入腾讯云云产品资源 ID"
|
||
}
|
||
},
|
||
"tencentcloud_sslupdate": {
|
||
"guide": "将通过腾讯云 OpenAPI <em>UpdateCertificateInstance</em> 或 <em>UploadUpdateCertificateInstance</em> 接口创建异步部署任务。"
|
||
},
|
||
"tencentcloud_sslupdate_endpoint": {
|
||
"label": "腾讯云接口端点(可选)",
|
||
"placeholder": "请输入腾讯云 SSL 接口端点(例如:ssl.tencentcloudapi.com)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://cloud.tencent.com/document/product/400/41659\" target=\"_blank\">https://cloud.tencent.com/document/product/400/41659</a><br>国际站用户请填写 <em>ssl.intl.tencentcloudapi.com</em>。"
|
||
},
|
||
"tencentcloud_sslupdate_certificate_id": {
|
||
"label": "腾讯云原证书 ID",
|
||
"placeholder": "请输入腾讯云原证书 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://console.cloud.tencent.com/certoverview\" target=\"_blank\">https://console.cloud.tencent.com/certoverview</a>"
|
||
},
|
||
"tencentcloud_sslupdate_resource_regions": {
|
||
"label": "腾讯云云产品部署地域(可选)",
|
||
"placeholder": "请输入腾讯云云产品部署地域(多个值请用半角分号隔开)",
|
||
"errmsg": {
|
||
"invalid": "无效的云产品部署地域"
|
||
},
|
||
"help": "提示:支持多个地域,以半角分号隔开。",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://cloud.tencent.com/document/product/400/91649\" target=\"_blank\">https://cloud.tencent.com/document/product/400/91649</a> 或 <a href=\"https://cloud.tencent.com/document/product/400/119791\" target=\"_blank\">https://cloud.tencent.com/document/product/400/119791</a>",
|
||
"multiple_input_modal": {
|
||
"title": "修改腾讯云云产品部署地域",
|
||
"placeholder": "请输入腾讯云云产品部署地域"
|
||
}
|
||
},
|
||
"tencentcloud_sslupdate_resource_products": {
|
||
"label": "腾讯云云产品资源类型",
|
||
"placeholder": "请输入腾讯云云产品资源类型(多个值请用半角分号隔开)",
|
||
"errmsg": {
|
||
"invalid": "无效的云产品资源类型"
|
||
},
|
||
"help": "提示:支持多个类型,以半角分号隔开。",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://cloud.tencent.com/document/product/400/91649\" target=\"_blank\">https://cloud.tencent.com/document/product/400/91649</a> 或 <a href=\"https://cloud.tencent.com/document/product/400/119791\" target=\"_blank\">https://cloud.tencent.com/document/product/400/119791</a><br>注意,这两个接口的所支持的云产品资源类型有所不同,具体请查看腾讯云官方文档。",
|
||
"multiple_input_modal": {
|
||
"title": "修改腾讯云云产品资源类型",
|
||
"placeholder": "请输入腾讯云云产品资源类型"
|
||
}
|
||
},
|
||
"tencentcloud_sslupdate_is_replaced": {
|
||
"label": "是否更新原证书(即证书 ID 保持不变)",
|
||
"tooltip": "不勾选时,将调用腾讯云 OpenAPI <em>UpdateCertificateInstance</em> 接口;否则,将调用腾讯云 OpenAPI <em>UploadUpdateCertificateInstance</em> 接口。"
|
||
},
|
||
"tencentcloud_tse_endpoint": {
|
||
"label": "腾讯云接口端点(可选)",
|
||
"placeholder": "请输入腾讯云 TSE 接口端点(例如:tse.tencentcloudapi.com)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://cloud.tencent.com.cn/document/product/1364/54618\" target=\"_blank\">https://cloud.tencent.com.cn/document/product/1364/54618</a><br>国际站用户请填写 <em>tse.intl.tencentcloudapi.com</em>。"
|
||
},
|
||
"tencentcloud_tse_region": {
|
||
"label": "腾讯云服务地域",
|
||
"placeholder": "请输入腾讯云 TSE 服务地域(例如:ap-guangzhou)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://cloud.tencent.com.cn/document/product/1364/54618\" target=\"_blank\">https://cloud.tencent.com.cn/document/product/1364/54618</a>"
|
||
},
|
||
"tencentcloud_tse_service_type": {
|
||
"label": "腾讯云 TSE 服务类型",
|
||
"placeholder": "请选择腾讯云 TSE 服务类型",
|
||
"option": {
|
||
"cloudnative": {
|
||
"label": "云原生网关"
|
||
}
|
||
}
|
||
},
|
||
"tencentcloud_tse_gateway_id": {
|
||
"label": "腾讯云 TSE 云原生网关 ID",
|
||
"placeholder": "请输入腾讯云 TSE 云原生网关 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://console.cloud.tencent.com.cn/rcc/governance\" target=\"_blank\">https://console.cloud.tencent.com.cn/rcc/governance</a>"
|
||
},
|
||
"tencentcloud_tse_domains": {
|
||
"label": "腾讯云 TSE 云原生网关绑定域名",
|
||
"placeholder": "请输入腾讯云 TSE 云原生网关绑定域名(多个值请用半角分号隔开)",
|
||
"help": "提示:支持多个域名,以半角分号隔开。",
|
||
"multiple_input_modal": {
|
||
"title": "修改腾讯云 TSE 云原生网关绑定域名",
|
||
"placeholder": "请输入腾讯云 TSE 云原生网关绑定域名"
|
||
}
|
||
},
|
||
"tencentcloud_tse_certificate_id": {
|
||
"label": "腾讯云 TSE 云原生证书 ID(可选)",
|
||
"placeholder": "请输入腾讯云 TSE 云原生证书 ID",
|
||
"help": "提示:不填写时,将上传新证书;否则,将替换原证书。",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://console.cloud.tencent.com.cn/rcc/governance\" target=\"_blank\">https://console.cloud.tencent.com.cn/rcc/governance</a>"
|
||
},
|
||
"tencentcloud_vod_endpoint": {
|
||
"label": "腾讯云接口端点(可选)",
|
||
"placeholder": "请输入腾讯云云点播接口端点(例如:vod.tencentcloudapi.com)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://cloud.tencent.com/document/product/266/31755\" target=\"_blank\">https://cloud.tencent.com/document/product/266/31755</a><br>国际站用户请填写 <em>vod.intl.tencentcloudapi.com</em>。"
|
||
},
|
||
"tencentcloud_vod_sub_app_id": {
|
||
"label": "腾讯云云点播应用 ID",
|
||
"placeholder": "请输入腾讯云云点播应用 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://console.cloud.tencent.com/vod\" target=\"_blank\">https://console.cloud.tencent.com/vod</a>"
|
||
},
|
||
"tencentcloud_vod_domain": {
|
||
"label": "腾讯云云点播加速域名",
|
||
"placeholder": "请输入腾讯云云点播加速域名"
|
||
},
|
||
"tencentcloud_waf_endpoint": {
|
||
"label": "腾讯云接口端点(可选)",
|
||
"placeholder": "请输入腾讯云 WAF 接口端点(例如:waf.tencentcloudapi.com)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://cloud.tencent.com/document/product/627/53611\" target=\"_blank\">https://cloud.tencent.com/document/product/627/53611</a><br>国际站用户请填写 <em>waf.intl.tencentcloudapi.com</em>。"
|
||
},
|
||
"tencentcloud_waf_region": {
|
||
"label": "腾讯云服务地域",
|
||
"placeholder": "请输入腾讯云 WAF 服务地域(例如:ap-guangzhou)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://cloud.tencent.com/document/product/627/47525\" target=\"_blank\">https://cloud.tencent.com/document/product/627/47525</a>"
|
||
},
|
||
"tencentcloud_waf_instance_id": {
|
||
"label": "腾讯云 WAF 实例 ID",
|
||
"placeholder": "请输入腾讯云 WAF 实例 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://console.cloud.tencent.com/waf\" target=\"_blank\">https://console.cloud.tencent.com/waf</a>"
|
||
},
|
||
"tencentcloud_waf_domain": {
|
||
"label": "腾讯云 WAF 防护域名",
|
||
"placeholder": "请输入腾讯云 WAF 防护域名"
|
||
},
|
||
"tencentcloud_waf_domain_id": {
|
||
"label": "腾讯云 WAF 域名 ID",
|
||
"placeholder": "请输入腾讯云 WAF 域名 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://console.cloud.tencent.com/waf\" target=\"_blank\">https://console.cloud.tencent.com/waf</a>"
|
||
},
|
||
"ucloud_ualb_endpoint": {
|
||
"label": "优刻得接口端点(可选)",
|
||
"placeholder": "请输入优刻得 UALB 接口端点(例如:api.ucloud.cn)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://docs.ucloud.cn/api/summary/gateway\" target=\"_blank\">https://docs.ucloud.cn/api/summary/gateway</a><br>国际站用户请填写 <em>api.ucloud-global.com</em>。"
|
||
},
|
||
"ucloud_ualb_region": {
|
||
"label": "优刻得服务地域",
|
||
"placeholder": "请输入优刻得 UALB 服务地域(例如:cn-bj2)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://docs.ucloud.cn/api/summary/regionlist\" target=\"_blank\">https://docs.ucloud.cn/api/summary/regionlist</a>"
|
||
},
|
||
"ucloud_ualb_deploy_target": {
|
||
"option": {
|
||
"loadbalancer": {
|
||
"label": "部署到指定负载均衡器下的全部 HTTPS 监听器"
|
||
},
|
||
"listener": {
|
||
"label": "部署到指定 HTTPS 监听器"
|
||
}
|
||
}
|
||
},
|
||
"ucloud_ualb_loadbalancer_id": {
|
||
"label": "优刻得 UALB 负载均衡器实例 ID",
|
||
"placeholder": "请输入优刻得 UALB 负载均衡器实例 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://console.ucloud.cn/ulb/alb\" target=\"_blank\">https://console.ucloud.cn/ulb/alb</a>"
|
||
},
|
||
"ucloud_ualb_listener_id": {
|
||
"label": "优刻得 UALB 监听器 ID",
|
||
"placeholder": "请输入优刻得 UALB 监听器 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://console.ucloud.cn/ulb/alb\" target=\"_blank\">https://console.ucloud.cn/ulb/alb</a>"
|
||
},
|
||
"ucloud_ualb_snidomain": {
|
||
"label": "优刻得 UALB 扩展域名(可选)",
|
||
"placeholder": "请输入优刻得 UALB 扩展域名",
|
||
"help": "提示:不填写时,将替换监听器的默认证书;否则,将替换扩展域名证书。"
|
||
},
|
||
"ucloud_ucdn_endpoint": {
|
||
"label": "优刻得接口端点(可选)",
|
||
"placeholder": "请输入优刻得 UCDN 接口端点(例如:api.ucloud.cn)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://docs.ucloud.cn/api/summary/gateway\" target=\"_blank\">https://docs.ucloud.cn/api/summary/gateway</a><br>国际站用户请填写 <em>api.ucloud-global.com</em>。"
|
||
},
|
||
"ucloud_ucdn_domain_id": {
|
||
"label": "优刻得 UCDN 域名 ID",
|
||
"placeholder": "请输入优刻得 UCDN 域名 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://console.ucloud.cn/ucdn\" target=\"_blank\">https://console.ucloud.cn/ucdn</a>"
|
||
},
|
||
"ucloud_uclb_endpoint": {
|
||
"label": "优刻得接口端点(可选)",
|
||
"placeholder": "请输入优刻得 UCLB 接口端点(例如:api.ucloud.cn)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://docs.ucloud.cn/api/summary/gateway\" target=\"_blank\">https://docs.ucloud.cn/api/summary/gateway</a><br>国际站用户请填写 <em>api.ucloud-global.com</em>。"
|
||
},
|
||
"ucloud_uclb_region": {
|
||
"label": "优刻得服务地域",
|
||
"placeholder": "请输入优刻得 UCLB 服务地域(例如:cn-bj2)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://docs.ucloud.cn/api/summary/regionlist\" target=\"_blank\">https://docs.ucloud.cn/api/summary/regionlist</a>"
|
||
},
|
||
"ucloud_uclb_deploy_target": {
|
||
"option": {
|
||
"loadbalancer": {
|
||
"label": "部署到指定负载均衡器下的全部 HTTPS VServer"
|
||
},
|
||
"vserver": {
|
||
"label": "部署到指定 HTTPS VServer"
|
||
}
|
||
}
|
||
},
|
||
"ucloud_uclb_loadbalancer_id": {
|
||
"label": "优刻得 UCLB 负载均衡器实例 ID",
|
||
"placeholder": "请输入优刻得 UCLB 负载均衡器实例 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://console.ucloud.cn/ulb/ulb\" target=\"_blank\">https://console.ucloud.cn/ulb/ulb</a>"
|
||
},
|
||
"ucloud_uclb_vserver_id": {
|
||
"label": "优刻得 UCLB VServer ID",
|
||
"placeholder": "请输入优刻得 UCLB VServer ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://console.ucloud.cn/ulb/ulb\" target=\"_blank\">https://console.ucloud.cn/ulb/ulb</a>"
|
||
},
|
||
"ucloud_upathx_endpoint": {
|
||
"label": "优刻得接口端点(可选)",
|
||
"placeholder": "请输入优刻得 UPathX 接口端点(例如:api.ucloud.cn)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://docs.ucloud.cn/api/summary/gateway\" target=\"_blank\">https://docs.ucloud.cn/api/summary/gateway</a><br>国际站用户请填写 <em>api.ucloud-global.com</em>。"
|
||
},
|
||
"ucloud_upathx_accelerator_id": {
|
||
"label": "优刻得 UPathX 加速器实例 ID",
|
||
"placeholder": "请输入优刻得 UPathX 加速器实例 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://console.ucloud.cn/upathx/accelerate\" target=\"_blank\">https://console.ucloud.cn/upathx/accelerate</a>"
|
||
},
|
||
"ucloud_upathx_listener_port": {
|
||
"label": "优刻得 UPathX 加速器监听端口",
|
||
"placeholder": "请输入优刻得 UPathX 加速器监听端口",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://console.ucloud.cn/upathx/accelerate\" target=\"_blank\">https://console.ucloud.cn/upathx/accelerate</a>"
|
||
},
|
||
"ucloud_us3_endpoint": {
|
||
"label": "优刻得接口端点(可选)",
|
||
"placeholder": "请输入优刻得 US3 接口端点(例如:api.ucloud.cn)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://docs.ucloud.cn/api/summary/gateway\" target=\"_blank\">https://docs.ucloud.cn/api/summary/gateway</a><br>国际站用户请填写 <em>api.ucloud-global.com</em>。"
|
||
},
|
||
"ucloud_us3_region": {
|
||
"label": "优刻得服务地域",
|
||
"placeholder": "请输入优刻得 US3 服务地域(例如:cn-bj2)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://docs.ucloud.cn/api/summary/regionlist\" target=\"_blank\">https://docs.ucloud.cn/api/summary/regionlist</a>"
|
||
},
|
||
"ucloud_us3_bucket": {
|
||
"label": "优刻得 US3 存储桶名",
|
||
"placeholder": "请输入优刻得 US3 存储桶名"
|
||
},
|
||
"ucloud_us3_domain": {
|
||
"label": "优刻得 US3 自定义域名",
|
||
"placeholder": "请输入优刻得 US3 自定义域名"
|
||
},
|
||
"ucloud_uewaf_endpoint": {
|
||
"label": "优刻得接口端点(可选)",
|
||
"placeholder": "请输入优刻得 UEWAF 接口端点(例如:api.ucloud.cn)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://docs.ucloud.cn/api/summary/gateway\" target=\"_blank\">https://docs.ucloud.cn/api/summary/gateway</a><br>国际站用户请填写 <em>api.ucloud-global.com</em>。"
|
||
},
|
||
"ucloud_uewaf_domain": {
|
||
"label": "优刻得 UEWAF 防护域名",
|
||
"placeholder": "请输入优刻得 UEWAF 防护域名"
|
||
},
|
||
"unicloud_webhost": {
|
||
"guide": "由于 uniCloud 未公开相关 API,这里将使用网页模拟登录方式部署,但无法保证稳定性。如遇 uniCloud 接口变更,请到 GitHub 发起 Issue 告知。"
|
||
},
|
||
"unicloud_webhost_space_provider": {
|
||
"label": "uniCloud 服务空间提供商",
|
||
"placeholder": "请选择 uniCloud 服务空间提供商",
|
||
"option": {
|
||
"aliyun": {
|
||
"label": "阿里云"
|
||
},
|
||
"alipay": {
|
||
"label": "支付宝云"
|
||
},
|
||
"tencent": {
|
||
"label": "腾讯云"
|
||
}
|
||
}
|
||
},
|
||
"unicloud_webhost_space_id": {
|
||
"label": "uniCloud 服务空间 ID",
|
||
"placeholder": "请输入 uniCloud 服务空间 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://doc.dcloud.net.cn/uniCloud/concepts/space.html\" target=\"_blank\">https://doc.dcloud.net.cn/uniCloud/concepts/space.html</a>"
|
||
},
|
||
"unicloud_webhost_domain": {
|
||
"label": "uniCloud 前端网页托管网站域名",
|
||
"placeholder": "请输入 uniCloud 前端网页托管网站域名"
|
||
},
|
||
"upyun_cdn": {
|
||
"guide": "由于又拍云未公开相关 API,这里将使用网页模拟登录方式部署,但无法保证稳定性。如遇又拍云接口变更,请到 GitHub 发起 Issue 告知。"
|
||
},
|
||
"upyun_cdn_domain": {
|
||
"label": "又拍云 CDN 加速域名",
|
||
"placeholder": "请输入又拍云 CDN 加速域名"
|
||
},
|
||
"upyun_file": {
|
||
"guide": "由于又拍云未公开相关 API,这里将使用网页模拟登录方式部署,但无法保证稳定性。如遇又拍云接口变更,请到 GitHub 发起 Issue 告知。"
|
||
},
|
||
"upyun_file_bucket": {
|
||
"label": "又拍云云存储桶名",
|
||
"placeholder": "请输入又拍云云存储桶名"
|
||
},
|
||
"upyun_file_domain": {
|
||
"label": "又拍云云存储自定义域名",
|
||
"placeholder": "请输入又拍云云存储自定义域名"
|
||
},
|
||
"volcengine_alb_region": {
|
||
"label": "火山引擎服务地域",
|
||
"placeholder": "请输入火山引擎 ALB 服务地域(例如:cn-beijing)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://www.volcengine.com/docs/6767/127501\" target=\"_blank\">https://www.volcengine.com/docs/6767/127501</a>"
|
||
},
|
||
"volcengine_alb_deploy_target": {
|
||
"option": {
|
||
"loadbalancer": {
|
||
"label": "部署到指定负载均衡器下的全部 HTTPS 监听"
|
||
},
|
||
"listener": {
|
||
"label": "部署到指定 HTTPS 监听器"
|
||
}
|
||
}
|
||
},
|
||
"volcengine_alb_loadbalancer_id": {
|
||
"label": "火山引擎 ALB 负载均衡器 ID",
|
||
"placeholder": "请输入火山引擎 ALB 负载均衡器 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://console.volcengine.com/alb\" target=\"_blank\">https://console.volcengine.com/alb</a>"
|
||
},
|
||
"volcengine_alb_listener_id": {
|
||
"label": "火山引擎 ALB 监听器 ID",
|
||
"placeholder": "请输入火山引擎 ALB 监听器 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://console.volcengine.com/alb\" target=\"_blank\">https://console.volcengine.com/alb</a>"
|
||
},
|
||
"volcengine_alb_snidomain": {
|
||
"label": "火山引擎 ALB 扩展域名(可选)",
|
||
"placeholder": "请输入火山引擎 ALB 扩展域名",
|
||
"help": "提示:不填写时,将替换监听器的默认证书;否则,将替换扩展域名证书。"
|
||
},
|
||
"volcengine_apig_region": {
|
||
"label": "火山引擎服务地域",
|
||
"placeholder": "请输入火山引擎 API 网关服务地域(例如:cn-beijing)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://www.volcengine.com/docs/6569/111925\" target=\"_blank\">https://www.volcengine.com/docs/6569/111925</a>"
|
||
},
|
||
"volcengine_apig_domain": {
|
||
"label": "火山引擎 API 网关自定义域名",
|
||
"placeholder": "请输入火山引擎 API 网关自定义域名"
|
||
},
|
||
"volcengine_cdn_domain": {
|
||
"label": "火山引擎 CDN 加速域名",
|
||
"placeholder": "请输入火山引擎 CDN 加速域名"
|
||
},
|
||
"volcengine_certcenter_region": {
|
||
"label": "火山引擎服务地域",
|
||
"placeholder": "请输入火山引擎证书中心服务地域(例如:cn-beijing)"
|
||
},
|
||
"volcengine_clb_region": {
|
||
"label": "火山引擎服务地域",
|
||
"placeholder": "请输入火山引擎 CLB 服务地域(例如:cn-beijing)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://www.volcengine.com/docs/6406/74892\" target=\"_blank\">https://www.volcengine.com/docs/6406/74892</a>"
|
||
},
|
||
"volcengine_clb_deploy_target": {
|
||
"option": {
|
||
"loadbalancer": {
|
||
"label": "部署到指定负载均衡器下的全部 HTTPS 监听"
|
||
},
|
||
"listener": {
|
||
"label": "部署到 HTTPS 监听器"
|
||
}
|
||
}
|
||
},
|
||
"volcengine_clb_loadbalancer_id": {
|
||
"label": "火山引擎 CLB 负载均衡器 ID",
|
||
"placeholder": "请输入火山引擎 CLB 负载均衡器 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://console.volcengine.com/clb/LoadBalancer\" target=\"_blank\">https://console.volcengine.com/clb/LoadBalancer</a>"
|
||
},
|
||
"volcengine_clb_listener_id": {
|
||
"label": "火山引擎 CLB 监听器 ID",
|
||
"placeholder": "请输入火山引擎 CLB 监听器 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://console.volcengine.com/clb/LoadBalancer\" target=\"_blank\">https://console.volcengine.com/clb/LoadBalancer</a>"
|
||
},
|
||
"volcengine_dcdn_domain": {
|
||
"label": "火山引擎 DCDN 加速域名",
|
||
"placeholder": "请输入火山引擎 DCDN 加速域名"
|
||
},
|
||
"volcengine_imagex_region": {
|
||
"label": "火山引擎服务地域",
|
||
"placeholder": "请输入火山引擎 ImageX 服务地域(例如:cn-north-1)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://www.volcengine.com/docs/508/23757\" target=\"_blank\">https://www.volcengine.com/docs/508/23757</a>"
|
||
},
|
||
"volcengine_imagex_service_id": {
|
||
"label": "火山引擎 ImageX 服务 ID",
|
||
"placeholder": "请输入火山引擎 ImageX 服务 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://console.volcengine.com/imagex\" target=\"_blank\">https://console.volcengine.com/imagex</a>"
|
||
},
|
||
"volcengine_imagex_domain": {
|
||
"label": "火山引擎 ImageX 绑定域名",
|
||
"placeholder": "请输入火山引擎 ImageX 绑定域名"
|
||
},
|
||
"volcengine_live_domain": {
|
||
"label": "火山引擎视频直播流域名",
|
||
"placeholder": "请输入火山引擎视频直播流域名"
|
||
},
|
||
"volcengine_tos_region": {
|
||
"label": "火山引擎服务地域",
|
||
"placeholder": "请输入火山引擎 TOS 服务地域(例如:cn-beijing)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://www.volcengine.com/docs/6349/107356\" target=\"_blank\">https://www.volcengine.com/docs/6349/107356</a>"
|
||
},
|
||
"volcengine_tos_bucket": {
|
||
"label": "火山引擎 TOS 存储桶名",
|
||
"placeholder": "请输入火山引擎 TOS 存储桶名"
|
||
},
|
||
"volcengine_tos_domain": {
|
||
"label": "火山引擎 TOS 自定义域名",
|
||
"placeholder": "请输入火山引擎 TOS 自定义域名"
|
||
},
|
||
"volcengine_vod_region": {
|
||
"label": "火山引擎服务地域",
|
||
"placeholder": "请输入火山引擎 VOD 服务地域(例如:cn-north-1)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://docs.volcengine.com/docs/4/1215505\" target=\"_blank\">https://docs.volcengine.com/docs/4/1215505</a>"
|
||
},
|
||
"volcengine_vod_space_name": {
|
||
"label": "火山引擎 VOD 空间名称",
|
||
"placeholder": "请输入火山引擎 VOD 空间名称",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://console.volcengine.com/vod/overview\" target=\"_blank\">https://console.volcengine.com/vod/overview</a>"
|
||
},
|
||
"volcengine_vod_domain_type": {
|
||
"label": "火山引擎 VOD 域名类型",
|
||
"placeholder": "请选择火山引擎 VOD 域名类型",
|
||
"option": {
|
||
"play": {
|
||
"label": "点播加速域名"
|
||
},
|
||
"image": {
|
||
"label": "封面加速域名"
|
||
},
|
||
"third": {
|
||
"label": "自定义源站加速域名"
|
||
}
|
||
}
|
||
},
|
||
"volcengine_vod_domain": {
|
||
"label": "火山引擎 VOD 加速域名",
|
||
"placeholder": "请输入火山引擎 VOD 加速域名"
|
||
},
|
||
"volcengine_waf_region": {
|
||
"label": "火山引擎服务地域",
|
||
"placeholder": "请输入火山引擎 WAF 服务地域(例如:cn-beijing)",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://www.volcengine.com/docs/6511/1594024\" target=\"_blank\">https://www.volcengine.com/docs/6511/1594024</a>"
|
||
},
|
||
"volcengine_waf_access_mode": {
|
||
"label": "火山引擎 WAF 接入模式",
|
||
"placeholder": "请选择火山引擎 WAF 接入模式",
|
||
"option": {
|
||
"cname": {
|
||
"label": "CNAME 接入"
|
||
}
|
||
}
|
||
},
|
||
"volcengine_waf_domain": {
|
||
"label": "火山引擎 WAF 防护域名",
|
||
"placeholder": "请输入火山引擎 WAF 防护域名"
|
||
},
|
||
"wangsu_cdn_domains": {
|
||
"label": "网宿云 CDN 加速域名",
|
||
"placeholder": "请输入网宿云 CDN 加速域名(多个值请用半角分号隔开)",
|
||
"help": "提示:支持多个域名,以半角分号隔开。",
|
||
"multiple_input_modal": {
|
||
"title": "修改网宿云 CDN 加速域名",
|
||
"placeholder": "请输入网宿云 CDN 加速域名"
|
||
}
|
||
},
|
||
"wangsu_cdnpro_environment": {
|
||
"label": "网宿云环境",
|
||
"placeholder": "请选择网宿云环境",
|
||
"option": {
|
||
"production": {
|
||
"label": "生产环境"
|
||
},
|
||
"staging": {
|
||
"label": "演练环境"
|
||
}
|
||
}
|
||
},
|
||
"wangsu_cdnpro_domain": {
|
||
"label": "网宿云 CDN Pro 加速域名",
|
||
"placeholder": "请输入网宿云 CDN Pro 加速域名"
|
||
},
|
||
"wangsu_cdnpro_certificate_id": {
|
||
"label": "网宿云 CDN Pro 原证书 ID(可选)",
|
||
"placeholder": "请输入网宿云 CDN Pro 原证书 ID",
|
||
"help": "提示:不填写时,将上传新证书;否则,将替换原证书。",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://cdnpro.console.wangsu.com/v2/index/#/certificate\" target=\"_blank\">https://cdnpro.console.wangsu.com/v2/index/#/certificate</a>"
|
||
},
|
||
"wangsu_cdnpro_webhook_id": {
|
||
"label": "网宿云 CDN Pro 部署任务 Webhook ID(可选)",
|
||
"placeholder": "请输入网宿云 CDN Pro 部署任务 Webhook ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://cdnpro.console.wangsu.com/v2/index/#/certificate\" target=\"_blank\">https://cdnpro.console.wangsu.com/v2/index/#/certificate</a>"
|
||
},
|
||
"wangsu_certificate_id": {
|
||
"label": "网宿云证书 ID(可选)",
|
||
"placeholder": "请输入网宿云证书 ID",
|
||
"help": "提示:不填写时,将上传新证书;否则,将替换原证书。",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://cdn.console.wangsu.com/v2/index#/certificate/list?code=cert_mylist&parentCode=cert_ssl&productCode=certificatemanagement\" target=\"_blank\">https://cdn.console.wangsu.com/v2/index#/certificate/list</a>"
|
||
},
|
||
"webhook_data": {
|
||
"label": "Webhook 回调数据(可选)",
|
||
"placeholder": "请输入 Webhook 回调数据以覆盖默认值",
|
||
"help": "提示:不填写时,将使用所选提供商授权的默认 Webhook 回调数据。",
|
||
"vartips": "支持的变量:<br><ol style=\"list-style: disc;\"><li><strong>${CERTIMATE_DEPLOYER_COMMONNAME}</strong>:<br>证书的主域名或 IP。</li><li><strong>${CERTIMATE_DEPLOYER_SUBJECTALTNAMES}</strong>:<br>证书的多域名或 IP,以半角分号隔开。</li><li><strong>${CERTIMATE_DEPLOYER_CERTIFICATE}</strong>:<br>证书文件 PEM 格式内容。</li><li><strong>${CERTIMATE_DEPLOYER_CERTIFICATE_SERVER}</strong>:<br>证书文件(仅含服务器证书)PEM 格式内容。</li><li><strong>${CERTIMATE_DEPLOYER_CERTIFICATE_INTERMEDIA}</strong>:<br>证书文件(仅含中间证书)PEM 格式内容。</li><li><strong>${CERTIMATE_DEPLOYER_PRIVATEKEY}</strong>:<br>私钥文件 PEM 格式内容。</li></ol>"
|
||
},
|
||
"webhook_timeout": {
|
||
"label": "Webhook 超时时间(可选)",
|
||
"placeholder": "请输入 Webhook 超时时间",
|
||
"unit": "秒"
|
||
},
|
||
"yandexcloud_certificatemanager_certificate_id": {
|
||
"label": "Yandex Cloud 证书管理器证书 ID(可选)",
|
||
"placeholder": "请输入 Yandex Cloud 证书管理器证书 ID",
|
||
"help": "提示:不填写时,将上传新证书;否则,将替换原证书。"
|
||
},
|
||
"zenlayer_cdn_deploy_target": {
|
||
"option": {
|
||
"domain": {
|
||
"label": "部署到指定加速域名"
|
||
},
|
||
"certificate": {
|
||
"label": "替换指定证书"
|
||
}
|
||
}
|
||
},
|
||
"zenlayer_cdn_domain": {
|
||
"label": "Zenlayer CDN 加速域名",
|
||
"placeholder": "请输入 Zenlayer CDN 加速域名"
|
||
},
|
||
"zenlayer_cdn_certificate_id": {
|
||
"label": "Zenlayer CDN 证书 ID",
|
||
"placeholder": "请输入 Zenlayer CDN 证书 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://console.zenlayer.com/cdn/\" target=\"_blank\">https://console.zenlayer.com/cdn/</a>"
|
||
},
|
||
"zenlayer_ga_deploy_target": {
|
||
"option": {
|
||
"accelerator": {
|
||
"label": "部署到指定全球网络加速器"
|
||
},
|
||
"certificate": {
|
||
"label": "替换指定证书"
|
||
}
|
||
}
|
||
},
|
||
"zenlayer_ga_accelerator_id": {
|
||
"label": "Zenlayer ZGA 加速器 ID",
|
||
"placeholder": "请输入 Zenlayer ZGA 加速器 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://console.zenlayer.com/gia/\" target=\"_blank\">https://console.zenlayer.com/gia/</a>"
|
||
},
|
||
"zenlayer_ga_certificate_id": {
|
||
"label": "Zenlayer ZGA 证书 ID",
|
||
"placeholder": "请输入 Zenlayer ZGA 证书 ID",
|
||
"tooltip": "这是什么?请参阅 <a href=\"https://console.zenlayer.com/gia/\" target=\"_blank\">https://console.zenlayer.com/gia/</a>"
|
||
}
|
||
}
|
||
},
|
||
|
||
"notify": {
|
||
"label": "推送通知",
|
||
"default_name": "通知",
|
||
"form_anchor": {
|
||
"parameters": {
|
||
"tab": "参数设置"
|
||
},
|
||
"channel": {
|
||
"tab": "渠道设置",
|
||
"title": "渠道设置"
|
||
},
|
||
"strategy": {
|
||
"tab": "执行策略",
|
||
"title": "执行策略"
|
||
}
|
||
},
|
||
"form": {
|
||
"subject": {
|
||
"label": "通知主题",
|
||
"placeholder": "请输入通知主题"
|
||
},
|
||
"message": {
|
||
"label": "通知内容",
|
||
"placeholder": "请输入通知内容"
|
||
},
|
||
"template": {
|
||
"guide": "<details><summary>通知主题或内容中使用「Mustache」语法(即双大括号)包裹、并以「$」符号开头的文本会被视为模板插值,将在推送时被替换为实际值。</summary><br>支持的模板插值:<ol style=\"list-style: disc;\"><li>工作流相关:<ol style=\"margin: 0; list-style: '-';\"><li><em>workflow.id</em>:工作流 ID。</li><li><em>workflow.name</em>:工作流名称。</li><li><em>workflow.description</em>:工作流描述。</li><li><em>run.id</em>:运行 ID。</li></ol></li><li>异常相关:<br><i>(如果在此之前有多个执行失败的节点,始终表示最近的一个。)</i><ol style=\"margin: 0; list-style: '-';\"><li><em>error.nodeId</em>:执行失败时的节点 ID。</li><li><em>error.nodeName</em>:执行失败时的节点名称。</li><li><em>error.message</em>:执行失败时的错误信息。</li></ol></li><li>证书相关:<br><i>(如果在此之前有多个输出证书的节点,始终表示最近的一个。)</i><ol style=\"margin: 0; list-style: '-';\"><li><em>certificate.commonName</em>:证书主域名或 IP。</li><li><em>certificate.subjectAltNames</em>:证书多域名或 IP,以半角分号隔开。</li><li><em>certificate.notBefore</em>:证书生效时间,以 RFC3339 格式化。</li><li><em>certificate.notAfter</em>:证书过期时间,以 RFC3339 格式化。</li><li><em>certificate.hoursLeft</em>:证书剩余小时数。</li><li><em>certificate.daysLeft</em>:证书剩余天数。</li><li><em>certificate.validity</em>:证书是否有效。</li></ol></li><li>其他:<ol style=\"margin: 0; list-style: '-';\"><li><em>now</em>:服务器当前时间,以 RFC3339 格式化。</li></ol></li></ol><br>示例:<br><em>Your workflow {{ $workflow.name }} has failed on node {{ $error.nodeName }} at {{ $now }}.</em></details>"
|
||
},
|
||
"provider": {
|
||
"label": "通知渠道",
|
||
"placeholder": "请选择通知渠道",
|
||
"search": {
|
||
"placeholder": "搜索通知渠道……"
|
||
}
|
||
},
|
||
"provider_access": {
|
||
"label": "通知渠道授权",
|
||
"placeholder": "请选择通知渠道授权",
|
||
"button": "新建"
|
||
},
|
||
"params_config": {
|
||
"label": "参数设置"
|
||
},
|
||
|
||
"discordbot_channel_id": {
|
||
"label": "Discord 频道 ID(可选)",
|
||
"placeholder": "请输入 Discord 频道 ID",
|
||
"help": "提示:不填写时,将使用所选通知渠道授权的默认频道 ID。"
|
||
},
|
||
"email_format": {
|
||
"label": "消息格式(可选)",
|
||
"placeholder": "请选择消息格式",
|
||
"option": {
|
||
"plain": {
|
||
"label": "纯文本"
|
||
},
|
||
"html": {
|
||
"label": "HTML"
|
||
}
|
||
}
|
||
},
|
||
"email_receiver_address": {
|
||
"label": "收件人邮箱(可选)",
|
||
"placeholder": "请输入收件人邮箱以覆盖默认值",
|
||
"help": "提示:不填写时,将使用所选通知渠道授权的默认收件人邮箱。"
|
||
},
|
||
"matrix_room_id": {
|
||
"label": "Matrix 房间 ID(可选)",
|
||
"placeholder": "请输入 Matrix 房间 ID",
|
||
"help": "提示:不填写时,将使用所选通知渠道授权的默认房间 ID。"
|
||
},
|
||
"mattermost_channel_id": {
|
||
"label": "Mattermost 频道 ID(可选)",
|
||
"placeholder": "请输入 Mattermost 频道 ID",
|
||
"help": "提示:不填写时,将使用所选通知渠道授权的默认频道 ID。"
|
||
},
|
||
"slackbot_channel_id": {
|
||
"label": "Slack 频道 ID(可选)",
|
||
"placeholder": "请输入 Slack 频道 ID",
|
||
"help": "提示:不填写时,将使用所选通知渠道授权的默认频道 ID。"
|
||
},
|
||
"telegrambot_chat_id": {
|
||
"label": "Telegram 会话 ID(可选)",
|
||
"placeholder": "请输入 Telegram 会话 ID",
|
||
"help": "提示:不填写时,将使用所选通知渠道授权的默认会话 ID。"
|
||
},
|
||
"webhook_data": {
|
||
"label": "Webhook 回调数据(可选)",
|
||
"placeholder": "请输入 Webhook 回调数据以覆盖默认值",
|
||
"help": "提示:不填写时,将使用所选通知渠道授权的默认 Webhook 回调数据。",
|
||
"vartips": "支持的变量:<br><ol style=\"list-style: disc;\"><li><strong>${CERTIMATE_NOTIFIER_SUBJECT}</strong>:<br>通知主题。</li><li><strong>${CERTIMATE_NOTIFIER_MESSAGE}</strong>:<br>通知内容。</ol>"
|
||
},
|
||
"webhook_timeout": {
|
||
"label": "Webhook 超时时间(可选)",
|
||
"placeholder": "请输入 Webhook 超时时间",
|
||
"unit": "秒"
|
||
},
|
||
"skip_on_all_prev_skipped": {
|
||
"label": "静默行为",
|
||
"prefix": "当前序申请、上传、部署等节点均已跳过执行时,",
|
||
"suffix": "此节点。",
|
||
"switch": {
|
||
"on": "跳过",
|
||
"off": "不跳过"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
|
||
"delay": {
|
||
"label": "延迟等待",
|
||
"default_name": "延迟",
|
||
"form_anchor": {
|
||
"parameters": {
|
||
"tab": "参数设置"
|
||
}
|
||
},
|
||
"form": {
|
||
"wait": {
|
||
"label": "等待时间",
|
||
"placeholder": "请输入等待时间",
|
||
"unit": "秒"
|
||
}
|
||
}
|
||
},
|
||
|
||
"condition": {
|
||
"label": "并行/条件分支",
|
||
"default_name": {
|
||
"": "并行",
|
||
"template_certtest_on_expiring_soon": "若网站证书即将过期…",
|
||
"template_certtest_on_expired": "若网站证书已过期…"
|
||
}
|
||
},
|
||
|
||
"branch_block": {
|
||
"label": "分支",
|
||
"default_name": "分支",
|
||
"state": {
|
||
"no": "无条件进入",
|
||
"or": "满足任一条件时进入",
|
||
"and": "满足所有条件时进入"
|
||
},
|
||
"form_anchor": {
|
||
"parameters": {
|
||
"tab": "参数设置"
|
||
}
|
||
},
|
||
"form": {
|
||
"expression": {
|
||
"label": "分支进入条件",
|
||
"errmsg": {
|
||
"invalid": "无效的条件"
|
||
},
|
||
"logical_operator": {
|
||
"errmsg": "无效的条件组合方式",
|
||
"option": {
|
||
"and": {
|
||
"label": "满足以下所有条件 (AND)"
|
||
},
|
||
"or": {
|
||
"label": "满足以下任一条件 (OR)"
|
||
}
|
||
}
|
||
},
|
||
"variable": {
|
||
"placeholder": "请选择",
|
||
"errmsg": "无效的变量"
|
||
},
|
||
"operator": {
|
||
"placeholder": "请选择",
|
||
"errmsg": "无效的运算符",
|
||
"option": {
|
||
"eq": {
|
||
"label": "等于",
|
||
"alias_is_label": "为"
|
||
},
|
||
"neq": {
|
||
"label": "不等于",
|
||
"alias_not_label": "不为"
|
||
},
|
||
"gt": {
|
||
"label": "大于"
|
||
},
|
||
"gte": {
|
||
"label": "大于等于"
|
||
},
|
||
"lt": {
|
||
"label": "小于"
|
||
},
|
||
"lte": {
|
||
"label": "小于等于"
|
||
}
|
||
}
|
||
},
|
||
"value": {
|
||
"placeholder": "请输入",
|
||
"errmsg": "无效的值",
|
||
"option": {
|
||
"true": {
|
||
"label": "真"
|
||
},
|
||
"false": {
|
||
"label": "假"
|
||
}
|
||
}
|
||
},
|
||
"add_condition": {
|
||
"button": "添加条件"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
|
||
"try_catch": {
|
||
"label": "执行结果分支",
|
||
"default_name": "尝试执行…"
|
||
},
|
||
|
||
"catch_block": {
|
||
"label": "执行失败分支",
|
||
"default_name": "若执行失败…"
|
||
},
|
||
|
||
"end": {
|
||
"label": "结束",
|
||
"default_name": "结束"
|
||
}
|
||
}
|