1
0
forked from baron/baron-sso

fix: 루트 locales와 프론트엔드 locales 동기화 및 i18n 체크 대응 #239

This commit is contained in:
2026-02-11 17:50:44 +09:00
parent b59e70031d
commit 6f397895d7
9 changed files with 95 additions and 53 deletions

View File

@@ -549,8 +549,6 @@ title = "회원가입 완료"
[ui.admin]
brand = "Baron 로그인"
title = "Admin Control"
brand = "Baron 로그인"
dev_role_switcher = "🛠 DEV Role Switcher"
title = "Admin Control"
@@ -844,9 +842,6 @@ role = "ROLE"
status = "STATUS"
tenant_dept = "TENANT / DEPT"
[ui.btn]
cancel = "취소"
save = "저장"
[ui.common]
add = "추가"
@@ -1094,8 +1089,6 @@ title = "Stack readiness"
plane = "Dev Plane"
subtitle = "Manage your applications"
[ui.nav]
dashboard = "대시보드"
[ui.userfront]
app_title = "Baron 로그인"
@@ -1309,10 +1302,15 @@ verify = "본인인증"
[ui.userfront.signup.success]
action = "로그인하기"
msg.admin.logout_confirm = "로그아웃 하시겠습니까?"
ui.admin.nav.logout = "로그아웃"
ui.admin.nav.relying_parties = "애플리케이션(RP)"
[ui.admin.nav]
api_keys = "API 키"
audit_logs = "감사 로그"
auth_guard = "인증 가드"
logout = "로그아웃"
overview = "개요"
relying_parties = "애플리케이션(RP)"
tenant_dashboard = "테넌트 대시보드"
tenant_groups = "테넌트 그룹"
tenants = "테넌트"
users = "사용자"