feat: normalize provider names

This commit is contained in:
Fu Diwei
2024-12-17 09:42:12 +08:00
parent 70e6920288
commit 047b3bc079
41 changed files with 844 additions and 680 deletions

View File

@@ -16,67 +16,62 @@
"access.props.created_at": "Created At",
"access.props.updated_at": "Updated At",
"access.authorization.form.name.label": "Name",
"access.authorization.form.name.placeholder": "Please enter authorization name",
"access.authorization.form.type.label": "Provider",
"access.authorization.form.type.placeholder": "Please select a provider",
"access.authorization.form.type.search.notfound": "Provider not found",
"access.authorization.form.type.list": "Authorization List",
"access.authorization.form.config.label": "Configuration Type",
"access.authorization.form.region.label": "Region",
"access.authorization.form.region.placeholder": "Please enter Region",
"access.authorization.form.access_key_id.label": "AccessKeyId",
"access.authorization.form.access_key_id.placeholder": "Please enter AccessKeyId",
"access.authorization.form.access_key_secret.label": "AccessKeySecret",
"access.authorization.form.access_key_secret.placeholder": "Please enter AccessKeySecret",
"access.authorization.form.access_key.label": "AccessKey",
"access.authorization.form.access_key.placeholder": "Please enter AccessKey",
"access.authorization.form.secret_id.label": "SecretId",
"access.authorization.form.secret_id.placeholder": "Please enter SecretId",
"access.authorization.form.secret_key.label": "SecretKey",
"access.authorization.form.secret_key.placeholder": "Please enter SecretKey",
"access.authorization.form.secret_access_key.label": "SecretAccessKey",
"access.authorization.form.secret_access_key.placeholder": "Please enter SecretAccessKey",
"access.authorization.form.aws_hosted_zone_id.label": "AWS Hosted Zone ID",
"access.authorization.form.aws_hosted_zone_id.placeholder": "Please enter AWS Hosted Zone ID",
"access.authorization.form.cloud_dns_api_token.label": "CLOUD_DNS_API_TOKEN",
"access.authorization.form.cloud_dns_api_token.placeholder": "Please enter CLOUD_DNS_API_TOKEN",
"access.authorization.form.godaddy_api_key.label": "GO_DADDY_API_KEY",
"access.authorization.form.godaddy_api_key.placeholder": "Please enter GO_DADDY_API_KEY",
"access.authorization.form.godaddy_api_secret.label": "GO_DADDY_API_SECRET",
"access.authorization.form.godaddy_api_secret.placeholder": "Please enter GO_DADDY_API_SECRET",
"access.authorization.form.namesilo_api_key.label": "NAMESILO_API_KEY",
"access.authorization.form.namesilo_api_key.placeholder": "Please enter NAMESILO_API_KEY",
"access.authorization.form.pdns_api_url.label": "PDNS_API_URL",
"access.authorization.form.pdns_api_url.placeholder": "Please enter PDNS_API_URL",
"access.authorization.form.pdns_api_key.label": "PDNS_API_KEY",
"access.authorization.form.pdns_api_key.placeholder": "Please enter PDNS_API_KEY",
"access.authorization.form.httpreq_endpoint.label": "HTTPREQ_ENDPOINT",
"access.authorization.form.httpreq_endpoint.placeholder": "Please enter HTTPREQ_ENDPOINT",
"access.authorization.form.httpreq_mode.label": "HTTPREQ_MODE",
"access.authorization.form.httpreq_mode.placeholder": "Please enter HTTPREQ_MODE(RAW or '')",
"access.authorization.form.username.label": "Username",
"access.authorization.form.username.placeholder": "Please enter username",
"access.authorization.form.password.label": "Password",
"access.authorization.form.password.placeholder": "Please enter password",
"access.authorization.form.access_group.placeholder": "Please select a group",
"access.authorization.form.ssh_group.label": "Authorization Configuration Group (used to deploy a single domain certificate to multiple SSH hosts)",
"access.authorization.form.ssh_host.label": "Server Host",
"access.authorization.form.ssh_host.placeholder": "Please enter Host",
"access.authorization.form.ssh_port.label": "SSH Port",
"access.authorization.form.ssh_port.placeholder": "Please enter Port",
"access.authorization.form.ssh_username.label": "Username",
"access.authorization.form.ssh_username.placeholder": "Please enter username",
"access.authorization.form.ssh_password.label": "Password (Log-in using password)",
"access.authorization.form.ssh_password.placeholder": "Please enter password",
"access.authorization.form.ssh_key.label": "Key (Log-in using private key)",
"access.authorization.form.ssh_key.placeholder": "Please enter Key",
"access.authorization.form.ssh_key_file.placeholder": "Please select file",
"access.authorization.form.ssh_key_passphrase.label": "Key Passphrase (Log-in using private key)",
"access.authorization.form.ssh_key_passphrase.placeholder": "Please enter Key Passphrase",
"access.authorization.form.webhook_url.label": "Webhook URL",
"access.authorization.form.webhook_url.placeholder": "Please enter Webhook URL",
"access.authorization.form.k8s_kubeconfig.label": "KubeConfig (Null will use pod's ServiceAccount)",
"access.authorization.form.k8s_kubeconfig.placeholder": "Please enter KubeConfig",
"access.authorization.form.k8s_kubeconfig_file.placeholder": "Please select file (Null will use pod's ServiceAccount)"
"access.form.name.label": "Name",
"access.form.name.placeholder": "Please enter authorization name",
"access.form.type.label": "Provider",
"access.form.type.placeholder": "Please select a provider",
"access.form.region.label": "Region",
"access.form.region.placeholder": "Please enter Region",
"access.form.access_key_id.label": "AccessKeyId",
"access.form.access_key_id.placeholder": "Please enter AccessKeyId",
"access.form.access_key_secret.label": "AccessKeySecret",
"access.form.access_key_secret.placeholder": "Please enter AccessKeySecret",
"access.form.access_key.label": "AccessKey",
"access.form.access_key.placeholder": "Please enter AccessKey",
"access.form.secret_id.label": "SecretId",
"access.form.secret_id.placeholder": "Please enter SecretId",
"access.form.secret_key.label": "SecretKey",
"access.form.secret_key.placeholder": "Please enter SecretKey",
"access.form.secret_access_key.label": "SecretAccessKey",
"access.form.secret_access_key.placeholder": "Please enter SecretAccessKey",
"access.form.cloud_dns_api_token.label": "CLOUD_DNS_API_TOKEN",
"access.form.cloud_dns_api_token.placeholder": "Please enter CLOUD_DNS_API_TOKEN",
"access.form.godaddy_api_key.label": "GO_DADDY_API_KEY",
"access.form.godaddy_api_key.placeholder": "Please enter GO_DADDY_API_KEY",
"access.form.godaddy_api_secret.label": "GO_DADDY_API_SECRET",
"access.form.godaddy_api_secret.placeholder": "Please enter GO_DADDY_API_SECRET",
"access.form.namesilo_api_key.label": "NAMESILO_API_KEY",
"access.form.namesilo_api_key.placeholder": "Please enter NAMESILO_API_KEY",
"access.form.pdns_api_url.label": "PDNS_API_URL",
"access.form.pdns_api_url.placeholder": "Please enter PDNS_API_URL",
"access.form.pdns_api_key.label": "PDNS_API_KEY",
"access.form.pdns_api_key.placeholder": "Please enter PDNS_API_KEY",
"access.form.httpreq_endpoint.label": "HTTPREQ_ENDPOINT",
"access.form.httpreq_endpoint.placeholder": "Please enter HTTPREQ_ENDPOINT",
"access.form.httpreq_mode.label": "HTTPREQ_MODE",
"access.form.httpreq_mode.placeholder": "Please enter HTTPREQ_MODE(RAW or '')",
"access.form.username.label": "Username",
"access.form.username.placeholder": "Please enter username",
"access.form.password.label": "Password",
"access.form.password.placeholder": "Please enter password",
"access.form.access_group.placeholder": "Please select a group",
"access.form.ssh_group.label": "Authorization Configuration Group (used to deploy a single domain certificate to multiple SSH hosts)",
"access.form.ssh_host.label": "Server Host",
"access.form.ssh_host.placeholder": "Please enter Host",
"access.form.ssh_port.label": "SSH Port",
"access.form.ssh_port.placeholder": "Please enter Port",
"access.form.ssh_username.label": "Username",
"access.form.ssh_username.placeholder": "Please enter username",
"access.form.ssh_password.label": "Password (Log-in using password)",
"access.form.ssh_password.placeholder": "Please enter password",
"access.form.ssh_key.label": "Key (Log-in using private key)",
"access.form.ssh_key.placeholder": "Please enter Key",
"access.form.ssh_key_file.placeholder": "Please select file",
"access.form.ssh_key_passphrase.label": "Key Passphrase (Log-in using private key)",
"access.form.ssh_key_passphrase.placeholder": "Please enter Key Passphrase",
"access.form.webhook_url.label": "Webhook URL",
"access.form.webhook_url.placeholder": "Please enter Webhook URL",
"access.form.k8s_kubeconfig.label": "KubeConfig (Null will use pod's ServiceAccount)",
"access.form.k8s_kubeconfig.placeholder": "Please enter KubeConfig",
"access.form.k8s_kubeconfig_file.placeholder": "Please select file (Null will use pod's ServiceAccount)"
}