forked from baron/baron-sso
대시보드 기능 추가
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -500,6 +500,10 @@ openid = "OIDC 인증 필수 스코프"
|
||||
profile = "기본 프로필 정보 접근"
|
||||
|
||||
[msg.dev.dashboard]
|
||||
access_denied = "개요는 개발자 권한이 있어야 볼 수 있습니다."
|
||||
access_denied_detail = "개발자 권한 신청 페이지에서 신청을 등록한 뒤 승인을 받아주세요."
|
||||
access_pending = "개발자 권한 신청을 검토 중입니다."
|
||||
access_pending_detail = "super admin이 승인하면 개요와 개발자 기능을 사용할 수 있습니다."
|
||||
description = "연동 앱 구성과 인증 운영 지표를 한 곳에서 확인합니다."
|
||||
|
||||
[msg.dev.dashboard.hero]
|
||||
@@ -1663,7 +1667,7 @@ registry = "RP registry"
|
||||
rp_synced = "RP registry synced"
|
||||
|
||||
[ui.dev.dashboard.distribution]
|
||||
headless = "Headless Login"
|
||||
headless_hint = "이 중 Headless Login 사용 {{count}}"
|
||||
pkce = "PKCE"
|
||||
private = "Server side App"
|
||||
title = "애플리케이션 구성 요약"
|
||||
@@ -1671,13 +1675,13 @@ title = "애플리케이션 구성 요약"
|
||||
[ui.dev.dashboard.chart]
|
||||
aria = "RP 요청 현황"
|
||||
filter_all = "전체"
|
||||
login_requests = "로그인 요청"
|
||||
other_requests = "기타 요청"
|
||||
period_day = "일"
|
||||
period_month = "월"
|
||||
period_week = "주"
|
||||
series = "로그인 {{login}} / 기타 {{other}} / 사용자 {{subjects}}"
|
||||
title = "애플리케이션별 로그인요청/기타 요청 현황"
|
||||
series = "로그인 {{login}} / 사용자 {{subjects}}"
|
||||
title = "애플리케이션별 로그인 요청 현황"
|
||||
x_axis = "X축: 기간"
|
||||
y_axis = "Y축: 로그인 요청 수"
|
||||
|
||||
[ui.dev.dashboard.next]
|
||||
subtitle = "Ship the RP controls"
|
||||
|
||||
@@ -538,6 +538,10 @@ openid = ""
|
||||
profile = ""
|
||||
|
||||
[msg.dev.dashboard]
|
||||
access_denied = ""
|
||||
access_denied_detail = ""
|
||||
access_pending = ""
|
||||
access_pending_detail = ""
|
||||
description = ""
|
||||
|
||||
[msg.dev.dashboard.hero]
|
||||
@@ -1720,7 +1724,7 @@ registry = ""
|
||||
rp_synced = ""
|
||||
|
||||
[ui.dev.dashboard.distribution]
|
||||
headless = ""
|
||||
headless_hint = ""
|
||||
pkce = ""
|
||||
private = ""
|
||||
title = ""
|
||||
@@ -1728,13 +1732,13 @@ title = ""
|
||||
[ui.dev.dashboard.chart]
|
||||
aria = ""
|
||||
filter_all = ""
|
||||
login_requests = ""
|
||||
other_requests = ""
|
||||
period_day = ""
|
||||
period_month = ""
|
||||
period_week = ""
|
||||
series = ""
|
||||
title = ""
|
||||
x_axis = ""
|
||||
y_axis = ""
|
||||
|
||||
[ui.dev.dashboard.next]
|
||||
subtitle = ""
|
||||
|
||||
Reference in New Issue
Block a user