2022-11-29 23:20:33 +08:00
|
|
|
|
export default {
|
|
|
|
|
Edit: '编辑',
|
|
|
|
|
Delete: '删除',
|
|
|
|
|
Cancel: '取消',
|
|
|
|
|
Submit: '提交',
|
|
|
|
|
Actions: '操作',
|
2022-11-30 14:38:06 +08:00
|
|
|
|
Title: '名称',
|
2022-11-29 23:20:33 +08:00
|
|
|
|
Enable: '启用',
|
2022-11-30 01:00:45 +08:00
|
|
|
|
'Button title': '登录按钮标题',
|
2022-11-29 23:20:33 +08:00
|
|
|
|
'SAML manager': 'SAML 管理',
|
|
|
|
|
'SAML Providers': 'SAML 身份提供者',
|
|
|
|
|
'Redirect url': '重定向地址',
|
|
|
|
|
'SP entity id': '应用唯一标识(SP Entity ID)',
|
2022-11-30 14:38:06 +08:00
|
|
|
|
'Add provider': '添加',
|
|
|
|
|
'Edit provider': '编辑',
|
2022-11-29 23:20:33 +08:00
|
|
|
|
'Client id': '客户端 id',
|
|
|
|
|
'Entity id or issuer': 'IdP 唯一标识',
|
|
|
|
|
'Login Url': '登录地址',
|
|
|
|
|
'Public cert': '公钥',
|
2022-11-30 14:38:06 +08:00
|
|
|
|
'Delete provider': '删除',
|
2022-11-29 23:20:33 +08:00
|
|
|
|
'Are you sure you want to delete it?': '你确定要删除它吗?',
|
2022-11-30 14:38:06 +08:00
|
|
|
|
'Sign in button name, which will be displayed on the sign in page': '登录按钮名称,将在登录页中显示',
|
2022-11-29 23:20:33 +08:00
|
|
|
|
};
|