chore: 将 OAUTH2 显示修改为 OAuth2
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run

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: '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'
}

View File

@ -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: '保存成功'
}