1
0
forked from baron/baron-sso

대시보드 기능 추가

This commit is contained in:
2026-05-12 17:08:55 +09:00
parent 250bc297fa
commit 878867f6cc
4 changed files with 184 additions and 87 deletions

View File

@@ -500,6 +500,10 @@ openid = "Openid"
profile = "Profile"
[msg.dev.dashboard]
access_denied = "Overview is available only to users with developer access."
access_denied_detail = "Submit a request on the developer access page and wait for approval."
access_pending = "Your developer access request is under review."
access_pending_detail = "You can use the overview and developer features after a super admin approves it."
description = "View connected application composition and authentication operations metrics in one place."
[msg.dev.dashboard.hero]
@@ -1664,7 +1668,7 @@ registry = "RP registry"
rp_synced = "RP registry synced"
[ui.dev.dashboard.distribution]
headless = "Headless Login"
headless_hint = "{{count}} with Headless Login enabled"
pkce = "PKCE"
private = "Server side App"
title = "Application Distribution"
@@ -1672,13 +1676,13 @@ 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"
series = "Login {{login}} / Users {{subjects}}"
title = "Login requests by application"
x_axis = "X-axis: Period"
y_axis = "Y-axis: Login requests"
[ui.dev.dashboard.next]
subtitle = "Ship the RP controls"