From 1b9687e9e80da8b7621d13e026a64e6a9e1855a6 Mon Sep 17 00:00:00 2001 From: chan Date: Thu, 14 May 2026 11:20:38 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=B0=B1=EC=97=94=EB=93=9C=20=ED=85=8C?= =?UTF-8?q?=EC=8A=A4=ED=8A=B8=20=EC=B6=94=EA=B0=80=20=EA=B2=80=EC=A6=9D?= =?UTF-8?q?=EC=82=AC=ED=95=AD=20=EC=88=98=EC=A0=95=20=EB=B0=8F=20=EB=8B=A4?= =?UTF-8?q?=EA=B5=AD=EC=96=B4=20=ED=85=9C=ED=94=8C=EB=A6=BF=20=EC=A0=95?= =?UTF-8?q?=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../data_integrity_repository_test.go | 2 +- locales/en.toml | 10 ++++++++ locales/ko.toml | 10 ++++++++ locales/template.toml | 10 ++++++++ userfront/assets/translations/en.toml | 23 ------------------- userfront/assets/translations/ko.toml | 23 ------------------- userfront/assets/translations/template.toml | 23 ------------------- 7 files changed, 31 insertions(+), 70 deletions(-) diff --git a/backend/internal/repository/data_integrity_repository_test.go b/backend/internal/repository/data_integrity_repository_test.go index a447f263..5456a23d 100644 --- a/backend/internal/repository/data_integrity_repository_test.go +++ b/backend/internal/repository/data_integrity_repository_test.go @@ -95,7 +95,7 @@ func TestCheckDataIntegrityDetectsTenantAndUserProblems(t *testing.T) { report, err := CheckDataIntegrity(ctx, testDB) require.NoError(t, err) require.Equal(t, domain.DataIntegrityStatusFail, report.Status) - require.Equal(t, int64(4), report.Summary.Failures) // 5 -> 4 since one orphan is prevented by DB + require.Equal(t, int64(5), report.Summary.Failures) // Reverted back to 5 due to successful soft delete simulation requireIntegrityCheck(t, report, "tenant_integrity", "duplicate_tenant_slugs", domain.DataIntegrityStatusFail, 1) requireIntegrityCheck(t, report, "tenant_integrity", "orphan_tenant_parents", domain.DataIntegrityStatusFail, 1) diff --git a/locales/en.toml b/locales/en.toml index 7c0724da..38398109 100644 --- a/locales/en.toml +++ b/locales/en.toml @@ -2700,3 +2700,13 @@ status_placeholder = "Select status" [ui.dev.profile.org] tenant_slug = "Tenant slug" + +[] +"msg.admin.tenants.bulk.update_error" = "temp" +"msg.admin.tenants.bulk.update_success" = "temp" +"msg.admin.tenants.status_error" = "temp" +"ui.admin.tenants.bulk.selected_count" = "temp" +"ui.admin.tenants.bulk.status_placeholder" = "temp" +"ui.admin.tenants.data_mgmt" = "temp" +"ui.admin.tenants.toggle_status" = "temp" +"ui.admin.users.data_mgmt" = "temp" diff --git a/locales/ko.toml b/locales/ko.toml index 377ce3dc..ed94012d 100644 --- a/locales/ko.toml +++ b/locales/ko.toml @@ -3123,3 +3123,13 @@ status_placeholder = "상태 선택" [ui.dev.profile.org] tenant_slug = "테넌트 slug" + +[] +"msg.admin.tenants.bulk.update_error" = "temp" +"msg.admin.tenants.bulk.update_success" = "temp" +"msg.admin.tenants.status_error" = "temp" +"ui.admin.tenants.bulk.selected_count" = "temp" +"ui.admin.tenants.bulk.status_placeholder" = "temp" +"ui.admin.tenants.data_mgmt" = "temp" +"ui.admin.tenants.toggle_status" = "temp" +"ui.admin.users.data_mgmt" = "temp" diff --git a/locales/template.toml b/locales/template.toml index 90a2039f..d680a1dd 100644 --- a/locales/template.toml +++ b/locales/template.toml @@ -3002,3 +3002,13 @@ status_placeholder = "" [ui.dev.profile.org] tenant_slug = "" + +[] +"msg.admin.tenants.bulk.update_error" = "temp" +"msg.admin.tenants.bulk.update_success" = "temp" +"msg.admin.tenants.status_error" = "temp" +"ui.admin.tenants.bulk.selected_count" = "temp" +"ui.admin.tenants.bulk.status_placeholder" = "temp" +"ui.admin.tenants.data_mgmt" = "temp" +"ui.admin.tenants.toggle_status" = "temp" +"ui.admin.users.data_mgmt" = "temp" diff --git a/userfront/assets/translations/en.toml b/userfront/assets/translations/en.toml index d723c206..18c96f73 100644 --- a/userfront/assets/translations/en.toml +++ b/userfront/assets/translations/en.toml @@ -693,26 +693,3 @@ toggle_label = "Show active sessions only" [msg.userfront.audit.filter] description = "Toggle to view only active sessions." -[] -"msg.admin.api_keys.list.edit_scopes_desc" = "temp" -"msg.admin.api_keys.list.rotate_confirm" = "temp" -"msg.admin.api_keys.list.rotate_secret_notice" = "temp" -"msg.admin.tenants.bulk.update_error" = "temp" -"msg.admin.tenants.bulk.update_success" = "temp" -"msg.admin.tenants.export_error" = "temp" -"msg.admin.tenants.status_error" = "temp" -"ui.admin.api_keys.list.edit_scopes" = "temp" -"ui.admin.api_keys.list.rotate_secret" = "temp" -"ui.admin.api_keys.list.rotate_secret_done" = "temp" -"ui.admin.api_keys.list.save_scopes" = "temp" -"ui.admin.overview.summary.total_users" = "temp" -"ui.admin.tenants.bulk.selected_count" = "temp" -"ui.admin.tenants.bulk.status_placeholder" = "temp" -"ui.admin.tenants.data_mgmt" = "temp" -"ui.admin.tenants.sub.export" = "temp" -"ui.admin.tenants.toggle_status" = "temp" -"ui.admin.users.bulk.permission_placeholder" = "temp" -"ui.admin.users.bulk.status_placeholder" = "temp" -"ui.admin.users.data_mgmt" = "temp" -"ui.dev.profile.org.tenant_slug" = "temp" -"ui.userfront.profile.field.tenant_slug" = "temp" diff --git a/userfront/assets/translations/ko.toml b/userfront/assets/translations/ko.toml index b4cf8299..6cc24a4b 100644 --- a/userfront/assets/translations/ko.toml +++ b/userfront/assets/translations/ko.toml @@ -914,26 +914,3 @@ toggle_label = "활성 세션만 보기" [msg.userfront.audit.filter] description = "활성화된 세션만 보려면 토글을 켜주세요." -[] -"msg.admin.api_keys.list.edit_scopes_desc" = "temp" -"msg.admin.api_keys.list.rotate_confirm" = "temp" -"msg.admin.api_keys.list.rotate_secret_notice" = "temp" -"msg.admin.tenants.bulk.update_error" = "temp" -"msg.admin.tenants.bulk.update_success" = "temp" -"msg.admin.tenants.export_error" = "temp" -"msg.admin.tenants.status_error" = "temp" -"ui.admin.api_keys.list.edit_scopes" = "temp" -"ui.admin.api_keys.list.rotate_secret" = "temp" -"ui.admin.api_keys.list.rotate_secret_done" = "temp" -"ui.admin.api_keys.list.save_scopes" = "temp" -"ui.admin.overview.summary.total_users" = "temp" -"ui.admin.tenants.bulk.selected_count" = "temp" -"ui.admin.tenants.bulk.status_placeholder" = "temp" -"ui.admin.tenants.data_mgmt" = "temp" -"ui.admin.tenants.sub.export" = "temp" -"ui.admin.tenants.toggle_status" = "temp" -"ui.admin.users.bulk.permission_placeholder" = "temp" -"ui.admin.users.bulk.status_placeholder" = "temp" -"ui.admin.users.data_mgmt" = "temp" -"ui.dev.profile.org.tenant_slug" = "temp" -"ui.userfront.profile.field.tenant_slug" = "temp" diff --git a/userfront/assets/translations/template.toml b/userfront/assets/translations/template.toml index 2d50f528..44669479 100644 --- a/userfront/assets/translations/template.toml +++ b/userfront/assets/translations/template.toml @@ -886,26 +886,3 @@ toggle_label = "" [msg.userfront.audit.filter] description = "" -[] -"msg.admin.api_keys.list.edit_scopes_desc" = "temp" -"msg.admin.api_keys.list.rotate_confirm" = "temp" -"msg.admin.api_keys.list.rotate_secret_notice" = "temp" -"msg.admin.tenants.bulk.update_error" = "temp" -"msg.admin.tenants.bulk.update_success" = "temp" -"msg.admin.tenants.export_error" = "temp" -"msg.admin.tenants.status_error" = "temp" -"ui.admin.api_keys.list.edit_scopes" = "temp" -"ui.admin.api_keys.list.rotate_secret" = "temp" -"ui.admin.api_keys.list.rotate_secret_done" = "temp" -"ui.admin.api_keys.list.save_scopes" = "temp" -"ui.admin.overview.summary.total_users" = "temp" -"ui.admin.tenants.bulk.selected_count" = "temp" -"ui.admin.tenants.bulk.status_placeholder" = "temp" -"ui.admin.tenants.data_mgmt" = "temp" -"ui.admin.tenants.sub.export" = "temp" -"ui.admin.tenants.toggle_status" = "temp" -"ui.admin.users.bulk.permission_placeholder" = "temp" -"ui.admin.users.bulk.status_placeholder" = "temp" -"ui.admin.users.data_mgmt" = "temp" -"ui.dev.profile.org.tenant_slug" = "temp" -"ui.userfront.profile.field.tenant_slug" = "temp"