1
0
forked from baron/baron-sso

누락 키 수정 및 린트 적용

This commit is contained in:
2026-05-12 18:04:41 +09:00
parent 878867f6cc
commit 298b919d1a
4 changed files with 67 additions and 66 deletions

View File

@@ -553,6 +553,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 = "Review RP composition and authentication operations in one place."
[msg.dev.dashboard.hero]
@@ -2210,21 +2214,21 @@ 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"
[ui.dev.dashboard.chart]
x_axis = "X-axis: Period"
y_axis = "Y-axis: Login requests"
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"
[ui.dev.dashboard.next]
subtitle = "Ship the RP controls"
@@ -2267,6 +2271,7 @@ plane = "Dev Plane"
subtitle = "Manage your applications"
[ui.dev.nav]
overview = "Overview"
clients = "Connected Application"
logout = "Logout"
developer_request = "Developer Access Request"