1
0
forked from baron/baron-sso

용어 개선에 따른 로케일 업데이트

This commit is contained in:
2026-02-24 15:24:35 +09:00
parent 75cde56761
commit 38e0b6d80e
4 changed files with 28 additions and 28 deletions

View File

@@ -255,14 +255,14 @@ logo_help = "Logo Help"
subtitle = "Subtitle"
[msg.dev.clients.general.redirect]
help = "Help"
help = "Enter the redirect URIs. You can modify them in the Federation tab after creation."
[msg.dev.clients.general.scopes]
empty = "Empty"
subtitle = "Subtitle"
[msg.dev.clients.general.security]
private_help = "Private App (Server-side): For apps that can safely store a client secret, such as Node.js or Java servers."
private_help = "Server side App: 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."
@@ -981,7 +981,7 @@ user = "User"
[ui.dev.clients.details.breadcrumb]
current = "Current"
section = "Relying Parties"
section = "Applications"
[ui.dev.clients.details.credentials]
client_id = "Client ID"
@@ -1008,7 +1008,7 @@ show = "Show"
title = "Title"
[ui.dev.clients.details.tab]
connection = "Connection"
connection = "Federation"
consents = "Consent & Users"
settings = "Settings"
@@ -1053,7 +1053,7 @@ name = "Scope Name"
delete = "Delete"
[ui.dev.clients.general.security]
private = "Private"
private = "Server Side App"
pkce = "PKCE"
title = "Security Settings"
@@ -1075,7 +1075,7 @@ subtitle = "Tenant admin on-call"
title = "Owner"
[ui.dev.clients.registry]
subtitle = "Relying Parties"
subtitle = "Applications"
title = "RP registry"
[ui.dev.clients.table]
@@ -1087,7 +1087,7 @@ status = "Status"
type = "Type"
[ui.dev.clients.type]
private = "Private"
private = "Server side App"
pkce = "PKCE"
[ui.dev.dashboard]