mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
chore: 将 OAUTH2 显示修改为 OAuth2
This commit is contained in:
parent
7b1449f1d7
commit
ad37fde011
|
|
@ -65,7 +65,7 @@ export default {
|
|||
jump_tip: 'Jumping to the authentication source page for authentication',
|
||||
jump: 'Jump',
|
||||
oauth2: {
|
||||
title: 'OAUTH2 Settings',
|
||||
title: 'OAuth2 Settings',
|
||||
authEndpoint: 'Auth Endpoint',
|
||||
authEndpointPlaceholder: 'Please enter Auth Endpoint',
|
||||
tokenEndpoint: 'Token Endpoint',
|
||||
|
|
@ -82,7 +82,7 @@ export default {
|
|||
redirectUrlPlaceholder: 'Please enter Redirect URL',
|
||||
filedMapping: 'Field Mapping',
|
||||
filedMappingPlaceholder: 'Please enter Field Mapping',
|
||||
enableAuthentication: 'Enable OAUTH2 Authentication',
|
||||
enableAuthentication: 'Enable OAuth2 Authentication',
|
||||
save: 'Save',
|
||||
saveSuccess: 'Save Success'
|
||||
}
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@ export default {
|
|||
jump_tip: '即将跳转至认证源页面进行认证',
|
||||
jump: '跳转',
|
||||
oauth2: {
|
||||
title: 'OAUTH2 设置',
|
||||
title: 'OAuth2 设置',
|
||||
authEndpoint: '授权端地址',
|
||||
authEndpointPlaceholder: '请输入授权端地址',
|
||||
tokenEndpoint: 'Token 端地址',
|
||||
|
|
@ -82,7 +82,7 @@ export default {
|
|||
redirectUrlPlaceholder: '请输入回调地址',
|
||||
filedMapping: '字段映射',
|
||||
filedMappingPlaceholder: '请输入字段映射',
|
||||
enableAuthentication: '启用 OAUTH2 认证',
|
||||
enableAuthentication: '启用 OAuth2 认证',
|
||||
save: '保存',
|
||||
saveSuccess: '保存成功'
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue