feat(ui): new AccessList UI using antd
This commit is contained in:
@@ -1,14 +1,13 @@
|
||||
{
|
||||
"access.page.title": "授权管理",
|
||||
|
||||
"access.authorization.tab": "授权",
|
||||
"access.authorization.nodata": "请添加授权开始部署证书吧。",
|
||||
"access.nodata": "请添加授权开始部署证书吧。",
|
||||
|
||||
"access.authorization.add": "新增授权",
|
||||
"access.authorization.edit": "编辑授权",
|
||||
"access.authorization.copy": "复制授权",
|
||||
"access.authorization.delete": "删除授权",
|
||||
"access.authorization.delete.confirm": "确定要删除授权吗?",
|
||||
"access.action.add": "新建授权",
|
||||
"access.action.edit": "编辑授权",
|
||||
"access.action.copy": "复制授权",
|
||||
"access.action.delete": "删除授权",
|
||||
"access.action.delete.confirm": "确定要删除此授权吗?",
|
||||
|
||||
"access.authorization.form.type.label": "服务商",
|
||||
"access.authorization.form.type.placeholder": "请选择服务商",
|
||||
@@ -73,21 +72,5 @@
|
||||
"access.authorization.form.webhook_url.placeholder": "请输入 Webhook URL",
|
||||
"access.authorization.form.k8s_kubeconfig.label": "KubeConfig(不选将使用Pod的ServiceAccount)",
|
||||
"access.authorization.form.k8s_kubeconfig.placeholder": "请输入 KubeConfig",
|
||||
"access.authorization.form.k8s_kubeconfig_file.placeholder": "请选择文件",
|
||||
|
||||
"access.group.tab": "授权组",
|
||||
|
||||
"access.group.nodata": "暂无部署授权配置,请添加后开始使用吧",
|
||||
"access.group.total": "共有 {{total}} 个部署授权配置",
|
||||
|
||||
"access.group.add": "添加授权组",
|
||||
"access.group.delete": "删除组",
|
||||
"access.group.delete.confirm": "确定要删除部署授权组吗?",
|
||||
|
||||
"access.group.form.name.label": "组名",
|
||||
"access.group.form.name.errmsg.empty": "请输入组名",
|
||||
|
||||
"access.group.domains": "所有授权",
|
||||
"access.group.domains.nodata": "请添加域名开始部署证书吧。"
|
||||
"access.authorization.form.k8s_kubeconfig_file.placeholder": "请选择文件"
|
||||
}
|
||||
|
||||
|
||||
@@ -1,7 +1,10 @@
|
||||
{
|
||||
"certificate.page.title": "证书管理",
|
||||
|
||||
"certificate.nodata": "暂无证书,添加工作流去生成证书吧😀",
|
||||
"certificate.nodata": "暂无证书,创建一个工作流去生成证书吧 😀",
|
||||
|
||||
"certificate.action.view": "查看证书",
|
||||
"certificate.action.download": "下载证书",
|
||||
|
||||
"certificate.props.domain": "名称",
|
||||
"certificate.props.expiry": "有效期限",
|
||||
@@ -10,10 +13,6 @@
|
||||
"certificate.props.expiry.text.expire": "到期",
|
||||
"certificate.props.workflow": "所属工作流",
|
||||
"certificate.props.source": "来源",
|
||||
"certificate.props.created": "颁发时间",
|
||||
"certificate.props.certificate": "证书",
|
||||
"certificate.props.private.key": "私钥",
|
||||
|
||||
"certificate.action.view": "查看证书",
|
||||
"certificate.action.download": "下载证书"
|
||||
"certificate.props.certificate": "证书内容",
|
||||
"certificate.props.private_key": "私钥内容"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user