89361ef61c
* fix(auth): sso switch popup to rediect (fix T-2024) * refactor: auth process optimization * fix: test * chore: add error handler * fix(auth): sso redirection issue of sub app * Revert "refactor(auth): OIDC, SAML auth switch popup to redirectction (#2737)" This reverts commitbeb4793051
. * Revert "Revert "refactor(auth): OIDC, SAML auth switch popup to redirectction (#2737)"" This reverts commit301a85d767
. * refactor(oidc): improve validate logic * refactor(saml): improve auth logic * fix: test * refactor(cas): improve auth logic * chore: add error handler * fix(oidc): subapp callback issue * fix: add dependency * chore: add dependency * fix(auth): set default `userBindField:email`
30 lines
1.1 KiB
TypeScript
30 lines
1.1 KiB
TypeScript
export default {
|
||
Edit: '编辑',
|
||
Delete: '删除',
|
||
Cancel: '取消',
|
||
Submit: '提交',
|
||
Actions: '操作',
|
||
Title: '名称',
|
||
Enable: '启用',
|
||
'Button title': '登录按钮标题',
|
||
'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?': '你确定要删除它吗?',
|
||
'Sign in button name, which will be displayed on the sign in page': '登录按钮名称,将在登录页中显示',
|
||
Copied: '已复制',
|
||
Usage: '使用',
|
||
'Use this field to bind the user': '使用此字段绑定用户',
|
||
'Sign up automatically when the user does not exist': '用户不存在时自动注册',
|
||
'Username must be 2-16 characters in length (excluding @.<>"\'/)': '用户名必须为2-16个字符并且不包含@.<>"\'/)',
|
||
'User not found': '用户不存在',
|
||
};
|