88 lines
5.4 KiB
JSON
88 lines
5.4 KiB
JSON
{
|
||
"domain.page.title": "域名列表",
|
||
|
||
"domain.nodata": "请添加域名开始部署证书吧。",
|
||
|
||
"domain.add": "新增域名",
|
||
"domain.edit": "编辑域名",
|
||
"domain.delete": "删除域名",
|
||
"domain.delete.confirm": "确定要删除域名吗?",
|
||
"domain.history": "部署历史",
|
||
"domain.deploy": "立即部署",
|
||
"domain.deploy.started.message": "开始部署",
|
||
"domain.deploy.started.tips": "已发起部署,请稍后查看部署日志。",
|
||
"domain.deploy.failed.message": "执行失败",
|
||
"domain.deploy.failed.tips": "执行失败,请在 <1>部署历史</1> 查看详情。",
|
||
"domain.deploy_forced": "强行部署",
|
||
|
||
"domain.props.expiry": "有效期限",
|
||
"domain.props.expiry.date1": "有效期 {{date}} 天",
|
||
"domain.props.expiry.date2": "{{date}} 到期",
|
||
"domain.props.last_execution_status": "最近执行状态",
|
||
"domain.props.last_execution_stage": "最近执行阶段",
|
||
"domain.props.last_execution_time": "最近执行时间",
|
||
"domain.props.enable": "是否启用",
|
||
"domain.props.enable.enabled": "启用",
|
||
"domain.props.enable.disabled": "禁用",
|
||
|
||
"domain.application.tab": "申请配置",
|
||
"domain.application.form.domain.added.message": "域名添加成功",
|
||
"domain.application.form.domain.changed.message": "域名编辑成功",
|
||
"domain.application.form.email.label": "邮箱",
|
||
"domain.application.form.email.tips": "(申请证书需要提供邮箱)",
|
||
"domain.application.form.email.placeholder": "请选择邮箱",
|
||
"domain.application.form.email.add": "添加邮箱",
|
||
"domain.application.form.email.list": "邮箱列表",
|
||
"domain.application.form.access.label": "DNS 服务商授权配置",
|
||
"domain.application.form.access.placeholder": "请选择 DNS 服务商授权配置",
|
||
"domain.application.form.access.list": "DNS 服务商授权配置列表",
|
||
"domain.application.form.advanced_settings.label": "高级设置",
|
||
"domain.application.form.key_algorithm.label": "数字证书算法(默认:RSA2048)",
|
||
"domain.application.form.key_algorithm.placeholder": "请选择数字证书算法",
|
||
"domain.application.form.timeout.label": "DNS 传播检查超时时间(单位:秒)",
|
||
"domain.application.form.timeoue.placeholder": "请输入 DNS 传播检查超时时间",
|
||
"domain.application.form.disable_follow_cname.label": "禁用 DNS CNAME 跟随",
|
||
"domain.application.form.disable_follow_cname.tips": "该选项将禁用 Acme DNS 认证 CNAME 跟随,如果你不了解此选项保持默认即可,",
|
||
"domain.application.form.disable_follow_cname.tips_link": "了解更多",
|
||
"domain.application.unsaved.message": "请先保存申请配置",
|
||
|
||
"domain.deployment.tab": "部署配置",
|
||
"domain.deployment.nodata": "暂无部署配置,请添加后开始部署证书吧",
|
||
"domain.deployment.form.type.label": "部署方式",
|
||
"domain.deployment.form.type.placeholder": "请选择部署方式",
|
||
"domain.deployment.form.type.list": "部署方式列表",
|
||
"domain.deployment.form.access.label": "授权配置",
|
||
"domain.deployment.form.access.placeholder": "请选择授权配置",
|
||
"domain.deployment.form.access.list": "服务商授权配置列表",
|
||
"domain.deployment.form.domain.label": "部署到域名(仅支持单个域名;不支持泛域名)",
|
||
"domain.deployment.form.domain.placeholder": "请输入部署到的域名",
|
||
"domain.deployment.form.ssh_key_path.label": "私钥保存路径",
|
||
"domain.deployment.form.ssh_key_path.placeholder": "请输入私钥保存路径",
|
||
"domain.deployment.form.ssh_cert_path.label": "证书保存路径",
|
||
"domain.deployment.form.ssh_cert_path.placeholder": "请输入证书保存路径",
|
||
"domain.deployment.form.ssh_pre_command.label": "前置命令",
|
||
"domain.deployment.form.ssh_pre_command.placeholder": "在部署证书前执行的命令",
|
||
"domain.deployment.form.ssh_command.label": "命令",
|
||
"domain.deployment.form.ssh_command.placeholder": "请输入要执行的命令",
|
||
"domain.deployment.form.oss_endpoint.label": "Endpoint",
|
||
"domain.deployment.form.oss_endpoint.placeholder": "请输入 Endpoint",
|
||
"domain.deployment.form.oss_bucket.label": "存储桶",
|
||
"domain.deployment.form.oss_bucket.placeholder": "请输入存储桶名",
|
||
"domain.deployment.form.k8s_namespace.label": "命名空间",
|
||
"domain.deployment.form.k8s_namespace.placeholder": "请输入 K8S 命名空间",
|
||
"domain.deployment.form.k8s_secret_name.label": "Secret 名称",
|
||
"domain.deployment.form.k8s_secret_name.placeholder": "请输入 K8S Secret 名称",
|
||
"domain.deployment.form.k8s_secret_data_key_for_key.label": "Secret 数据键(用于存放公钥的 Key)",
|
||
"domain.deployment.form.k8s_secret_data_key_for_key.placeholder": "请输入 K8S Secret 中用于存放公钥的数据键",
|
||
"domain.deployment.form.k8s_secret_data_key_for_crt.label": "Secret 数据键(用于存放证书的 Key)",
|
||
"domain.deployment.form.k8s_secret_data_key_for_crt.placeholder": "请输入 K8S Secret 中用于存放证书的数据键",
|
||
"domain.deployment.form.variables.label": "变量",
|
||
"domain.deployment.form.variables.key": "变量名",
|
||
"domain.deployment.form.variables.value": "值",
|
||
"domain.deployment.form.variables.empty": "尚未添加变量",
|
||
"domain.deployment.form.variables.key.required": "变量名不能为空",
|
||
"domain.deployment.form.variables.value.required": "变量值不能为空",
|
||
"domain.deployment.form.variables.key.placeholder": "请输入变量名",
|
||
"domain.deployment.form.variables.value.placeholder": "请输入变量值"
|
||
}
|