forked from baron/baron-sso
fix: i18n 리소스 체크 실패 대응 (template.toml 누락 키 추가 및 미사용 키 정리) #239
This commit is contained in:
@@ -43,6 +43,7 @@ missing = "Missing"
|
||||
[msg]
|
||||
|
||||
[msg.admin]
|
||||
logout_confirm = "Are you sure you want to log out?"
|
||||
idp_env_prod = "IDP env: prod"
|
||||
scope_admin = "Scoped to /admin"
|
||||
session_ttl = "Session TTL: 15m admin"
|
||||
@@ -1309,3 +1310,7 @@ action = "Action"
|
||||
msg.admin.logout_confirm = "Are you sure you want to log out?"
|
||||
ui.admin.nav.logout = "Logout"
|
||||
ui.admin.nav.relying_parties = "Apps (RP)"
|
||||
|
||||
[ui.admin.nav]
|
||||
logout = "Logout"
|
||||
tenant_groups = "Tenant Groups"
|
||||
|
||||
@@ -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 = "테넌트 그룹"
|
||||
|
||||
@@ -44,6 +44,7 @@ missing = ""
|
||||
|
||||
[msg.admin]
|
||||
idp_env_prod = ""
|
||||
logout_confirm = ""
|
||||
scope_admin = ""
|
||||
session_ttl = ""
|
||||
tenant_headers = ""
|
||||
@@ -659,6 +660,17 @@ name = ""
|
||||
[ui.admin.header]
|
||||
plane = ""
|
||||
|
||||
[ui.admin.nav]
|
||||
api_keys = ""
|
||||
audit_logs = ""
|
||||
auth_guard = ""
|
||||
logout = ""
|
||||
overview = ""
|
||||
tenant_dashboard = ""
|
||||
tenant_groups = ""
|
||||
tenants = ""
|
||||
users = ""
|
||||
|
||||
[ui.admin.overview]
|
||||
kicker = ""
|
||||
title = ""
|
||||
|
||||
Reference in New Issue
Block a user