forked from baron/baron-sso
fix: resolve i18n synchronization and fix backend tests
- Added missing i18n keys for integrity and tenant profile pages to root and adminfront locales. - Corrected i18n section structure in template.toml. - Fixed Hanmac email policy test by improving tenant hierarchy mocking and ensuring correct CompanyCode propagation. - Resolved various backend test failures by updating expectations for normalized roles and fixing undefined variables.
This commit is contained in:
@@ -1368,6 +1368,9 @@ subtitle = "Slug and status changes are applied immediately."
|
||||
title = "Tenant Profile"
|
||||
type = "Type"
|
||||
visibility = "Visibility"
|
||||
worksmobile_enabled = "Worksmobile Enabled"
|
||||
worksmobile_excluded = "Excluded from Worksmobile"
|
||||
worksmobile_sync = "Worksmobile Sync Status"
|
||||
|
||||
[ui.admin.tenants.profile.form]
|
||||
parent = "Parent Tenant (Optional)"
|
||||
@@ -2760,6 +2763,8 @@ subtitle = "Review and sync the Kratos user read model."
|
||||
description = "This screen is only available to super_admin users."
|
||||
|
||||
[ui.admin.integrity]
|
||||
tab_checks = "Integrity Checks"
|
||||
tab_user_projection = "User Projection"
|
||||
fetch_error = "Unable to load the final integrity check result."
|
||||
kicker = "System"
|
||||
loading = "Loading data integrity report..."
|
||||
|
||||
@@ -1831,6 +1831,9 @@ subtitle = "슬러그 및 상태 변경은 즉시 적용됩니다."
|
||||
title = "테넌트 프로필"
|
||||
type = "테넌트 유형"
|
||||
visibility = "공개 범위"
|
||||
worksmobile_enabled = "웍스모바일 활성화"
|
||||
worksmobile_excluded = "웍스모바일 제외"
|
||||
worksmobile_sync = "웍스모바일 동기화 상태"
|
||||
|
||||
[ui.admin.tenants.profile.form]
|
||||
parent = "상위 테넌트 (선택)"
|
||||
@@ -3183,10 +3186,16 @@ subtitle = "Kratos 사용자 read model을 확인하고 동기화 상태를 갱
|
||||
[msg.admin.user_projection.forbidden]
|
||||
description = "이 화면은 super_admin 권한으로만 접근할 수 있습니다."
|
||||
|
||||
[msg.admin.integrity]
|
||||
subtitle = "정합성 상태를 확인하고 데이터 모델 전반의 검증 결과를 살펴봅니다."
|
||||
|
||||
[ui.admin.integrity]
|
||||
tab_checks = "정합성 검사"
|
||||
tab_user_projection = "사용자 동기화"
|
||||
fetch_error = "정합성 최종 검증 결과를 불러오지 못했습니다."
|
||||
kicker = "시스템"
|
||||
loading = "불러오는 중"
|
||||
subtitle = "정합성 상태를 확인하고 데이터 모델 전반의 검증 결과를 살펴봅니다."
|
||||
title = "데이터 정합성 검증"
|
||||
|
||||
[ui.admin.integrity.forbidden]
|
||||
|
||||
@@ -3045,12 +3045,39 @@ description = ""
|
||||
[msg.admin.integrity.check.orphan_user_tenant_memberships]
|
||||
description = ""
|
||||
|
||||
[ui.admin.integrity]
|
||||
tab_checks = ""
|
||||
tab_user_projection = ""
|
||||
subtitle = ""
|
||||
|
||||
[ui.admin.tenants.profile]
|
||||
worksmobile_enabled = ""
|
||||
worksmobile_excluded = ""
|
||||
worksmobile_sync = ""
|
||||
allowed_domains = ""
|
||||
|
||||
|
||||
[msg.admin.integrity]
|
||||
subtitle = ""
|
||||
|
||||
[msg.admin.integrity.section.tenant_integrity]
|
||||
description = ""
|
||||
|
||||
[ui.admin.integrity]
|
||||
fetch_error = ""
|
||||
kicker = ""
|
||||
loading = ""
|
||||
subtitle = ""
|
||||
tab_checks = ""
|
||||
tab_user_projection = ""
|
||||
title = ""
|
||||
|
||||
[ui.admin.tenants.profile]
|
||||
allowed_domains = ""
|
||||
worksmobile_enabled = ""
|
||||
worksmobile_excluded = ""
|
||||
worksmobile_sync = ""
|
||||
|
||||
[msg.admin.integrity.section.user_integrity]
|
||||
description = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user