1
0
forked from baron/baron-sso

local 브런치 code-check 오류 수정

This commit is contained in:
2026-04-01 14:47:00 +09:00
parent 391773ac90
commit e5ebd26182
10 changed files with 48 additions and 30 deletions

View File

@@ -776,6 +776,7 @@ title = "Sign-up complete"
[ui.admin]
brand = "Brand"
dev_role_switcher = "🛠 DEV Role Switcher"
dev_role_switcher_real = "Use real role"
title = "Admin Control"
[ui.admin.api_keys]
@@ -899,6 +900,7 @@ name = "NAME"
[ui.admin.header]
plane = "Admin Plane"
subtitle = "Manage tenants, policies, and operators"
[ui.admin.nav]
api_keys = "API Keys"
@@ -1560,6 +1562,7 @@ type = "Type"
[ui.dev.clients.type]
pkce = "PKCE"
private = "Server side App"
pkce_headless = "Headless PKCE"
[ui.dev.dashboard]
ready_badge = "devfront ready"
@@ -1596,7 +1599,9 @@ plane = "Dev Plane"
subtitle = "Manage your applications"
[ui.dev.session]
auto_extend = "Session expiry controls"
active = "Checking expiration..."
disabled = "Auto extend disabled"
unknown = "Unknown"
expired = "Session expired"
expiring = "Expiring soon: {{minutes}}m {{seconds}}s left"