forked from baron/baron-sso
다국어(i18n) 번역 리소스 업데이트
This commit is contained in:
@@ -227,25 +227,25 @@ subtitle = "Subtitle"
|
||||
|
||||
[msg.dev.clients.details]
|
||||
copy_client_id = "Client ID copied."
|
||||
copy_client_secret = "Copy Client Secret"
|
||||
copy_client_secret = "Client Secret copied."
|
||||
copy_endpoint = "{{label}} copied."
|
||||
load_error = "Error loading client: {{error}}"
|
||||
loading = "Loading client..."
|
||||
missing_id = "Client ID is required."
|
||||
redirect_saved = "Redirect URIs saved."
|
||||
rotate_confirm = "Rotate Confirm"
|
||||
rotate_error = "Rotate Error"
|
||||
save_error = "Save Error"
|
||||
secret_rotated = "Secret Rotated"
|
||||
rotate_confirm = "Warning: Rotating the Client Secret will invalidate the existing secret immediately.\nConnected applications may experience downtime. Do you want to proceed?"
|
||||
rotate_error = "Failed to rotate secret: {{error}}"
|
||||
save_error = "Failed to save: {{error}}"
|
||||
secret_rotated = "Client Secret has been rotated."
|
||||
secret_unavailable = "SECRET_NOT_AVAILABLE"
|
||||
subtitle = "Subtitle"
|
||||
subtitle = "Manage OIDC credentials and endpoints."
|
||||
|
||||
[msg.dev.clients.details.redirect]
|
||||
description = "Description"
|
||||
description = "A list of allowed URLs to redirect users to after successful authentication. You can enter multiple URLs separated by commas."
|
||||
|
||||
[msg.dev.clients.details.security]
|
||||
footer = "Footer"
|
||||
note = "Note"
|
||||
footer = "We recommend verifying admin session TTL, applying rate limits, and setting up notifications for secret rotation."
|
||||
note = "Keep endpoints read-only and ensure that secret rotation and copying are tracked in audit logs."
|
||||
|
||||
[msg.dev.clients.general]
|
||||
load_error = "Error loading client: {{error}}"
|
||||
@@ -301,8 +301,8 @@ dev_scope = "Dev Scope"
|
||||
hydra_health = "Hydra Health"
|
||||
|
||||
[msg.dev.sidebar]
|
||||
notice = "Notice"
|
||||
notice_detail = "Notice Detail"
|
||||
notice = "Developer Console"
|
||||
notice_detail = "Register and manage client applications."
|
||||
|
||||
[msg.info]
|
||||
saved_success = "Saved successfully."
|
||||
@@ -978,6 +978,13 @@ active_grants = "Active Grants"
|
||||
avg_scopes = "Avg. Scopes per User"
|
||||
total_scopes = "Total Scopes Issued"
|
||||
|
||||
[ui.dev.clients.stats]
|
||||
total = "Total Applications"
|
||||
active_sessions = "Active Sessions"
|
||||
auth_failures = "Auth Failures (24h)"
|
||||
realtime = "Realtime"
|
||||
stable = "Stable"
|
||||
|
||||
[ui.dev.clients.consents.table]
|
||||
action = "Action"
|
||||
first_granted = "First Granted"
|
||||
@@ -990,24 +997,24 @@ user = "User"
|
||||
[ui.dev.clients.details]
|
||||
|
||||
[ui.dev.clients.details.breadcrumb]
|
||||
current = "Current"
|
||||
section = "Applications"
|
||||
current = "App Details"
|
||||
section = "Connected Applications"
|
||||
|
||||
[ui.dev.clients.details.credentials]
|
||||
client_id = "Client ID"
|
||||
client_secret = "Client Secret"
|
||||
title = "Title"
|
||||
title = "Client Credentials"
|
||||
|
||||
[ui.dev.clients.details.endpoints]
|
||||
read_only = "Read Only"
|
||||
title = "Title"
|
||||
title = "OIDC Endpoints"
|
||||
|
||||
[ui.dev.clients.details.redirect]
|
||||
callback_label = "Callback Label"
|
||||
label = "Redirect URIs"
|
||||
placeholder = "https://your-app.com/callback, http://localhost:3000/auth/callback"
|
||||
save = "Save"
|
||||
title = "Title"
|
||||
title = "Redirection Settings"
|
||||
|
||||
[ui.dev.clients.details.secret]
|
||||
hide = "Hide"
|
||||
@@ -1015,7 +1022,7 @@ rotate = "Rotate"
|
||||
show = "Show"
|
||||
|
||||
[ui.dev.clients.details.security]
|
||||
title = "Title"
|
||||
title = "Security Note"
|
||||
|
||||
[ui.dev.clients.details.tab]
|
||||
connection = "Federation"
|
||||
@@ -1144,6 +1151,7 @@ unknown = "Unknown"
|
||||
expired = "Session expired"
|
||||
expiring = "Expiring soon: {{minutes}}m {{seconds}}s left"
|
||||
remaining = "Expires in: {{minutes}}m {{seconds}}s"
|
||||
refresh = "Refresh session expiry"
|
||||
|
||||
[ui.userfront]
|
||||
app_title = "Baron SW Portal"
|
||||
|
||||
Reference in New Issue
Block a user