chore: 将 OAUTH2 显示修改为 OAuth2

This commit is contained in:
wanghe-fit2cloud 2024-12-03 22:35:48 +08:00
parent 7b1449f1d7
commit ad37fde011
2 changed files with 4 additions and 4 deletions

View File

@ -65,7 +65,7 @@ export default {
jump_tip: 'Jumping to the authentication source page for authentication', jump_tip: 'Jumping to the authentication source page for authentication',
jump: 'Jump', jump: 'Jump',
oauth2: { oauth2: {
title: 'OAUTH2 Settings', title: 'OAuth2 Settings',
authEndpoint: 'Auth Endpoint', authEndpoint: 'Auth Endpoint',
authEndpointPlaceholder: 'Please enter Auth Endpoint', authEndpointPlaceholder: 'Please enter Auth Endpoint',
tokenEndpoint: 'Token Endpoint', tokenEndpoint: 'Token Endpoint',
@ -82,7 +82,7 @@ export default {
redirectUrlPlaceholder: 'Please enter Redirect URL', redirectUrlPlaceholder: 'Please enter Redirect URL',
filedMapping: 'Field Mapping', filedMapping: 'Field Mapping',
filedMappingPlaceholder: 'Please enter Field Mapping', filedMappingPlaceholder: 'Please enter Field Mapping',
enableAuthentication: 'Enable OAUTH2 Authentication', enableAuthentication: 'Enable OAuth2 Authentication',
save: 'Save', save: 'Save',
saveSuccess: 'Save Success' saveSuccess: 'Save Success'
} }

View File

@ -65,7 +65,7 @@ export default {
jump_tip: '即将跳转至认证源页面进行认证', jump_tip: '即将跳转至认证源页面进行认证',
jump: '跳转', jump: '跳转',
oauth2: { oauth2: {
title: 'OAUTH2 设置', title: 'OAuth2 设置',
authEndpoint: '授权端地址', authEndpoint: '授权端地址',
authEndpointPlaceholder: '请输入授权端地址', authEndpointPlaceholder: '请输入授权端地址',
tokenEndpoint: 'Token 端地址', tokenEndpoint: 'Token 端地址',
@ -82,7 +82,7 @@ export default {
redirectUrlPlaceholder: '请输入回调地址', redirectUrlPlaceholder: '请输入回调地址',
filedMapping: '字段映射', filedMapping: '字段映射',
filedMappingPlaceholder: '请输入字段映射', filedMappingPlaceholder: '请输入字段映射',
enableAuthentication: '启用 OAUTH2 认证', enableAuthentication: '启用 OAuth2 认证',
save: '保存', save: '保存',
saveSuccess: '保存成功' saveSuccess: '保存成功'
} }