forked from baron/baron-sso
누락 및 불필요한 키 수정
This commit is contained in:
@@ -553,6 +553,7 @@ openid = "Openid"
|
||||
profile = "Profile"
|
||||
|
||||
[msg.dev.dashboard]
|
||||
description = "Review RP composition and authentication operations in one place."
|
||||
|
||||
[msg.dev.dashboard.hero]
|
||||
body = "Monitor RP readiness, consent activity, and operational status for the current developer workspace."
|
||||
@@ -560,6 +561,21 @@ title_emphasis = "Title Emphasis"
|
||||
title_prefix = "Title Prefix"
|
||||
title_suffix = "Title Suffix"
|
||||
|
||||
[msg.dev.dashboard.chart]
|
||||
empty = "No RP usage aggregates are available."
|
||||
filter_description = "View the graph for all apps or only the selected apps."
|
||||
forbidden = "This account does not have permission to view RP usage statistics."
|
||||
server_error = "A server error occurred while loading RP usage statistics."
|
||||
service_unavailable = "The RP usage aggregation service is not ready yet."
|
||||
unavailable_with_reason = "RP usage statistics are unavailable. {{reason}}"
|
||||
|
||||
[msg.dev.dashboard.distribution]
|
||||
description = "Quickly review application types and headless login usage."
|
||||
|
||||
[msg.dev.dashboard.recent]
|
||||
empty = "Review the RPs this account can access."
|
||||
none = "No linked applications are available."
|
||||
|
||||
[msg.dev.dashboard.notice]
|
||||
consent_audit = "Consent Audit"
|
||||
dev_scope = "Dev Scope"
|
||||
@@ -1141,6 +1157,11 @@ parent_organizations = "Parent Organizations"
|
||||
parent_unresolved = "Parent needs review"
|
||||
slug_exists = "slug conflict"
|
||||
title = "Confirm CSV import"
|
||||
csv_parents = "CSV import"
|
||||
parent = "Parent"
|
||||
parent_companies = "Companies"
|
||||
parent_company_groups = "Company groups"
|
||||
parent_organizations = "Organizations"
|
||||
|
||||
[ui.admin.tenants.admins]
|
||||
add_button = "Add Button"
|
||||
@@ -1316,6 +1337,8 @@ parent = "Parent Tenant (Optional)"
|
||||
parent_help = "Select a parent tenant if this is a subsidiary or sub-organization."
|
||||
|
||||
[ui.admin.tenants.parent]
|
||||
company_only = "Companies and groups only"
|
||||
search_placeholder = "Search by name or slug"
|
||||
local_search_placeholder = "Search tenant name or slug"
|
||||
pick_tenant = "Pick tenant"
|
||||
|
||||
@@ -2177,12 +2200,32 @@ private = "Server side App"
|
||||
|
||||
[ui.dev.dashboard]
|
||||
ready_badge = "devfront ready"
|
||||
title = "Dashboard"
|
||||
|
||||
[ui.dev.dashboard.badge]
|
||||
consent_guard = "Consent guard ready"
|
||||
oidc = "OIDC operations"
|
||||
policy_toggle = "Policy toggle enabled"
|
||||
registry = "RP registry"
|
||||
rp_synced = "RP registry synced"
|
||||
|
||||
[ui.dev.dashboard.distribution]
|
||||
headless = "Headless Login"
|
||||
pkce = "PKCE"
|
||||
private = "Server side App"
|
||||
title = "Application Distribution"
|
||||
|
||||
[ui.dev.dashboard.chart]
|
||||
aria = "RP request overview"
|
||||
filter_all = "All"
|
||||
login_requests = "Login requests"
|
||||
other_requests = "Other requests"
|
||||
period_day = "Day"
|
||||
period_month = "Month"
|
||||
period_week = "Week"
|
||||
series = "Login {{login}} / Other {{other}} / Users {{subjects}}"
|
||||
title = "Login and other requests by application"
|
||||
|
||||
[ui.dev.dashboard.next]
|
||||
subtitle = "Ship the RP controls"
|
||||
title = "Next actions"
|
||||
@@ -2200,11 +2243,25 @@ rp_requests = "Rp Requests"
|
||||
consent = "Consent grants"
|
||||
rp_status = "RP status"
|
||||
|
||||
[ui.dev.dashboard.quick_links]
|
||||
create_button = "Create RP"
|
||||
new_client = "New RP"
|
||||
title = "Quick links"
|
||||
|
||||
[ui.dev.dashboard.recent]
|
||||
title = "My Applications"
|
||||
|
||||
[ui.dev.dashboard.stack]
|
||||
notes = "Setup notes"
|
||||
subtitle = "Devfront baseline"
|
||||
title = "Stack readiness"
|
||||
|
||||
[ui.dev.dashboard.summary]
|
||||
active_clients = "Active RPs"
|
||||
active_sessions = "Active sessions"
|
||||
auth_failures_24h = "24h auth failures"
|
||||
total_clients = "Total RPs"
|
||||
|
||||
[ui.dev.header]
|
||||
plane = "Dev Plane"
|
||||
subtitle = "Manage your applications"
|
||||
|
||||
Reference in New Issue
Block a user