1
0
forked from baron/baron-sso

테넌트 페이지 타이틀/박스 타이틀 보조 문구 로케일 수정

This commit is contained in:
2026-05-18 16:04:46 +09:00
parent a1f3604b24
commit c9664b5844
5 changed files with 11 additions and 9 deletions

View File

@@ -932,7 +932,7 @@ function TenantListPage() {
<CardDescription>
{t(
"msg.admin.tenants.registry.count",
"총 {{count}}개 테넌트",
"총 {{count}}개 테넌트가 등록되어 있습니다.",
{
count: scopeTenantId ? scopedTenants.length : tenantTotal,
},

View File

@@ -244,7 +244,7 @@ import_result = "Created {{created}}, updated {{updated}}, failed {{failed}}"
missing_id = "No Tenant ID."
not_found = "Tenant not found."
remove_sub_confirm = 'Remove tenant "{{name}}" from sub-tenants?'
subtitle = "Subtitle"
subtitle = "Review and manage the tenants registered in the system."
[msg.admin.tenants.import_preview]
description = "Rows without tenant_id are compared with existing tenant candidates, then imported as new tenants or updates."
@@ -288,7 +288,7 @@ empty = "No members found."
limit_notice = "Showing members from the first 10 descendant organizations due to size limits."
[msg.admin.tenants.registry]
count = "Count"
count = "Total {{count}} tenants are registered."
[msg.admin.tenants.schema]
empty = "No custom fields defined. Click \"Add Field\" to begin."
@@ -1222,7 +1222,7 @@ local_search_placeholder = "Search tenant name or slug"
pick_tenant = "Pick tenant"
[ui.admin.tenants.registry]
title = "Tenant registry"
title = "Tenant Registry"
[ui.admin.tenants.schema]
add_field = "Add Field"

View File

@@ -292,7 +292,7 @@ empty = "소속된 사용자가 없습니다."
limit_notice = "하위 조직이 많아 상위 10개 조직의 멤버만 표시됩니다."
[msg.admin.tenants.registry]
count = "총 {{count}}개 테넌트"
count = "총 {{count}}개 테넌트가 등록되어 있습니다."
[msg.admin.tenants.schema]
empty = "등록된 커스텀 필드가 없습니다. 필드 추가를 눌러 시작하세요."