mirror of
https://github.com/usual2970/certimate.git
synced 2025-07-14 06:59:58 +00:00
486 lines
53 KiB
JSON
486 lines
53 KiB
JSON
{
|
||
"access.page.title": "授权管理",
|
||
|
||
"access.nodata": "暂无授权信息,请先新建授权",
|
||
|
||
"access.search.placeholder": "按授权名称搜索……",
|
||
|
||
"access.action.add": "新建授权",
|
||
"access.action.edit": "编辑授权",
|
||
"access.action.duplicate": "复制授权",
|
||
"access.action.delete": "删除授权",
|
||
"access.action.delete.confirm": "确定要删除此授权吗?",
|
||
|
||
"access.props.name": "名称",
|
||
"access.props.provider": "提供商",
|
||
"access.props.provider.usage.dns": "DNS 提供商",
|
||
"access.props.provider.usage.hosting": "主机提供商",
|
||
"access.props.provider.usage.ca": "证书颁发机构",
|
||
"access.props.provider.usage.notification": "通知渠道",
|
||
"access.props.provider.builtin": "内置",
|
||
"access.props.usage.both_dns_hosting": "提供商",
|
||
"access.props.usage.ca_only": "证书颁发机构",
|
||
"access.props.usage.notification_only": "通知渠道",
|
||
"access.props.created_at": "创建时间",
|
||
"access.props.updated_at": "更新时间",
|
||
|
||
"access.form.name.label": "名称",
|
||
"access.form.name.placeholder": "请输入授权名称",
|
||
"access.form.provider.label": "提供商",
|
||
"access.form.provider.placeholder": "请选择提供商",
|
||
"access.form.provider.tooltip": "提供商分为两种类型:<br>【DNS 提供商】你的 DNS 托管方,通常等同于域名注册商,用于在申请证书时管理您的域名解析记录。<br>【主机提供商】你的服务器或云服务的托管方,用于部署签发的证书。<br><br>该字段保存后不可修改。",
|
||
"access.form.provider.search.placeholder": "搜索提供商……",
|
||
"access.form.certificate_authority.label": "证书颁发机构",
|
||
"access.form.certificate_authority.placeholder": "请选择证书颁发机构",
|
||
"access.form.notification_channel.label": "通知渠道",
|
||
"access.form.notification_channel.placeholder": "请选择通知渠道",
|
||
"access.form.common_allow_insecure_conns.label": "忽略 SSL/TLS 证书错误",
|
||
"access.form.common_allow_insecure_conns.switch.on": "允许",
|
||
"access.form.common_allow_insecure_conns.switch.off": "不允许",
|
||
"access.form.1panel_server_url.label": "1Panel 服务地址",
|
||
"access.form.1panel_server_url.placeholder": "请输入 1Panel 服务地址",
|
||
"access.form.1panel_api_version.label": "1Panel 版本",
|
||
"access.form.1panel_api_version.placeholder": "请选择 1Panel 版本",
|
||
"access.form.1panel_api_key.label": "1Panel 接口密钥",
|
||
"access.form.1panel_api_key.placeholder": "请输入 1Panel 接口密钥",
|
||
"access.form.1panel_api_key.tooltip": "这是什么?请参阅 <a href=\"https://1panel.cn/docs/dev_manual/api_manual/\" target=\"_blank\">https://1panel.cn/docs/dev_manual/api_manual/</a>",
|
||
"access.form.acmeca_endpoint.label": "服务端点",
|
||
"access.form.acmeca_endpoint.placeholder": "请输入服务端点",
|
||
"access.form.acmeca_endpoint.tooltip": "这是什么?请参阅 <a href=\"https://datatracker.ietf.org/doc/html/rfc8555#section-7.1.1\" target=\"_blank\">https://datatracker.ietf.org/doc/html/rfc8555#section-7.1.1</a>",
|
||
"access.form.acmeca_eab_kid.label": "ACME EAB KID(可选)",
|
||
"access.form.acmeca_eab_kid.placeholder": "请输入 ACME EAB KID",
|
||
"access.form.acmeca_eab_hmac_key.label": "ACME EAB HMAC Key(可选)",
|
||
"access.form.acmeca_eab_hmac_key.placeholder": "请输入 ACME EAB HMAC Key",
|
||
"access.form.acmehttpreq_endpoint.label": "服务端点",
|
||
"access.form.acmehttpreq_endpoint.placeholder": "请输入服务端点",
|
||
"access.form.acmehttpreq_endpoint.tooltip": "这是什么?请参阅 <a href=\"https://go-acme.github.io/lego/dns/httpreq/\" target=\"_blank\">https://go-acme.github.io/lego/dns/httpreq/</a>",
|
||
"access.form.acmehttpreq_mode.label": "模式",
|
||
"access.form.acmehttpreq_mode.placeholder": "请选择模式",
|
||
"access.form.acmehttpreq_mode.tooltip": "这是什么?请参阅 <a href=\"https://go-acme.github.io/lego/dns/httpreq/\" target=\"_blank\">https://go-acme.github.io/lego/dns/httpreq/</a>",
|
||
"access.form.acmehttpreq_username.label": "HTTP 基本认证用户名(可选)",
|
||
"access.form.acmehttpreq_username.placeholder": "请输入 HTTP 基本认证用户名",
|
||
"access.form.acmehttpreq_username.tooltip": "这是什么?请参阅 <a href=\"https://go-acme.github.io/lego/dns/httpreq/\" target=\"_blank\">https://go-acme.github.io/lego/dns/httpreq/</a>",
|
||
"access.form.acmehttpreq_password.label": "HTTP 基本认证密码(可选)",
|
||
"access.form.acmehttpreq_password.placeholder": "请输入 HTTP 基本认证密码",
|
||
"access.form.acmehttpreq_password.tooltip": "这是什么?请参阅 <a href=\"https://go-acme.github.io/lego/dns/httpreq/\" target=\"_blank\">https://go-acme.github.io/lego/dns/httpreq/</a>",
|
||
"access.form.aliyun_access_key_id.label": "阿里云 AccessKeyId",
|
||
"access.form.aliyun_access_key_id.placeholder": "请输入阿里云 AccessKeyId",
|
||
"access.form.aliyun_access_key_id.tooltip": "这是什么?请参阅 <a href=\"https://help.aliyun.com/zh/ram/user-guide/create-an-accesskey-pair\" target=\"_blank\">https://help.aliyun.com/zh/ram/user-guide/create-an-accesskey-pair</a>",
|
||
"access.form.aliyun_access_key_secret.label": "阿里云 AccessKeySecret",
|
||
"access.form.aliyun_access_key_secret.placeholder": "请输入阿里云 AccessKeySecret",
|
||
"access.form.aliyun_access_key_secret.tooltip": "这是什么?请参阅 <a href=\"https://help.aliyun.com/zh/ram/user-guide/create-an-accesskey-pair\" target=\"_blank\">https://help.aliyun.com/zh/ram/user-guide/create-an-accesskey-pair</a>",
|
||
"access.form.aliyun_resource_group_id.label": "阿里云资源组 ID(可选)",
|
||
"access.form.aliyun_resource_group_id.placeholder": "请输入阿里云资源组 ID",
|
||
"access.form.aliyun_resource_group_id.tooltip": "这是什么?请参阅 <a href=\"https://help.aliyun.com/zh/resource-management/resource-group/product-overview\" target=\"_blank\">https://help.aliyun.com/zh/resource-management/resource-group/product-overview</a>",
|
||
"access.form.aws_access_key_id.label": "AWS AccessKeyId",
|
||
"access.form.aws_access_key_id.placeholder": "请输入 AWS AccessKeyId",
|
||
"access.form.aws_access_key_id.tooltip": "这是什么?请参阅 <a href=\"https://docs.aws.amazon.com/zh_cn/IAM/latest/UserGuide/id_credentials_access-keys.html\" target=\"_blank\">https://docs.aws.amazon.com/zh_cn/IAM/latest/UserGuide/id_credentials_access-keys.html</a>",
|
||
"access.form.aws_secret_access_key.label": "AWS SecretAccessKey",
|
||
"access.form.aws_secret_access_key.placeholder": "请输入 AWS SecretAccessKey",
|
||
"access.form.aws_secret_access_key.tooltip": "这是什么?请参阅 <a href=\"https://docs.aws.amazon.com/zh_cn/IAM/latest/UserGuide/id_credentials_access-keys.html\" target=\"_blank\">https://docs.aws.amazon.com/zh_cn/IAM/latest/UserGuide/id_credentials_access-keys.html</a>",
|
||
"access.form.azure_tenant_id.label": "Azure 租户 ID",
|
||
"access.form.azure_tenant_id.placeholder": "请输入 Azure 租户 ID",
|
||
"access.form.azure_tenant_id.tooltip": "这是什么?请参阅 <a href=\"https://learn.microsoft.com/zh-cn/azure/azure-portal/get-subscription-tenant-id\" target=\"_blank\">https://learn.microsoft.com/zh-cn/azure/azure-portal/get-subscription-tenant-id</a>",
|
||
"access.form.azure_client_id.label": "Azure 客户端 ID",
|
||
"access.form.azure_client_id.placeholder": "请输入 Azure 客户端 ID",
|
||
"access.form.azure_client_id.tooltip": "这是什么?请参阅 <a href=\"https://learn.microsoft.com/zh-cn/azure/azure-monitor/logs/api/register-app-for-token\" target=\"_blank\">https://learn.microsoft.com/zh-cn/azure/azure-monitor/logs/api/register-app-for-token</a>",
|
||
"access.form.azure_client_secret.label": "Azure 客户端密码",
|
||
"access.form.azure_client_secret.placeholder": "请输入 Azure 客户端密码",
|
||
"access.form.azure_client_secret.tooltip": "这是什么?请参阅 <a href=\"https://learn.microsoft.com/zh-cn/azure/azure-monitor/logs/api/register-app-for-token\" target=\"_blank\">https://learn.microsoft.com/zh-cn/azure/azure-monitor/logs/api/register-app-for-token</a>",
|
||
"access.form.azure_cloud_name.label": "Azure 主权云环境(可选)",
|
||
"access.form.azure_cloud_name.placeholder": "请输入 Azure 主权云环境(例如:public)",
|
||
"access.form.azure_cloud_name.tooltip": "这是什么?请参阅 <a href=\"https://learn.microsoft.com/zh-cn/azure/developer/azure-developer-cli/sovereign-clouds\" target=\"_blank\">https://learn.microsoft.com/zh-cn/azure/developer/azure-developer-cli/sovereign-clouds</a>",
|
||
"access.form.baiducloud_access_key_id.label": "百度智能云 AccessKeyId",
|
||
"access.form.baiducloud_access_key_id.placeholder": "请输入百度智能云 AccessKeyId",
|
||
"access.form.baiducloud_access_key_id.tooltip": "这是什么?请参阅 <a href=\"https://cloud.baidu.com/doc/Reference/s/jjwvz2e3p\" target=\"_blank\">https://cloud.baidu.com/doc/Reference/s/jjwvz2e3p</a>",
|
||
"access.form.baiducloud_secret_access_key.label": "百度智能云 SecretAccessKey",
|
||
"access.form.baiducloud_secret_access_key.placeholder": "请输入百度智能云 SecretAccessKey",
|
||
"access.form.baiducloud_secret_access_key.tooltip": "这是什么?请参阅 <a href=\"https://cloud.baidu.com/doc/Reference/s/jjwvz2e3p\" target=\"_blank\">https://cloud.baidu.com/doc/Reference/s/jjwvz2e3p</a>",
|
||
"access.form.baishan_api_token.label": "白山云 API Token",
|
||
"access.form.baishan_api_token.placeholder": "请输入白山云 API Token",
|
||
"access.form.baotapanel_server_url.label": "宝塔面板服务地址",
|
||
"access.form.baotapanel_server_url.placeholder": "请输入宝塔面板服务地址",
|
||
"access.form.baotapanel_api_key.label": "宝塔面板接口密钥",
|
||
"access.form.baotapanel_api_key.placeholder": "请输入宝塔面板接口密钥",
|
||
"access.form.baotapanel_api_key.tooltip": "这是什么?请参阅 <a href=\"https://www.bt.cn/bbs/thread-113890-1-1.html\" target=\"_blank\">https://www.bt.cn/bbs/thread-113890-1-1.html</a>",
|
||
"access.form.baotawaf_server_url.label": "堡塔云 WAF 服务地址",
|
||
"access.form.baotawaf_server_url.placeholder": "请输入堡塔云 WAF 服务地址",
|
||
"access.form.baotawaf_api_key.label": "堡塔云 WAF 接口密钥",
|
||
"access.form.baotawaf_api_key.placeholder": "请输入 堡塔云 WAF 接口密钥",
|
||
"access.form.baotawaf_api_key.tooltip": "这是什么?请参阅 <a href=\"https://github.com/aaPanel/aaWAF/blob/main/API.md\" target=\"_blank\">https://github.com/aaPanel/aaWAF/blob/main/API.md</a>",
|
||
"access.form.bunny_api_key.label": "Bunny API Key",
|
||
"access.form.bunny_api_key.placeholder": "请输入 Bunny API Key",
|
||
"access.form.bunny_api_key.tooltip": "这是什么?请参阅 <a href=\"https://docs.bunny.net/reference/bunnynet-api-overview\" target=\"_blank\">https://docs.bunny.net/reference/bunnynet-api-overview</a>",
|
||
"access.form.byteplus_access_key.label": "BytePlus AccessKey",
|
||
"access.form.byteplus_access_key.placeholder": "请输入 BytePlus AccessKey",
|
||
"access.form.byteplus_access_key.tooltip": "这是什么?请参阅 <a href=\"https://docs.byteplus.com/zh-CN/docs/byteplus-platform/docs-managing-keys\" target=\"_blank\">https://docs.byteplus.com/zh-CN/docs/byteplus-platform/docs-managing-keys</a>",
|
||
"access.form.byteplus_secret_key.label": "BytePlus SecretKey",
|
||
"access.form.byteplus_secret_key.placeholder": "请输入 BytePlus SecretKey",
|
||
"access.form.byteplus_secret_key.tooltip": "这是什么?请参阅 <a href=\"https://docs.byteplus.com/zh-CN/docs/byteplus-platform/docs-managing-keys\" target=\"_blank\">https://docs.byteplus.com/zh-CN/docs/byteplus-platform/docs-managing-keys</a>",
|
||
"access.form.cachefly_api_token.label": "CacheFly API Token",
|
||
"access.form.cachefly_api_token.placeholder": "请输入 CacheFly API Token",
|
||
"access.form.cachefly_api_token.tooltip": "这是什么?请参阅 <a href=\"https://kb.cachefly.com/kb/guide/en/generating-tokens-and-keys-Oll9Irt5TI/Steps/2460228\" target=\"_blank\">https://kb.cachefly.com/kb/guide/en/generating-tokens-and-keys-Oll9Irt5TI/Steps/2460228</a>",
|
||
"access.form.cdnfly_server_url.label": "Cdnfly 服务地址",
|
||
"access.form.cdnfly_server_url.placeholder": "请输入 Cdnfly 服务地址",
|
||
"access.form.cdnfly_api_key.label": "Cdnfly 用户端 API Key",
|
||
"access.form.cdnfly_api_key.placeholder": "请输入 Cdnfly 用户端 API Key",
|
||
"access.form.cdnfly_api_key.tooltip": "这是什么?请参阅 <a href=\"https://doc.cdnfly.cn/shiyongjieshao.html\" target=\"_blank\">https://doc.cdnfly.cn/shiyongjieshao.html</a>",
|
||
"access.form.cdnfly_api_secret.label": "Cdnfly 用户端 API Secret",
|
||
"access.form.cdnfly_api_secret.placeholder": "请输入 Cdnfly 用户端 API Secret",
|
||
"access.form.cdnfly_api_secret.tooltip": "这是什么?请参阅 <a href=\"https://doc.cdnfly.cn/shiyongjieshao.html\" target=\"_blank\">https://doc.cdnfly.cn/shiyongjieshao.html</a>",
|
||
"access.form.cloudflare_dns_api_token.label": "Cloudflare DNS API 令牌",
|
||
"access.form.cloudflare_dns_api_token.placeholder": "请输入 Cloudflare DNS API 令牌",
|
||
"access.form.cloudflare_dns_api_token.tooltip": "这是什么?请参阅 <a href=\"https://developers.cloudflare.com/fundamentals/api/get-started/create-token/\" target=\"_blank\">https://developers.cloudflare.com/fundamentals/api/get-started/create-token/</a>",
|
||
"access.form.cloudflare_zone_api_token.label": "Cloudflare Zone API 令牌(可选)",
|
||
"access.form.cloudflare_zone_api_token.placeholder": "请输入 Cloudflare Zone API 令牌",
|
||
"access.form.cloudflare_zone_api_token.tooltip": "这是什么?请参阅 <a href=\"https://developers.cloudflare.com/fundamentals/api/get-started/create-token/\" target=\"_blank\">https://developers.cloudflare.com/fundamentals/api/get-started/create-token/</a><br><br>仅当你将 DNS API 令牌范围指定为<b>特定域</b>时需要填写,请将 Zone API 令牌范围指定为<b>全部域</b>,并分配 <i>Zone/Zone/Read</i> 权限。",
|
||
"access.form.cloudns_auth_id.label": "ClouDNS API 用户 ID",
|
||
"access.form.cloudns_auth_id.placeholder": "请输入 ClouDNS API 用户 ID",
|
||
"access.form.cloudns_auth_id.tooltip": "这是什么?请参阅 <a href=\"https://www.cloudns.net/wiki/article/42/\" target=\"_blank\">https://www.cloudns.net/wiki/article/42/</a>",
|
||
"access.form.cloudns_auth_password.label": "ClouDNS API 用户密码",
|
||
"access.form.cloudns_auth_password.placeholder": "请输入 ClouDNS API 用户密码",
|
||
"access.form.cloudns_auth_password.tooltip": "这是什么?请参阅 <a href=\"https://www.cloudns.net/wiki/article/42/\" target=\"_blank\">https://www.cloudns.net/wiki/article/42/</a>",
|
||
"access.form.cmcccloud_access_key_id.label": "移动云 AccessKeyId",
|
||
"access.form.cmcccloud_access_key_id.placeholder": "请输入移动云 AccessKeyId",
|
||
"access.form.cmcccloud_access_key_id.tooltip": "这是什么?请参阅 <a href=\"https://ecloud.10086.cn/op-help-center/doc/article/49739\" target=\"_blank\">https://ecloud.10086.cn/op-help-center/doc/article/49739</a>",
|
||
"access.form.cmcccloud_access_key_secret.label": "移动云 AccessKeySecret",
|
||
"access.form.cmcccloud_access_key_secret.placeholder": "请输入移动云 AccessKeySecret",
|
||
"access.form.cmcccloud_access_key_secret.tooltip": "这是什么?请参阅 <a href=\"https://ecloud.10086.cn/op-help-center/doc/article/49739\" target=\"_blank\">https://ecloud.10086.cn/op-help-center/doc/article/49739</a>",
|
||
"access.form.desec_token.label": "deSEC Token",
|
||
"access.form.desec_token.placeholder": "请输入 deSEC Token",
|
||
"access.form.desec_token.tooltip": "这是什么?请参阅 <a href=\"https://desec.readthedocs.io/en/latest/auth/tokens.html#manage-tokens\" target=\"_blank\">https://desec.readthedocs.io/en/latest/auth/tokens.html</a>",
|
||
"access.form.digitalocean_access_token.label": "DigitalOcean Access Token",
|
||
"access.form.digitalocean_access_token.placeholder": "请输入 DigitalOcean Access Token",
|
||
"access.form.digitalocean_access_token.tooltip": "这是什么?请参阅 <a href=\"https://docs.digitalocean.com/reference/api/create-personal-access-token/\" target=\"_blank\">https://docs.digitalocean.com/reference/api/create-personal-access-token/</a>",
|
||
"access.form.dingtalkbot_webhook_url.label": "钉钉群机器人 Webhook 地址",
|
||
"access.form.dingtalkbot_webhook_url.placeholder": "请输入钉钉群机器人 Webhook 地址",
|
||
"access.form.dingtalkbot_webhook_url.tooltip": "这是什么?请参阅 <a href=\"https://open.dingtalk.com/document/orgapp/obtain-the-webhook-address-of-a-custom-robot\" target=\"_blank\">https://open.dingtalk.com/document/orgapp/obtain-the-webhook-address-of-a-custom-robot</a>",
|
||
"access.form.dingtalkbot_secret.label": "钉钉群机器人加签密钥",
|
||
"access.form.dingtalkbot_secret.placeholder": "请输入钉钉群机器人加签密钥",
|
||
"access.form.dingtalkbot_secret.tooltip": "这是什么?请参阅 <a href=\"https://open.dingtalk.com/document/orgapp/customize-robot-security-settings\" target=\"_blank\">https://open.dingtalk.com/document/orgapp/customize-robot-security-settings</a>",
|
||
"access.form.discordbot_token.label": "Discord 机器人 API Token",
|
||
"access.form.discordbot_token.placeholder": "请输入 Discord 机器人 API Token",
|
||
"access.form.discordbot_token.tooltip": "这是什么?请参阅 <a href=\"https://docs.discordbotstudio.org/setting-up-dbs/finding-your-bot-token\" target=\"_blank\">https://docs.discordbotstudio.org/setting-up-dbs/finding-your-bot-token</a>",
|
||
"access.form.discordbot_default_channel_id.label": "默认的 Discord 频道 ID(可选)",
|
||
"access.form.discordbot_default_channel_id.placeholder": "请输入默认的 Discord 频道 ID",
|
||
"access.form.discordbot_default_channel_id.tooltip": "这是什么?请参阅 <a href=\"https://support.discord.com/hc/en-us/articles/206346498-Where-can-I-find-my-User-Server-Message-ID\" target=\"_blank\">https://support.discord.com/hc/en-us/articles/206346498-Where-can-I-find-my-User-Server-Message-ID</a>",
|
||
"access.form.dnsla_api_id.label": "DNS.LA API ID",
|
||
"access.form.dnsla_api_id.placeholder": "请输入 DNS.LA API ID",
|
||
"access.form.dnsla_api_id.tooltip": "这是什么?请参阅 <a href=\"https://www.dns.la/docs/ApiDoc\" target=\"_blank\">https://www.dns.la/docs/ApiDoc</a>",
|
||
"access.form.dnsla_api_secret.label": "DNS.LA API 密钥",
|
||
"access.form.dnsla_api_secret.placeholder": "请输入 DNS.LA API 密钥",
|
||
"access.form.dnsla_api_secret.tooltip": "这是什么?请参阅 <a href=\"https://www.dns.la/docs/ApiDoc\" target=\"_blank\">https://www.dns.la/docs/ApiDoc</a>",
|
||
"access.form.dogecloud_access_key.label": "多吉云 AccessKey",
|
||
"access.form.dogecloud_access_key.placeholder": "请输入多吉云 AccessKey",
|
||
"access.form.dogecloud_access_key.tooltip": "这是什么?请参阅 <a href=\"https://console.dogecloud.com/\" target=\"_blank\">https://console.dogecloud.com/</a>",
|
||
"access.form.dogecloud_secret_key.label": "多吉云 SecretKey",
|
||
"access.form.dogecloud_secret_key.placeholder": "请输入多吉云 SecretKey",
|
||
"access.form.dogecloud_secret_key.tooltip": "这是什么?请参阅 <a href=\"https://console.dogecloud.com/\" target=\"_blank\">https://console.dogecloud.com/</a>",
|
||
"access.form.duckdns_token.label": "DuckDNS Token",
|
||
"access.form.duckdns_token.placeholder": "请输入 DuckDNS Token",
|
||
"access.form.duckdns_token.tooltip": "这是什么?请参阅 <a href=\"https://www.duckdns.org/spec.jsp\" target=\"_blank\">https://www.duckdns.org/spec.jsp</a>",
|
||
"access.form.dynv6_http_token.label": "dynv6 HTTP Token",
|
||
"access.form.dynv6_http_token.placeholder": "请输入 dynv6 HTTP Token",
|
||
"access.form.dynv6_http_token.tooltip": "这是什么?请参阅 <a href=\"https://dynv6.com/keys\" target=\"_blank\">https://dynv6.com/keys</a>",
|
||
"access.form.edgio_client_id.label": "Edgio 客户端 ID",
|
||
"access.form.edgio_client_id.placeholder": "请输入 Edgio 客户端 ID",
|
||
"access.form.edgio_client_id.tooltip": "这是什么?请参阅 <a href=\"https://docs.edg.io/applications/v7/rest_api/authentication#administering-api-clients\" target=\"_blank\">https://docs.edg.io/applications/v7/rest_api/authentication#administering-api-clients</a>",
|
||
"access.form.edgio_client_secret.label": "Edgio 客户端密码",
|
||
"access.form.edgio_client_secret.placeholder": "请输入 Edgio 客户端密码",
|
||
"access.form.edgio_client_secret.tooltip": "这是什么?请参阅 <a href=\"https://docs.edg.io/applications/v7/rest_api/authentication#administering-api-clients\" target=\"_blank\">https://docs.edg.io/applications/v7/rest_api/authentication#administering-api-clients</a>",
|
||
"access.form.email_smtp_host.label": "SMTP 服务器地址",
|
||
"access.form.email_smtp_host.placeholder": "请输入 SMTP 服务器地址",
|
||
"access.form.email_smtp_port.label": "SMTP 服务器端口",
|
||
"access.form.email_smtp_port.placeholder": "请输入 SMTP 服务器端口",
|
||
"access.form.email_smtp_tls.label": "SSL/TLS 连接",
|
||
"access.form.email_username.label": "用户名",
|
||
"access.form.email_username.placeholder": "请输入用户名",
|
||
"access.form.email_password.label": "密码",
|
||
"access.form.email_password.placeholder": "请输入密码",
|
||
"access.form.email_default_sender_address.label": "默认的发送邮箱地址(可选)",
|
||
"access.form.email_default_sender_address.placeholder": "请输入默认的发送邮箱地址",
|
||
"access.form.email_default_receiver_address.label": "默认的接收邮箱地址(可选)",
|
||
"access.form.email_default_receiver_address.placeholder": "请输入默认的接收邮箱地址",
|
||
"access.form.flexcdn_server_url.label": "FlexCDN 服务地址",
|
||
"access.form.flexcdn_server_url.placeholder": "请输入 FlexCDN 服务地址",
|
||
"access.form.flexcdn_api_role.label": "FlexCDN 用户角色",
|
||
"access.form.flexcdn_api_role.placeholder": "请选择 FlexCDN 用户角色",
|
||
"access.form.flexcdn_api_role.option.user.label": "平台用户",
|
||
"access.form.flexcdn_api_role.option.admin.label": "系统管理员",
|
||
"access.form.flexcdn_access_key_id.label": "FlexCDN AccessKeyId",
|
||
"access.form.flexcdn_access_key_id.placeholder": "请输入 FlexCDN AccessKeyId",
|
||
"access.form.flexcdn_access_key_id.tooltip": "这是什么?请参阅 <a href=\"https://flexcdn.cn/docs/api/auth\" target=\"_blank\">https://flexcdn.cn/docs/api/auth</a>",
|
||
"access.form.flexcdn_access_key.label": "FlexCDN AccessKey",
|
||
"access.form.flexcdn_access_key.placeholder": "请输入 FlexCDN AccessKey",
|
||
"access.form.flexcdn_access_key.tooltip": "这是什么?请参阅 <a href=\"https://flexcdn.cn/docs/api/auth\" target=\"_blank\">https://flexcdn.cn/docs/api/auth</a>",
|
||
"access.form.gcore_api_token.label": "Gcore API Token",
|
||
"access.form.gcore_api_token.placeholder": "请输入 Gcore API Token",
|
||
"access.form.gcore_api_token.tooltip": "这是什么?请参阅 <a href=\"https://api.gcore.com/docs/iam#section/Authentication\" target=\"_blank\">https://api.gcore.com/docs/iam#section/Authentication</a>",
|
||
"access.form.gname_app_id.label": "GNAME AppId",
|
||
"access.form.gname_app_id.placeholder": "请输入 GNAME AppId",
|
||
"access.form.gname_app_id.tooltip": "这是什么?请参阅 <a href=\"https://www.gname.com/user#/dealer_api\" target=\"_blank\">https://www.gname.com/user#/dealer_api</a>",
|
||
"access.form.gname_app_key.label": "GNAME AppKey",
|
||
"access.form.gname_app_key.placeholder": "请输入 GNAME AppKey",
|
||
"access.form.gname_app_key.tooltip": "这是什么?请参阅 <a href=\"https://www.gname.com/user#/dealer_api\" target=\"_blank\">https://www.gname.com/user#/dealer_api</a>",
|
||
"access.form.godaddy_api_key.label": "GoDaddy API Key",
|
||
"access.form.godaddy_api_key.placeholder": "请输入 GoDaddy API Key",
|
||
"access.form.godaddy_api_key.tooltip": "这是什么?请参阅 <a href=\"https://developer.godaddy.com/\" target=\"_blank\">https://developer.godaddy.com/</a>",
|
||
"access.form.godaddy_api_secret.label": "GoDaddy API Secret",
|
||
"access.form.godaddy_api_secret.placeholder": "请输入 GoDaddy API Secret",
|
||
"access.form.godaddy_api_secret.tooltip": "这是什么?请参阅 <a href=\"https://developer.godaddy.com/\" target=\"_blank\">https://developer.godaddy.com/</a>",
|
||
"access.form.goedge_server_url.label": "GoEdge 服务地址",
|
||
"access.form.goedge_server_url.placeholder": "请输入 GoEdge 服务地址",
|
||
"access.form.goedge_api_role.label": "GoEdge 用户角色",
|
||
"access.form.goedge_api_role.placeholder": "请选择 GoEdge 用户角色",
|
||
"access.form.goedge_api_role.option.user.label": "平台用户",
|
||
"access.form.goedge_api_role.option.admin.label": "系统管理员",
|
||
"access.form.goedge_access_key_id.label": "GoEdge AccessKeyId",
|
||
"access.form.goedge_access_key_id.placeholder": "请输入 GoEdge AccessKeyId",
|
||
"access.form.goedge_access_key_id.tooltip": "这是什么?请参阅 <a href=\"https://goedge.cloud/docs/API/Auth.md\" target=\"_blank\">https://goedge.cloud/docs/API/Auth.md</a>",
|
||
"access.form.goedge_access_key.label": "GoEdge AccessKey",
|
||
"access.form.goedge_access_key.placeholder": "请输入 GoEdge AccessKey",
|
||
"access.form.goedge_access_key.tooltip": "这是什么?请参阅 <a href=\"https://goedge.cloud/docs/API/Auth.md\" target=\"_blank\">https://goedge.cloud/docs/API/Auth.md</a>",
|
||
"access.form.googletrustservices_eab_kid.label": "ACME EAB KID",
|
||
"access.form.googletrustservices_eab_kid.placeholder": "请输入 ACME EAB KID",
|
||
"access.form.googletrustservices_eab_kid.tooltip": "这是什么?请参阅 <a href=\"https://cloud.google.com/certificate-manager/docs/public-ca-tutorial\" target=\"_blank\">https://cloud.google.com/certificate-manager/docs/public-ca-tutorial</a>",
|
||
"access.form.googletrustservices_eab_hmac_key.label": "ACME EAB HMAC Key",
|
||
"access.form.googletrustservices_eab_hmac_key.placeholder": "请输入 ACME EAB HMAC Key",
|
||
"access.form.googletrustservices_eab_hmac_key.tooltip": "这是什么?请参阅 <a href=\"https://cloud.google.com/certificate-manager/docs/public-ca-tutorial\" target=\"_blank\">https://cloud.google.com/certificate-manager/docs/public-ca-tutorial</a>",
|
||
"access.form.hetzner_api_token.label": "Hetzner API Token",
|
||
"access.form.hetzner_api_token.placeholder": "请输入 Hetzner API Token",
|
||
"access.form.hetzner_api_token.tooltip": "这是什么?请参阅 <a href=\"https://docs.hetzner.com/cloud/api/getting-started/generating-api-token\" target=\"_blank\">https://docs.hetzner.com/cloud/api/getting-started/generating-api-token</a>",
|
||
"access.form.huaweicloud_access_key_id.label": "华为云 AccessKeyId",
|
||
"access.form.huaweicloud_access_key_id.placeholder": "请输入华为云 AccessKeyId",
|
||
"access.form.huaweicloud_access_key_id.tooltip": "这是什么?请参阅 <a href=\"https://support.huaweicloud.com/usermanual-ca/ca_01_0003.html\" target=\"_blank\">https://support.huaweicloud.com/usermanual-ca/ca_01_0003.html</a>",
|
||
"access.form.huaweicloud_secret_access_key.label": "华为云 SecretAccessKey",
|
||
"access.form.huaweicloud_secret_access_key.placeholder": "请输入华为云 SecretAccessKey",
|
||
"access.form.huaweicloud_secret_access_key.tooltip": "这是什么?请参阅 <a href=\"https://support.huaweicloud.com/usermanual-ca/ca_01_0003.html\" target=\"_blank\">https://support.huaweicloud.com/usermanual-ca/ca_01_0003.html</a>",
|
||
"access.form.huaweicloud_enterprise_project_id.label": "华为云企业项目 ID(可选)",
|
||
"access.form.huaweicloud_enterprise_project_id.placeholder": "请输入华为云企业项目 ID",
|
||
"access.form.huaweicloud_enterprise_project_id.tooltip": "这是什么?请参阅 <a href=\"https://support.huaweicloud.com/usermanual-em/zh-cn_topic_0126101490.html\" target=\"_blank\">https://support.huaweicloud.com/usermanual-em/zh-cn_topic_0126101490.html</a>",
|
||
"access.form.jdcloud_access_key_id.label": "京东云 AccessKeyId",
|
||
"access.form.jdcloud_access_key_id.placeholder": "请输入京东云 AccessKeyId",
|
||
"access.form.jdcloud_access_key_id.tooltip": "这是什么?请参阅 <a href=\"https://docs.jdcloud.com/cn/account-management/accesskey-management\" target=\"_blank\">https://docs.jdcloud.com/cn/account-management/accesskey-management</a>",
|
||
"access.form.jdcloud_access_key_secret.label": "京东云 AccessKeySecret",
|
||
"access.form.jdcloud_access_key_secret.placeholder": "请输入京东云 AccessKeySecret",
|
||
"access.form.jdcloud_access_key_secret.tooltip": "这是什么?请参阅 <a href=\"https://docs.jdcloud.com/cn/account-management/accesskey-management\" target=\"_blank\">https://docs.jdcloud.com/cn/account-management/accesskey-management</a>",
|
||
"access.form.k8s_kubeconfig.label": "KubeConfig",
|
||
"access.form.k8s_kubeconfig.placeholder": "请输入 KubeConfig 文件内容",
|
||
"access.form.k8s_kubeconfig.tooltip": "这是什么?请参阅 <a href=\"https://kubernetes.io/zh-cn/docs/concepts/configuration/organize-cluster-access-kubeconfig/\" target=\"_blank\">https://kubernetes.io/zh-cn/docs/concepts/configuration/organize-cluster-access-kubeconfig/</a><br><br>为空时,将使用 Pod 的 ServiceAccount 作为凭证。",
|
||
"access.form.larkbot_webhook_url.label": "飞书群机器人 Webhook 地址",
|
||
"access.form.larkbot_webhook_url.placeholder": "请输入飞书群机器人 Webhook 地址",
|
||
"access.form.larkbot_webhook_url.tooltip": "这是什么?请参阅 <a href=\"https://www.feishu.cn/hc/zh-CN/articles/807992406756\" target=\"_blank\">https://www.feishu.cn/hc/zh-CN/articles/807992406756</a>",
|
||
"access.form.lecdn_server_url.label": "LeCDN 服务地址",
|
||
"access.form.lecdn_server_url.placeholder": "请输入 LeCDN 服务地址",
|
||
"access.form.lecdn_api_version.label": "LeCDN 版本",
|
||
"access.form.lecdn_api_version.placeholder": "请选择 LeCDN 版本",
|
||
"access.form.lecdn_api_role.label": "LeCDN 用户角色",
|
||
"access.form.lecdn_api_role.placeholder": "请选择 LeCDN 用户角色",
|
||
"access.form.lecdn_api_role.option.client.label": "客户用户",
|
||
"access.form.lecdn_api_role.option.master.label": "主控管理员",
|
||
"access.form.lecdn_username.label": "LeCDN 用户名",
|
||
"access.form.lecdn_username.placeholder": "请输入 LeCDN 用户名",
|
||
"access.form.lecdn_password.label": "LeCDN 用户密码",
|
||
"access.form.lecdn_password.placeholder": "请输入 LeCDN 用户密码",
|
||
"access.form.mattermost_server_url.label": "Mattermost 服务地址",
|
||
"access.form.mattermost_server_url.placeholder": "请输入 Mattermost 服务地址",
|
||
"access.form.mattermost_username.label": "Mattermost 用户名",
|
||
"access.form.mattermost_username.placeholder": "请输入 Mattermost 用户名",
|
||
"access.form.mattermost_password.label": "Mattermost 密码",
|
||
"access.form.mattermost_password.placeholder": "请输入 Mattermost 密码",
|
||
"access.form.mattermost_default_channel_id.label": "默认的 Mattermost 频道 ID(可选)",
|
||
"access.form.mattermost_default_channel_id.placeholder": "请输入默认的 Mattermost 频道 ID",
|
||
"access.form.mattermost_default_channel_id.tooltip": "如何获取此参数?从左侧边栏中选择目标频道,点击顶部的频道名称,选择“频道详情”,即可在弹出页面中直接看到频道 ID。",
|
||
"access.form.namecheap_username.label": "Namecheap 用户名",
|
||
"access.form.namecheap_username.placeholder": "请输入 Namecheap 用户名",
|
||
"access.form.namecheap_username.tooltip": "这是什么?请参阅 <a href=\"https://www.namecheap.com/support/api/intro/\" target=\"_blank\">https://www.namecheap.com/support/api/intro/</a>",
|
||
"access.form.namecheap_api_key.label": "Namecheap API Key",
|
||
"access.form.namecheap_api_key.placeholder": "请输入 Namecheap API Key",
|
||
"access.form.namecheap_api_key.tooltip": "这是什么?请参阅 <a href=\"https://www.namecheap.com/support/api/intro/\" target=\"_blank\">https://www.namecheap.com/support/api/intro/</a>",
|
||
"access.form.namedotcom_username.label": "Name.com 用户名",
|
||
"access.form.namedotcom_username.placeholder": "请输入 Name.com 用户名",
|
||
"access.form.namedotcom_username.tooltip": "这是什么?请参阅 <a href=\"https://www.name.com/account/settings/api\" target=\"_blank\">https://www.name.com/account/settings/api</a>",
|
||
"access.form.namedotcom_api_token.label": "Name.com API Token",
|
||
"access.form.namedotcom_api_token.placeholder": "请输入 Name.com API Token",
|
||
"access.form.namedotcom_api_token.tooltip": "这是什么?请参阅 <a href=\"https://www.name.com/support/articles/31142639244819-how-to-manage-your-api-tokens\" target=\"_blank\">https://www.name.com/support/articles/31142639244819-how-to-manage-your-api-tokens</a>",
|
||
"access.form.namesilo_api_key.label": "NameSilo API Key",
|
||
"access.form.namesilo_api_key.placeholder": "请输入 NameSilo API Key",
|
||
"access.form.namesilo_api_key.tooltip": "这是什么?请参阅 <a href=\"https://www.namesilo.com/support/v2/articles/account-options/api-manager\" target=\"_blank\">https://www.namesilo.com/support/v2/articles/account-options/api-manager</a>",
|
||
"access.form.netlify_api_token.label": "Netlify API Token",
|
||
"access.form.netlify_api_token.placeholder": "请输入 Netlify API Token",
|
||
"access.form.netlify_api_token.tooltip": "这是什么?请参阅 <a href=\"https://docs.netlify.com/api/get-started/#authentication\" target=\"_blank\">https://docs.netlify.com/api/get-started/#authentication</a>",
|
||
"access.form.netcup_customer_number.label": "netcup 客户编号",
|
||
"access.form.netcup_customer_number.placeholder": "请输入 netcup 客户编号",
|
||
"access.form.netcup_customer_number.tooltip": "这是什么?请参阅 <a href=\"https://helpcenter.netcup.com/en/wiki/general/ccp-login/\" target=\"_blank\">https://helpcenter.netcup.com/en/wiki/general/ccp-login/</a>",
|
||
"access.form.netcup_api_key.label": "netcup API Key",
|
||
"access.form.netcup_api_key.placeholder": "请输入 netcup API Key",
|
||
"access.form.netcup_api_key.tooltip": "这是什么?请参阅 <a href=\"https://helpcenter.netcup.com/en/wiki/general/our-api/\" target=\"_blank\">https://helpcenter.netcup.com/en/wiki/general/our-api/</a>",
|
||
"access.form.netcup_api_password.label": "netcup API Key 密码",
|
||
"access.form.netcup_api_password.placeholder": "请输入 netcup API Key 密码",
|
||
"access.form.netcup_api_password.tooltip": "这是什么?请参阅 <a href=\"https://helpcenter.netcup.com/en/wiki/general/our-api/\" target=\"_blank\">https://helpcenter.netcup.com/en/wiki/general/our-api/</a>",
|
||
"access.form.ns1_api_key.label": "NS1 API Key",
|
||
"access.form.ns1_api_key.placeholder": "请输入 NS1 API Key",
|
||
"access.form.ns1_api_key.tooltip": "这是什么?请参阅 <a href=\"https://www.ibm.com/docs/zh/ns1-connect?topic=introduction-using-api\" target=\"_blank\">https://www.ibm.com/docs/zh/ns1-connect?topic=introduction-using-api</a>",
|
||
"access.form.porkbun_api_key.label": "Porkbun API Key",
|
||
"access.form.porkbun_api_key.placeholder": "请输入 Porkbun API Key",
|
||
"access.form.porkbun_api_key.tooltip": "这是什么?请参阅 <a href=\"https://porkbun.com/api/json/v3/documentation#Authentication\" target=\"_blank\">https://porkbun.com/api/json/v3/documentation</a>",
|
||
"access.form.porkbun_secret_api_key.label": "Porkbun Secret API Key",
|
||
"access.form.porkbun_secret_api_key.placeholder": "请输入 Porkbun Secret API Key",
|
||
"access.form.porkbun_secret_api_key.tooltip": "这是什么?请参阅 <a href=\"https://porkbun.com/api/json/v3/documentation#Authentication\" target=\"_blank\">https://porkbun.com/api/json/v3/documentation</a>",
|
||
"access.form.powerdns_server_url.label": "PowerDNS 服务地址",
|
||
"access.form.powerdns_server_url.placeholder": "请输入 PowerDNS 服务地址",
|
||
"access.form.powerdns_api_key.label": "PowerDNS API Key",
|
||
"access.form.powerdns_api_key.placeholder": "请输入 PowerDNS API Key",
|
||
"access.form.powerdns_api_key.tooltip": "这是什么?请参阅 <a href=\"https://doc.powerdns.com/authoritative/http-api/index.html#enabling-the-api\" target=\"_blank\">https://doc.powerdns.com/authoritative/http-api/index.html#enabling-the-api</a>",
|
||
"access.form.proxmoxve_server_url.label": "Proxmox VE 服务地址",
|
||
"access.form.proxmoxve_server_url.placeholder": "请输入 Proxmox VE 服务地址",
|
||
"access.form.proxmoxve_api_token.label": "Proxmox VE API Token",
|
||
"access.form.proxmoxve_api_token.placeholder": "请输入 Proxmox VE API Token",
|
||
"access.form.proxmoxve_api_token.tooltip": "这是什么?请参阅 <a href=\"https://pve.proxmox.com/pve-docs/pve-admin-guide.html#pveum_tokens\" target=\"_blank\">https://pve.proxmox.com/pve-docs/pve-admin-guide.html#pveum_tokens</a>",
|
||
"access.form.proxmoxve_api_token_secret.label": "Proxmox VE API Token Secret(可选)",
|
||
"access.form.proxmoxve_api_token_secret.placeholder": "请输入 Proxmox VE API Token Secret",
|
||
"access.form.proxmoxve_api_token_secret.tooltip": "这是什么?请参阅 <a href=\"https://pve.proxmox.com/pve-docs/pve-admin-guide.html#pveum_tokens\" target=\"_blank\">https://pve.proxmox.com/pve-docs/pve-admin-guide.html#pveum_tokens</a>",
|
||
"access.form.qiniu_access_key.label": "七牛云 AccessKey",
|
||
"access.form.qiniu_access_key.placeholder": "请输入七牛云 AccessKey",
|
||
"access.form.qiniu_access_key.tooltip": "这是什么?请参阅 <a href=\"https://portal.qiniu.com/\" target=\"_blank\">https://portal.qiniu.com/</a>",
|
||
"access.form.qiniu_secret_key.label": "七牛云 SecretKey",
|
||
"access.form.qiniu_secret_key.placeholder": "请输入七牛云 SecretKey",
|
||
"access.form.qiniu_secret_key.tooltip": "这是什么?请参阅 <a href=\"https://portal.qiniu.com/\" target=\"_blank\">https://portal.qiniu.com/</a>",
|
||
"access.form.rainyun_api_key.label": "雨云 API 密钥",
|
||
"access.form.rainyun_api_key.placeholder": "请输入雨云 API 密钥",
|
||
"access.form.rainyun_api_key.tooltip": "这是什么?请参阅 <a href=\"https://app.rainyun.com/account/settings/api-key\" target=\"_blank\">https://app.rainyun.com/account/settings/api-key</a>",
|
||
"access.form.ratpanel_server_url.label": "耗子面板服务地址",
|
||
"access.form.ratpanel_server_url.placeholder": "请输入耗子面板服务地址",
|
||
"access.form.ratpanel_access_token_id.label": "耗子面板 AccessToken ID",
|
||
"access.form.ratpanel_access_token_id.placeholder": "请输入耗子面板 AccessToken ID",
|
||
"access.form.ratpanel_access_token_id.tooltip": "这是什么?请参阅 <a href=\"https://ratpanel.github.io/advanced/api.html\" target=\"_blank\">https://ratpanel.github.io/advanced/api.html</a>",
|
||
"access.form.ratpanel_access_token.label": "耗子面板 AccessToken",
|
||
"access.form.ratpanel_access_token.placeholder": "请输入耗子面板 AccessToken",
|
||
"access.form.ratpanel_access_token.tooltip": "这是什么?请参阅 <a href=\"https://ratpanel.github.io/advanced/api.html\" target=\"_blank\">https://ratpanel.github.io/advanced/api.html</a>",
|
||
"access.form.safeline_server_url.label": "雷池服务地址",
|
||
"access.form.safeline_server_url.placeholder": "请输入雷池服务地址",
|
||
"access.form.safeline_api_token.label": "雷池 API Token",
|
||
"access.form.safeline_api_token.placeholder": "请输入雷池 API Token",
|
||
"access.form.safeline_api_token.tooltip": "这是什么?请参阅 <a href=\"https://docs.waf-ce.chaitin.cn/zh/%E6%9B%B4%E5%A4%9A%E6%8A%80%E6%9C%AF%E6%96%87%E6%A1%A3/OPENAPI\" target=\"_blank\">https://docs.waf-ce.chaitin.cn/zh/更多技术文档/OPENAPI</a>",
|
||
"access.form.slackbot_token.label": "Slack 机器人 Token",
|
||
"access.form.slackbot_token.placeholder": "请输入 Slack 机器人 Token",
|
||
"access.form.slackbot_token.tooltip": "这是什么?请参阅 <a href=\"https://docs.slack.dev/authentication/tokens#bot\" target=\"_blank\">https://docs.slack.dev/authentication/tokens#bot</a>",
|
||
"access.form.slackbot_default_channel_id.label": "默认的 Slack 频道 ID(可选)",
|
||
"access.form.slackbot_default_channel_id.placeholder": "请输入默认的 Slack 频道 ID",
|
||
"access.form.slackbot_default_channel_id.tooltip": "如何获取此参数?请参阅 <a href=\"https://www.youtube.com/watch?v=Uz5Yi5C2pwQ\" target=\"_blank\">https://www.youtube.com/watch?v=Uz5Yi5C2pwQ</a>",
|
||
"access.form.ssh_host.label": "服务器地址",
|
||
"access.form.ssh_host.placeholder": "请输入服务器地址",
|
||
"access.form.ssh_port.label": "服务器端口",
|
||
"access.form.ssh_port.placeholder": "请输入服务器端口",
|
||
"access.form.ssh_username.label": "用户名",
|
||
"access.form.ssh_username.placeholder": "请输入用户名",
|
||
"access.form.ssh_password.label": "密码(可选)",
|
||
"access.form.ssh_password.placeholder": "请输入密码",
|
||
"access.form.ssh_password.tooltip": "使用密码连接到 SSH 时必填。<br>该字段与密钥文件字段二选一,如果同时填写优先使用 SSH 密钥登录。",
|
||
"access.form.ssh_key.label": "SSH 密钥(可选)",
|
||
"access.form.ssh_key.placeholder": "请输入 SSH 密钥文件内容",
|
||
"access.form.ssh_key.tooltip": "使用 SSH 密钥连接到 SSH 时必填。<br>该字段与密码字段二选一,如果同时填写优先使用 SSH 密钥登录。",
|
||
"access.form.ssh_key_passphrase.label": "SSH 密钥口令(可选)",
|
||
"access.form.ssh_key_passphrase.placeholder": "请输入 SSH 密钥口令",
|
||
"access.form.ssh_key_passphrase.tooltip": "使用 SSH 密钥连接到 SSH 时选填。",
|
||
"access.form.ssh_jump_servers.label": "SSH 跳板机(可选)",
|
||
"access.form.ssh_jump_servers.item.label": "跳板机",
|
||
"access.form.ssh_jump_servers.add": "添加跳板机",
|
||
"access.form.sslcom_eab_kid.label": "ACME EAB KID",
|
||
"access.form.sslcom_eab_kid.placeholder": "请输入 ACME EAB KID",
|
||
"access.form.sslcom_eab_kid.tooltip": "这是什么?请参阅 <a href=\"https://www.ssl.com/how-to/generate-acme-credentials-for-reseller-customers/#ftoc-heading-6\" target=\"_blank\">https://www.ssl.com/how-to/generate-acme-credentials-for-reseller-customers/</a>",
|
||
"access.form.sslcom_eab_hmac_key.label": "ACME EAB HMAC key",
|
||
"access.form.sslcom_eab_hmac_key.placeholder": "请输入 ACME EAB HMAC key",
|
||
"access.form.sslcom_eab_hmac_key.tooltip": "这是什么?请参阅 <a href=\"https://www.ssl.com/how-to/generate-acme-credentials-for-reseller-customers/#ftoc-heading-6\" target=\"_blank\">https://www.ssl.com/how-to/generate-acme-credentials-for-reseller-customers/</a>",
|
||
"access.form.telegrambot_token.label": "Telegram 机器人 API Token",
|
||
"access.form.telegrambot_token.placeholder": "请输入 Telegram 机器人 API Token",
|
||
"access.form.telegrambot_token.tooltip": "如何获取此参数?请参阅 <a href=\"https://gist.github.com/nafiesl/4ad622f344cd1dc3bb1ecbe468ff9f8a\" target=\"_blank\">https://gist.github.com/nafiesl/4ad622f344cd1dc3bb1ecbe468ff9f8a</a>",
|
||
"access.form.telegrambot_default_chat_id.label": "默认的 Telegram 会话 ID(可选)",
|
||
"access.form.telegrambot_default_chat_id.placeholder": "请输入默认的 Telegram 会话 ID",
|
||
"access.form.telegrambot_default_chat_id.tooltip": "如何获取此参数?请参阅 <a href=\"https://gist.github.com/nafiesl/4ad622f344cd1dc3bb1ecbe468ff9f8a\" target=\"_blank\">https://gist.github.com/nafiesl/4ad622f344cd1dc3bb1ecbe468ff9f8a</a>",
|
||
"access.form.tencentcloud_secret_id.label": "腾讯云 SecretId",
|
||
"access.form.tencentcloud_secret_id.placeholder": "请输入腾讯云 SecretId",
|
||
"access.form.tencentcloud_secret_id.tooltip": "这是什么?请参阅 <a href=\"https://cloud.tencent.com/document/product/598/40488\" target=\"_blank\">https://cloud.tencent.com/document/product/598/40488</a>",
|
||
"access.form.tencentcloud_secret_key.label": "腾讯云 SecretKey",
|
||
"access.form.tencentcloud_secret_key.placeholder": "请输入腾讯云 SecretKey",
|
||
"access.form.tencentcloud_secret_key.tooltip": "这是什么?请参阅 <a href=\"https://cloud.tencent.com/document/product/598/40488\" target=\"_blank\">https://cloud.tencent.com/document/product/598/40488</a>",
|
||
"access.form.ucloud_private_key.label": "优刻得 API 私钥",
|
||
"access.form.ucloud_private_key.placeholder": "请输入优刻得 API 私钥",
|
||
"access.form.ucloud_private_key.tooltip": "这是什么?请参阅 <a href=\"https://console.ucloud.cn/uaccount/api_manage\" target=\"_blank\">https://console.ucloud.cn/uaccount/api_manage</a>",
|
||
"access.form.ucloud_public_key.label": "优刻得 API 公钥",
|
||
"access.form.ucloud_public_key.placeholder": "请输入优刻得 API 公钥",
|
||
"access.form.ucloud_public_key.tooltip": "这是什么?请参阅 <a href=\"https://console.ucloud.cn/uaccount/api_manage\" target=\"_blank\">https://console.ucloud.cn/uaccount/api_manage</a>",
|
||
"access.form.ucloud_project_id.label": "优刻得项目 ID(可选)",
|
||
"access.form.ucloud_project_id.placeholder": "请输入优刻得项目 ID",
|
||
"access.form.ucloud_project_id.tooltip": "这是什么?请参阅 <a href=\"https://console.ucloud.cn/uaccount/iam/project_manage\" target=\"_blank\">https://console.ucloud.cn/uaccount/iam/project_manage</a>",
|
||
"access.form.unicloud_username.label": "uniCloud 控制台账号",
|
||
"access.form.unicloud_username.placeholder": "请输入 uniCloud 控制台账号",
|
||
"access.form.unicloud_password.label": "uniCloud 控制台密码",
|
||
"access.form.unicloud_password.placeholder": "请输入 uniCloud 控制台密码",
|
||
"access.form.upyun_username.label": "又拍云子账号用户名",
|
||
"access.form.upyun_username.placeholder": "请输入又拍云子账号用户名",
|
||
"access.form.upyun_username.tooltip": "这是什么?请参阅 <a href=\"https://console.upyun.com/account/subaccount/\" target=\"_blank\">https://console.upyun.com/account/subaccount/</a><br><br>请关闭该账号的二次登录验证。",
|
||
"access.form.upyun_password.label": "又拍云子账号密码",
|
||
"access.form.upyun_password.placeholder": "请输入又拍云子账号密码",
|
||
"access.form.upyun_password.tooltip": "这是什么?请参阅 <a href=\"https://console.upyun.com/account/subaccount/\" target=\"_blank\">https://console.upyun.com/account/subaccount/</a><br><br>请关闭该账号的二次登录验证。",
|
||
"access.form.vercel_api_access_token.label": "Vercel API Access Token",
|
||
"access.form.vercel_api_access_token.placeholder": "请输入 Vercel API Access Token",
|
||
"access.form.vercel_api_access_token.tooltip": "这是什么?请参阅 <a href=\"https://vercel.com/guides/how-do-i-use-a-vercel-api-access-token\" target=\"_blank\">https://vercel.com/guides/how-do-i-use-a-vercel-api-access-token</a>",
|
||
"access.form.vercel_team_id.label": "Vercel 团队 ID(可选)",
|
||
"access.form.vercel_team_id.placeholder": "请输入 Vercel 团队 ID",
|
||
"access.form.vercel_team_id.tooltip": "这是什么?请参阅 <a href=\"https://vercel.com/docs/accounts#find-your-team-id\" target=\"_blank\">https://vercel.com/docs/accounts#find-your-team-id</a>",
|
||
"access.form.volcengine_access_key_id.label": "火山引擎 AccessKeyId",
|
||
"access.form.volcengine_access_key_id.placeholder": "请输入火山引擎 AccessKeyId",
|
||
"access.form.volcengine_access_key_id.tooltip": "这是什么?请参阅 <a href=\"https://www.volcengine.com/docs/6291/216571\" target=\"_blank\">https://www.volcengine.com/docs/6291/216571</a>",
|
||
"access.form.volcengine_secret_access_key.label": "火山引擎 SecretAccessKey",
|
||
"access.form.volcengine_secret_access_key.placeholder": "请输入火山引擎 SecretAccessKey",
|
||
"access.form.volcengine_secret_access_key.tooltip": "这是什么?请参阅 <a href=\"https://www.volcengine.com/docs/6291/216571\" target=\"_blank\">https://www.volcengine.com/docs/6291/216571</a>",
|
||
"access.form.wangsu_access_key_id.label": "网宿云 AccessKeyId",
|
||
"access.form.wangsu_access_key_id.placeholder": "请输入网宿云 AccessKeyId",
|
||
"access.form.wangsu_access_key_id.tooltip": "这是什么?请参阅 <a href=\"https://www.wangsu.com/document/account-manage/15775\" target=\"_blank\">https://www.wangsu.com/document/account-manage/15775</a>",
|
||
"access.form.wangsu_access_key_secret.label": "网宿云 AccessKeySecret",
|
||
"access.form.wangsu_access_key_secret.placeholder": "请输入网宿云 AccessKeySecret",
|
||
"access.form.wangsu_access_key_secret.tooltip": "这是什么?请参阅 <a href=\"https://www.wangsu.com/document/account-manage/15775\" target=\"_blank\">https://www.wangsu.com/document/account-manage/15775</a>",
|
||
"access.form.wangsu_api_key.label": "网宿云 API 接口密码",
|
||
"access.form.wangsu_api_key.placeholder": "请输入网宿云 API 接口密码",
|
||
"access.form.wangsu_api_key.tooltip": "这是什么?请参阅 <a href=\"https://www.wangsu.com/document/account-manage/15776\" target=\"_blank\">https://www.wangsu.com/document/account-manage/15776</a>",
|
||
"access.form.webhook_url.label": "Webhook 回调地址",
|
||
"access.form.webhook_url.placeholder": "请输入 Webhook 回调地址",
|
||
"access.form.webhook_method.label": "Webhook 请求谓词",
|
||
"access.form.webhook_method.placeholder": "请选择 Webhook 请求谓词",
|
||
"access.form.webhook_headers.label": "Webhook 请求标头(可选)",
|
||
"access.form.webhook_headers.placeholder": "请输入 Webhook 请求标头",
|
||
"access.form.webhook_headers.errmsg.invalid": "请输入有效的请求标头",
|
||
"access.form.webhook_headers.tooltip": "格式:<br><i>key1: val2<br>key2: val2</i><br><br>示例:<br><i>Content-Type: application/json<br>User-Agent: certimate</i>",
|
||
"access.form.webhook_default_data.errmsg.json_invalid": "请输入有效的 JSON 格式字符串",
|
||
"access.form.webhook_default_data_for_deployment.label": "默认的 Webhook 部署证书回调数据(可选)",
|
||
"access.form.webhook_default_data_for_deployment.placeholder": "请输入默认的 Webhook 回调数据",
|
||
"access.form.webhook_default_data_for_deployment.guide": "小贴士:回调数据是一个 JSON 格式的数据。<br><br>其中值支持模板变量,将在被发送到指定的 Webhook URL 时被替换为实际值;其他内容将保持原样。支持的变量:<br><ol style=\"margin-left: 1.25em; list-style: disc;\"><li><strong>${DOMAIN}</strong>:证书的主域名(即 <i>CommonName</i>)。</li><li><strong>${DOMAINS}</strong>:证书的多域名列表(即 <i>SubjectAltNames</i>)。</li><li><strong>${CERTIFICATE}</strong>:证书文件 PEM 格式内容。</li><li><strong>${SERVER_CERTIFICATE}</strong>:证书文件(仅含服务器证书)PEM 格式内容。</li><li><strong>${INTERMEDIA_CERTIFICATE}</strong>:证书文件(仅含中间证书)PEM 格式内容。</li><li><strong>${PRIVATE_KEY}</strong>:私钥文件 PEM 格式内容。</li></ol><br>当请求谓词为 GET 时,回调数据将作为查询参数;否则,回调数据将按照请求标头中 Content-Type 所指示的格式进行编码。支持的格式:<br><ol style=\"margin-left: 1.25em; list-style: disc;\"><li>application/json(默认)。</li><li>application/x-www-form-urlencoded:不支持嵌套数据。</li><li>multipart/form-data:不支持嵌套数据。</li>",
|
||
"access.form.webhook_default_data_for_notification.label": "默认的 Webhook 推送通知回调数据(可选)",
|
||
"access.form.webhook_default_data_for_notification.placeholder": "请输入默认的 Webhook 回调数据",
|
||
"access.form.webhook_default_data_for_notification.guide": "小贴士:回调数据是一个 JSON 格式的数据。<br><br>其中值支持模板变量,将在被发送到指定的 Webhook URL 时被替换为实际值;其他内容将保持原样。支持的变量:<br><ol style=\"margin-left: 1.25em; list-style: disc;\"><li><strong>${SUBJECT}</strong>:通知主题。</li><li><strong>${MESSAGE}</strong>:通知内容。</ol><br>当请求谓词为 GET 时,回调数据将作为查询参数;否则,回调数据将按照请求标头中 Content-Type 所指示的格式进行编码。支持的格式:<br><ol style=\"margin-left: 1.25em; list-style: disc;\"><li>application/json(默认)。</li><li>application/x-www-form-urlencoded:不支持嵌套数据。</li><li>multipart/form-data:不支持嵌套数据。</li>",
|
||
"access.form.webhook_preset_data.button": "使用预设模板",
|
||
"access.form.webhook_preset_data.option.bark.label": "Bark",
|
||
"access.form.webhook_preset_data.option.gotify.label": "Gotify",
|
||
"access.form.webhook_preset_data.option.ntfy.label": "ntfy",
|
||
"access.form.webhook_preset_data.option.pushover.label": "Pushover",
|
||
"access.form.webhook_preset_data.option.pushplus.label": "PushPlus 推送加",
|
||
"access.form.webhook_preset_data.option.serverchan.label": "Server 酱",
|
||
"access.form.webhook_preset_data.option.common.label": "通用模板",
|
||
"access.form.wecombot_webhook_url.label": "企业微信群机器人 Webhook 地址",
|
||
"access.form.wecombot_webhook_url.placeholder": "请输入企业微信群机器人 Webhook 地址",
|
||
"access.form.wecombot_webhook_url.tooltip": "这是什么?请参阅 <a href=\"https://open.work.weixin.qq.com/help2/pc/18401#%E5%85%AD%E3%80%81%E7%BE%A4%E6%9C%BA%E5%99%A8%E4%BA%BAWebhook%E5%9C%B0%E5%9D%80\" target=\"_blank\">https://open.work.weixin.qq.com/help2/pc/18401</a>",
|
||
"access.form.westcn_username.label": "西部数码用户名",
|
||
"access.form.westcn_username.placeholder": "请输入西部数码用户名",
|
||
"access.form.westcn_username.tooltip": "这是什么?请参阅 <a href=\"https://www.west.cn/CustomerCenter/doc/apiv2.html#12u3001u8eabu4efdu9a8cu8bc10a3ca20id3d12u3001u8eabu4efdu9a8cu8bc13e203ca3e\" target=\"_blank\">https://www.west.cn/CustomerCenter/doc/apiv2.html</a>",
|
||
"access.form.westcn_api_password.label": "西部数码 API 密码",
|
||
"access.form.westcn_api_password.placeholder": "请输入西部数码 API 密码",
|
||
"access.form.westcn_api_password.tooltip": "这是什么?请参阅 <a href=\"https://www.west.cn/CustomerCenter/doc/apiv2.html#12u3001u8eabu4efdu9a8cu8bc10a3ca20id3d12u3001u8eabu4efdu9a8cu8bc13e203ca3e\" target=\"_blank\">https://www.west.cn/CustomerCenter/doc/apiv2.html</a>",
|
||
"access.form.zerossl_eab_kid.label": "ACME EAB KID",
|
||
"access.form.zerossl_eab_kid.placeholder": "请输入 ACME EAB KID",
|
||
"access.form.zerossl_eab_kid.tooltip": "这是什么?请参阅 <a href=\"https://zerossl.com/documentation/acme/\" target=\"_blank\">https://zerossl.com/documentation/acme/</a>",
|
||
"access.form.zerossl_eab_hmac_key.label": "ACME EAB HMAC Key",
|
||
"access.form.zerossl_eab_hmac_key.placeholder": "请输入 ACME EAB HMAC Key",
|
||
"access.form.zerossl_eab_hmac_key.tooltip": "这是什么?请参阅 <a href=\"https://zerossl.com/documentation/acme/\" target=\"_blank\">https://zerossl.com/documentation/acme/</a>"
|
||
}
|