forked from baron/baron-sso
local 브런치 code-check 오류 수정
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -70,6 +70,7 @@ greeting = "안녕하세요, {{name}}님"
|
||||
[ui.admin]
|
||||
brand = "Baron 로그인"
|
||||
dev_role_switcher = "🛠 DEV Role Switcher"
|
||||
dev_role_switcher_real = "실제 역할 사용"
|
||||
title = "Admin Control"
|
||||
|
||||
[ui.common]
|
||||
@@ -375,6 +376,7 @@ import_csv = "CSV 임포트"
|
||||
|
||||
[ui.admin.header]
|
||||
plane = "Admin Plane"
|
||||
subtitle = "관리 및 정책 운영"
|
||||
|
||||
[ui.admin.nav]
|
||||
api_keys = "API 키"
|
||||
@@ -463,7 +465,9 @@ plane = "Dev Plane"
|
||||
subtitle = "Manage your applications"
|
||||
|
||||
[ui.dev.session]
|
||||
auto_extend = "세션 만료 관리"
|
||||
active = "세션 활성"
|
||||
disabled = "자동 연장 비활성화"
|
||||
unknown = "알 수 없음"
|
||||
expired = "세션 만료"
|
||||
expiring = "만료 임박: {{minutes}}분 {{seconds}}초 남음"
|
||||
@@ -1277,6 +1281,7 @@ type = "유형"
|
||||
[ui.dev.clients.type]
|
||||
private = "Server side App"
|
||||
pkce = "PKCE"
|
||||
pkce_headless = "Headless PKCE"
|
||||
|
||||
[ui.dev.dashboard.badge]
|
||||
consent_guard = "Consent guard ready"
|
||||
|
||||
@@ -70,6 +70,7 @@ greeting = ""
|
||||
[ui.admin]
|
||||
brand = ""
|
||||
dev_role_switcher = ""
|
||||
dev_role_switcher_real = ""
|
||||
title = ""
|
||||
|
||||
[ui.common]
|
||||
@@ -375,6 +376,7 @@ import_csv = ""
|
||||
|
||||
[ui.admin.header]
|
||||
plane = ""
|
||||
subtitle = ""
|
||||
|
||||
[ui.admin.nav]
|
||||
api_keys = ""
|
||||
@@ -463,7 +465,9 @@ plane = ""
|
||||
subtitle = ""
|
||||
|
||||
[ui.dev.session]
|
||||
auto_extend = ""
|
||||
active = ""
|
||||
disabled = ""
|
||||
unknown = ""
|
||||
expired = ""
|
||||
expiring = ""
|
||||
@@ -1277,6 +1281,7 @@ type = ""
|
||||
[ui.dev.clients.type]
|
||||
pkce = ""
|
||||
private = ""
|
||||
pkce_headless = ""
|
||||
|
||||
[ui.dev.dashboard.badge]
|
||||
consent_guard = ""
|
||||
|
||||
Reference in New Issue
Block a user