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"
|
||||
|
||||
Reference in New Issue
Block a user