forked from baron/baron-sso
devfront 영어 적용 누락 수정
This commit is contained in:
@@ -433,6 +433,11 @@ subtitle = "Set the application name, description, and logo."
|
||||
[msg.dev.clients.general.redirect]
|
||||
help = "Enter the redirect URIs. You can modify them in the Federation tab after creation."
|
||||
|
||||
[msg.dev.clients.general.auto_login]
|
||||
subtitle = "If the RP can build an OIDC request from its own login start URL, userfront can jump directly into that flow."
|
||||
help = "This URL must generate state, nonce, and PKCE values on the RP side and then redirect to Baron OIDC."
|
||||
invalid_url = "The auto login URL format is invalid. Enter an http or https URL."
|
||||
|
||||
[msg.dev.clients.general.backchannel_logout]
|
||||
uri_help = "RP endpoint that receives Baron's session termination event via server-to-server POST."
|
||||
invalid = "The Back-Channel Logout URI format is invalid. Production requires https, and local development only allows http on localhost/127.0.0.1, host.docker.internal, Docker service names, and private IPs."
|
||||
@@ -496,7 +501,7 @@ docs_body = "Includes PKCE, client_secret_basic, redirect URI validation tips."
|
||||
subtitle = "Developer guides for Confidential/Public clients, redirect URIs, and auth methods."
|
||||
|
||||
[msg.dev.clients.registry]
|
||||
description = "OIDC 앱, 인증 방식, 리다이렉트 URI, 비밀키 재발행을 감사 로그와 함께 관리합니다."
|
||||
description = "Manage OIDC applications, authentication methods, redirect URIs, and client secret rotation together with audit logs."
|
||||
|
||||
[msg.dev.clients.scopes]
|
||||
email = "Email"
|
||||
@@ -1256,7 +1261,9 @@ copy = "Copy"
|
||||
create = "Create"
|
||||
delete = "Delete"
|
||||
details = "Details"
|
||||
disabled = "Disabled"
|
||||
edit = "Edit"
|
||||
enabled = "Enabled"
|
||||
export = "Export"
|
||||
fail = "Fail"
|
||||
go_home = "Go Home"
|
||||
@@ -1492,6 +1499,13 @@ title = "Application Identity"
|
||||
label = "Redirect URIs"
|
||||
placeholder = "Placeholder"
|
||||
|
||||
[ui.dev.clients.general.auto_login]
|
||||
title = "Auto Login"
|
||||
supported = "Auto Login Enabled"
|
||||
unsupported = "Auto Login Disabled"
|
||||
url = "Auto Login Start URL"
|
||||
url_placeholder = "https://app.example.com/login?auto=1"
|
||||
|
||||
[ui.dev.clients.general.backchannel_logout]
|
||||
uri = "Back-Channel Logout URI"
|
||||
uri_placeholder = "https://rp.example.com/oidc/backchannel-logout"
|
||||
@@ -1668,7 +1682,7 @@ subtitle = "Tenant admin on-call"
|
||||
title = "Owner"
|
||||
|
||||
[ui.dev.clients.registry]
|
||||
description = "OIDC 앱, 인증 방식, 리다이렉트 URI, 비밀키 재발행을 감사 로그와 함께 관리합니다."
|
||||
description = "Manage OIDC applications, authentication methods, redirect URIs, and client secret rotation together with audit logs."
|
||||
subtitle = "Applications"
|
||||
title = "RP registry"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user