tachybase_todo/packages/plugins/saml/src/client/locale/zh-CN.ts
anuoua 59d32937c8
feat: saml (#1143)
* feat: saml

* feat: saml i18n fix

* feat: saml extract getSaml

* feat: saml signin extension

* feat: saml remove $eq

* feat: saml validate fix

* feat: saml page extension fix

* feat: saml remove canceltoken

Co-authored-by: chenos <chenlinxh@gmail.com>
2022-11-29 23:20:33 +08:00

22 lines
684 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

export default {
Edit: '编辑',
Delete: '删除',
Cancel: '取消',
Submit: '提交',
Actions: '操作',
Title: '身份提供者名称',
Enable: '启用',
'SAML manager': 'SAML 管理',
'SAML Providers': 'SAML 身份提供者',
'Redirect url': '重定向地址',
'SP entity id': '应用唯一标识SP Entity ID',
'Add provider': '添加身份提供者',
'Edit provider': '编辑身份提供者',
'Client id': '客户端 id',
'Entity id or issuer': 'IdP 唯一标识',
'Login Url': '登录地址',
'Public cert': '公钥',
'Delete provider': '删除身份提供者',
'Are you sure you want to delete it?': '你确定要删除它吗?',
};