forked from baron/baron-sso
앱 유형 명칭 Private/PKCE 로케일 파일 업데이트
This commit is contained in:
@@ -261,9 +261,9 @@ empty = "Empty"
|
||||
subtitle = "Subtitle"
|
||||
|
||||
[msg.dev.clients.general.security]
|
||||
confidential_help = "Confidential Help"
|
||||
public_help = "Public Help"
|
||||
subtitle = "Subtitle"
|
||||
private_help = "Private App (Server-side): For apps that can safely store a client secret, such as Node.js or Java servers."
|
||||
pkce_help = "PKCE App (SPA/Mobile): For apps that cannot safely store a client secret. PKCE is mandatory."
|
||||
subtitle = "Select application type. Security level determines authentication method."
|
||||
|
||||
[msg.dev.clients.help]
|
||||
docs_body = "Includes PKCE, client_secret_basic, redirect URI validation tips."
|
||||
@@ -1051,8 +1051,8 @@ name = "Scope Name"
|
||||
delete = "Delete"
|
||||
|
||||
[ui.dev.clients.general.security]
|
||||
confidential = "Confidential"
|
||||
public = "Public"
|
||||
private = "Private"
|
||||
pkce = "PKCE"
|
||||
title = "Security Settings"
|
||||
|
||||
[ui.dev.clients.help]
|
||||
@@ -1085,8 +1085,8 @@ status = "Status"
|
||||
type = "Type"
|
||||
|
||||
[ui.dev.clients.type]
|
||||
confidential = "Confidential"
|
||||
public = "Public"
|
||||
private = "Private"
|
||||
pkce = "PKCE"
|
||||
|
||||
[ui.dev.dashboard]
|
||||
ready_badge = "devfront ready"
|
||||
|
||||
Reference in New Issue
Block a user