forked from baron/baron-sso
용어 개선에 따른 로케일 업데이트
This commit is contained in:
@@ -311,14 +311,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."
|
||||
|
||||
@@ -1123,7 +1123,7 @@ user = "User"
|
||||
|
||||
[ui.dev.clients.details.breadcrumb]
|
||||
current = "Current"
|
||||
section = "Relying Parties"
|
||||
section = "Applications"
|
||||
|
||||
[ui.dev.clients.details.credentials]
|
||||
client_id = "Client ID"
|
||||
@@ -1150,7 +1150,7 @@ show = "Show"
|
||||
title = "Title"
|
||||
|
||||
[ui.dev.clients.details.tab]
|
||||
connection = "Connection"
|
||||
connection = "Federation"
|
||||
consents = "Consent & Users"
|
||||
settings = "Settings"
|
||||
|
||||
@@ -1195,7 +1195,7 @@ name = "Scope Name"
|
||||
delete = "Delete"
|
||||
|
||||
[ui.dev.clients.general.security]
|
||||
private = "Private"
|
||||
private = "Server Side App"
|
||||
pkce = "PKCE"
|
||||
title = "Security Settings"
|
||||
|
||||
@@ -1217,7 +1217,7 @@ subtitle = "Tenant admin on-call"
|
||||
title = "Owner"
|
||||
|
||||
[ui.dev.clients.registry]
|
||||
subtitle = "Relying Parties"
|
||||
subtitle = "Applications"
|
||||
title = "RP registry"
|
||||
|
||||
[ui.dev.clients.table]
|
||||
@@ -1229,7 +1229,7 @@ status = "Status"
|
||||
type = "Type"
|
||||
|
||||
[ui.dev.clients.type]
|
||||
private = "Private"
|
||||
private = "Server side App"
|
||||
pkce = "PKCE"
|
||||
|
||||
[ui.dev.dashboard]
|
||||
|
||||
Reference in New Issue
Block a user