From 6dd3df7531b315588c33d5eecd33d360938cdd9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D0=B4=D1=80=D0=B5=D0=B9=20=D0=91=D0=B0=D0=B1?= =?UTF-8?q?=D1=83=D1=88=D0=BA=D0=B8=D0=BD?= Date: Fri, 7 Mar 2025 11:58:28 +0100 Subject: [PATCH] fix locales --- .../Dashboard/components/WidgetSessions/WidgetSessions.tsx | 6 +++--- frontend/app/locales/en.json | 4 +++- frontend/app/locales/es.json | 4 +++- frontend/app/locales/fr.json | 4 +++- frontend/app/locales/ru.json | 4 +++- frontend/app/locales/zh.json | 4 +++- 6 files changed, 18 insertions(+), 8 deletions(-) diff --git a/frontend/app/components/Dashboard/components/WidgetSessions/WidgetSessions.tsx b/frontend/app/components/Dashboard/components/WidgetSessions/WidgetSessions.tsx index 96f3f909d..69c10de42 100644 --- a/frontend/app/components/Dashboard/components/WidgetSessions/WidgetSessions.tsx +++ b/frontend/app/components/Dashboard/components/WidgetSessions/WidgetSessions.tsx @@ -217,7 +217,7 @@ function WidgetSessions(props: Props) {

- {metricStore.clickMapSearch ? 'Clicks' : 'Sessions'} + {metricStore.clickMapSearch ? t('Clicks') : t('Sessions')}

{metricStore.clickMapLabel @@ -233,7 +233,7 @@ function WidgetSessions(props: Props) { {' '}
{hasFilters && ( - + @@ -270,7 +270,7 @@ function WidgetSessions(props: Props) { > diff --git a/frontend/app/locales/en.json b/frontend/app/locales/en.json index 6ade6ee4d..ee89cf36c 100644 --- a/frontend/app/locales/en.json +++ b/frontend/app/locales/en.json @@ -1443,5 +1443,7 @@ "Dashboard": "Dashboard", "Assist (Live)": "Assist (Live)", "Assist (Call)": "Assist (Call)", - "Change Spot Visibility": "Change Spot Visibility" + "Change Spot Visibility": "Change Spot Visibility", + "Clear Drilldown": "Clear Drilldown", + "Select Series": "Select Series" } diff --git a/frontend/app/locales/es.json b/frontend/app/locales/es.json index f973d12a0..bd81d71de 100644 --- a/frontend/app/locales/es.json +++ b/frontend/app/locales/es.json @@ -1443,5 +1443,7 @@ "Dashboard": "Panel de control", "Assist (Live)": "Asistencia (En vivo)", "Assist (Call)": "Asistencia (Llamada)", - "Change Spot Visibility": "Cambiar visibilidad de Spot" + "Change Spot Visibility": "Cambiar visibilidad de Spot", + "Clear Drilldown": "Limpiar desglose", + "Select Series": "Seleccionar Serie" } diff --git a/frontend/app/locales/fr.json b/frontend/app/locales/fr.json index f1d5a293d..78faed5fd 100644 --- a/frontend/app/locales/fr.json +++ b/frontend/app/locales/fr.json @@ -1443,5 +1443,7 @@ "Dashboard": "Tableau de bord", "Assist (Live)": "Assistance (En direct)", "Assist (Call)": "Assistance (Appel)", - "Change Spot Visibility": "Modifier la visibilité du Spot" + "Change Spot Visibility": "Modifier la visibilité du Spot", + "Clear Drilldown": "Effacer le forage", + "Select Series": "Sélectionner la série" } diff --git a/frontend/app/locales/ru.json b/frontend/app/locales/ru.json index 6b34a01d9..b5e661f05 100644 --- a/frontend/app/locales/ru.json +++ b/frontend/app/locales/ru.json @@ -1443,5 +1443,7 @@ "Dashboard": "Дашборд", "Assist (Live)": "Assist (Live)", "Assist (Call)": "Assist (Call)", - "Change Spot Visibility": "Изменить видимость Spot" + "Change Spot Visibility": "Изменить видимость Spot", + "Clear Drilldown": "Очистить детализацию", + "Select Series": "Выбрать серию" } diff --git a/frontend/app/locales/zh.json b/frontend/app/locales/zh.json index 99af0c239..0c3871751 100644 --- a/frontend/app/locales/zh.json +++ b/frontend/app/locales/zh.json @@ -1443,5 +1443,7 @@ "Dashboard": "仪表板", "Assist (Live)": "Assist(实时协助)", "Assist (Call)": "Assist(通话协助)", - "Change Spot Visibility": "更改 Spot 可见性" + "Change Spot Visibility": "更改 Spot 可见性", + "Clear Drilldown": "清除下钻", + "Select Series": "选择系列" }