1
0
forked from baron/baron-sso

fix: i18n 리소스 체크 실패 대응 (template.toml 누락 키 추가 및 미사용 키 정리) #239

This commit is contained in:
2026-02-11 17:40:59 +09:00
parent 6ae35e1bd7
commit b59e70031d
3 changed files with 24 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ missing = "활성 세션이 없습니다."
[msg]
[msg.admin]
logout_confirm = "로그아웃 하시겠습니까?"
idp_env_prod = "IDP env: prod"
scope_admin = "Scoped to /admin"
session_ttl = "Session TTL: 15m admin"
@@ -548,6 +549,8 @@ title = "회원가입 완료"
[ui.admin]
brand = "Baron 로그인"
title = "Admin Control"
brand = "Baron 로그인"
dev_role_switcher = "🛠 DEV Role Switcher"
title = "Admin Control"
@@ -1309,3 +1312,7 @@ action = "로그인하기"
msg.admin.logout_confirm = "로그아웃 하시겠습니까?"
ui.admin.nav.logout = "로그아웃"
ui.admin.nav.relying_parties = "애플리케이션(RP)"
[ui.admin.nav]
logout = "로그아웃"
tenant_groups = "테넌트 그룹"