tachybase_todo/packages/plugins/oidc/src/client/locale/zh-CN.ts
anuoua 1ac0032e5c
feat: oidc (#1126)
* feat: oidc

* feat: oidc remove comments

* feat: oidc add shared type

* feat: oidc add id_token sign alg

* feat: oidc i18n & batch delete

* feat: oidc i18n

* feat: oidc import fix

* feat: oidc saml list fix

* feat: oidc i18n move to plugin

* feat: oidc cr fix

* feat: oidc cr fix

* feat: oidc cr fix

* feat: oidc fix nonce value

* feat: oidc page extension fix

* feat: oidc remove canceltoken

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

24 lines
770 B
TypeScript

export default {
Issuer: 'Issuer',
Enable: '启用',
Actions: '操作',
Delete: '删除',
Edit: '编辑',
'OIDC manager': 'OIDC 管理',
'OIDC Providers': 'OIDC 身份提供者',
'Provider name': '名称',
'Client id': '客户端 id',
'Client secret': '客户端 secret',
'Openid configuration': '服务发现地址',
'Authorization endpoint': '授权端点',
'Access token endpoint': '令牌端点',
'JWKS endpoint': 'JWKS 公钥端点',
'Userinfo endpoint': '用户信息端点',
'Redirect url': '重定向地址',
'Logout endpoint': '登出端点',
'Id token sign alg': 'Id token 签名算法',
'Add provider': '添加身份提供者',
'Edit provider': '编辑身份提供者',
'Delete provider': '删除身份提供者',
};