Skip to content

Commit 89e2319

Browse files
guqingwangdan-fit2cloud
authored andcommitted
chore(i18n): simplify tab group titles by removing redundant Settings
1 parent 061a41c commit 89e2319

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

ui/src/locales/lang/zh-CN/views/system.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default {
77
authentication: {
88
title: '登录认证',
99
ldap: {
10-
title: 'LDAP 设置',
10+
title: 'LDAP',
1111
address: 'LDAP 地址',
1212
serverPlaceholder: '请输入LDAP 地址',
1313
bindDN: '绑定DN',
@@ -21,7 +21,7 @@ export default {
2121
enableAuthentication: '启用 LDAP 认证'
2222
},
2323
cas: {
24-
title: 'CAS 设置',
24+
title: 'CAS',
2525
ldpUri: 'ldpUri',
2626
ldpUriPlaceholder: '请输入ldpUri',
2727
validateUrl: '验证地址',
@@ -31,7 +31,7 @@ export default {
3131
enableAuthentication: '启用 CAS 认证'
3232
},
3333
oidc: {
34-
title: 'OIDC 设置',
34+
title: 'OIDC',
3535
authEndpoint: '授权端地址',
3636
authEndpointPlaceholder: '请输入授权端地址',
3737
tokenEndpoint: 'Token端地址',
@@ -50,7 +50,7 @@ export default {
5050
},
5151

5252
oauth2: {
53-
title: 'OAuth2 设置',
53+
title: 'OAuth2',
5454
authEndpoint: '授权端地址',
5555
authEndpointPlaceholder: '请输入授权端地址',
5656
tokenEndpoint: 'Token 端地址',

ui/src/locales/lang/zh-Hant/views/system.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default {
77
authentication: {
88
title: '登入認證',
99
ldap: {
10-
title: 'LDAP 設定',
10+
title: 'LDAP',
1111
address: 'LDAP 位址',
1212
serverPlaceholder: '請輸入LDAP 位址',
1313
bindDN: '綁定DN',
@@ -22,7 +22,7 @@ export default {
2222
enableAuthentication: '啟用 LDAP 認證'
2323
},
2424
cas: {
25-
title: 'CAS 設定',
25+
title: 'CAS',
2626
ldpUri: 'ldpUri',
2727
ldpUriPlaceholder: '請輸入ldpUri',
2828
validateUrl: '驗證位址',
@@ -32,7 +32,7 @@ export default {
3232
enableAuthentication: '啟用 CAS 認證'
3333
},
3434
oidc: {
35-
title: 'OIDC 設定',
35+
title: 'OIDC',
3636
authEndpoint: '授權端位址',
3737
authEndpointPlaceholder: '請輸入授權端位址',
3838
tokenEndpoint: 'Token端位址',
@@ -51,7 +51,7 @@ export default {
5151
},
5252

5353
oauth2: {
54-
title: 'OAuth2 設定',
54+
title: 'OAuth2',
5555
authEndpoint: '授權端位址',
5656
authEndpointPlaceholder: '請輸入授權端位址',
5757
tokenEndpoint: 'Token 端位址',

0 commit comments

Comments
 (0)