From 0ad1ce98adc82ee4a3f00686dff40415e49d8123 Mon Sep 17 00:00:00 2001 From: smanylov Date: Tue, 21 Apr 2026 13:11:51 +0700 Subject: [PATCH] change translates --- src/app/ui/dashboard/new/dashboard-user-stats.tsx | 2 +- src/app/ui/reports/analytics-card-geography.tsx | 2 +- src/app/ui/reports/final-summary.tsx | 2 +- src/app/ui/reports/reports-info.tsx | 2 +- src/app/ui/violations/violations-table.tsx | 4 ++-- src/i18n/messages/en.json | 4 +++- src/i18n/messages/ru.json | 6 ++++-- 7 files changed, 13 insertions(+), 9 deletions(-) diff --git a/src/app/ui/dashboard/new/dashboard-user-stats.tsx b/src/app/ui/dashboard/new/dashboard-user-stats.tsx index 9622ccf..99e289c 100644 --- a/src/app/ui/dashboard/new/dashboard-user-stats.tsx +++ b/src/app/ui/dashboard/new/dashboard-user-stats.tsx @@ -84,7 +84,7 @@ export default function DashboardUserStats() {
- {t('violations')} + {t('matches')}
diff --git a/src/app/ui/reports/analytics-card-geography.tsx b/src/app/ui/reports/analytics-card-geography.tsx index 28f9f7a..ac85486 100644 --- a/src/app/ui/reports/analytics-card-geography.tsx +++ b/src/app/ui/reports/analytics-card-geography.tsx @@ -41,7 +41,7 @@ export default function AnalyticsCardGeography() {

- {t('geography-of-violations')} + {t('geography-of-matches')}

{violationGeography && ( diff --git a/src/app/ui/reports/final-summary.tsx b/src/app/ui/reports/final-summary.tsx index 03e2d4f..1457404 100644 --- a/src/app/ui/reports/final-summary.tsx +++ b/src/app/ui/reports/final-summary.tsx @@ -41,7 +41,7 @@ export default function FinalSummary() { {violationStatistic?.total_violations ?? 0}
- {t('violations-found')} + {t('matches-found')}
diff --git a/src/app/ui/reports/reports-info.tsx b/src/app/ui/reports/reports-info.tsx index 9e9355b..7557204 100644 --- a/src/app/ui/reports/reports-info.tsx +++ b/src/app/ui/reports/reports-info.tsx @@ -37,7 +37,7 @@ export default function ReportsInfo() {
{violationStatistic?.total_violations ?? 0}
-
{t('violations-few')}
+
{t('matches')}
diff --git a/src/app/ui/violations/violations-table.tsx b/src/app/ui/violations/violations-table.tsx index bcf0d73..2bc84a1 100644 --- a/src/app/ui/violations/violations-table.tsx +++ b/src/app/ui/violations/violations-table.tsx @@ -163,7 +163,7 @@ export default function ViolationsTable() { header: ({ column }) => (
- {t('violation')} + {t('matches')}