From df45b9bbc492cf4c3efa74c37d03a0ccbeae3938 Mon Sep 17 00:00:00 2001 From: Vincent Mahnke Date: Fri, 20 Mar 2026 19:17:31 +0100 Subject: [PATCH] fix: Adds missing localization --- web/www/sunders/i18n/stats/de.json | 3 +++ web/www/sunders/i18n/stats/en.json | 3 +++ web/www/sunders/i18n/stats/es.json | 3 +++ web/www/sunders/i18n/stats/fr.json | 3 +++ web/www/sunders/i18n/stats/it.json | 3 +++ web/www/sunders/i18n/stats/ru.json | 3 +++ 6 files changed, 18 insertions(+) diff --git a/web/www/sunders/i18n/stats/de.json b/web/www/sunders/i18n/stats/de.json index ab6bd26..c067237 100644 --- a/web/www/sunders/i18n/stats/de.json +++ b/web/www/sunders/i18n/stats/de.json @@ -59,6 +59,9 @@ "type5-0": "ANSE", "type5-1": "Automatische Nummernschilderkennung", "type5-2": "ANSE", + "type6-0": "Panoramakamera", + "type6-1": "überwacht meist einen 180°- oder 360°-Bereich", + "type6-2": "Panorama", "all": "alle", "Jan": "Jan", diff --git a/web/www/sunders/i18n/stats/en.json b/web/www/sunders/i18n/stats/en.json index bcf416d..ad27654 100644 --- a/web/www/sunders/i18n/stats/en.json +++ b/web/www/sunders/i18n/stats/en.json @@ -59,6 +59,9 @@ "type5-0": "ALPR", "type5-1": "Automatic Licence Plate Recognition", "type5-2": "ALPR", + "type6-0": "Panorama camera", + "type6-1": "usually observing a 180° or 360° area", + "type6-2": "Panorama", "all": "all", "Jan": "Jan", diff --git a/web/www/sunders/i18n/stats/es.json b/web/www/sunders/i18n/stats/es.json index 776731e..b30a830 100644 --- a/web/www/sunders/i18n/stats/es.json +++ b/web/www/sunders/i18n/stats/es.json @@ -59,6 +59,9 @@ "type5-0": "ICAP", "type5-1": "identificador automático de patentes", "type5-2": "ICAP", + "type6-0": "Cámara panorámica", + "type6-1": "suele observar un área de 180° o 360°", + "type6-2": "Panorámica", "all": "todo", "Jan": "Ene", diff --git a/web/www/sunders/i18n/stats/fr.json b/web/www/sunders/i18n/stats/fr.json index 8ecc09b..b6a20a9 100644 --- a/web/www/sunders/i18n/stats/fr.json +++ b/web/www/sunders/i18n/stats/fr.json @@ -59,6 +59,9 @@ "type5-0": "LAPI", "type5-1": "Lecture Automatisée de Plaques d’Immatriculation", "type5-2": "LAPI", + "type6-0": "Caméra panoramique", + "type6-1": "observe généralement une zone de 180° ou 360°", + "type6-2": "Panoramique", "all": "tout", "Jan": "Jan", diff --git a/web/www/sunders/i18n/stats/it.json b/web/www/sunders/i18n/stats/it.json index f4b262a..dd9ea09 100644 --- a/web/www/sunders/i18n/stats/it.json +++ b/web/www/sunders/i18n/stats/it.json @@ -59,6 +59,9 @@ "type5-0": "ALPR", "type5-1": "Riconoscimento automatico delle targhe", "type5-2": "ALPR", + "type6-0": "Telecamera panoramica", + "type6-1": "di solito osserva un'area di 180° o 360°", + "type6-2": "Panoramica", "all": "tutti", "Jan": "Gen", diff --git a/web/www/sunders/i18n/stats/ru.json b/web/www/sunders/i18n/stats/ru.json index cf2f560..fcd8d20 100644 --- a/web/www/sunders/i18n/stats/ru.json +++ b/web/www/sunders/i18n/stats/ru.json @@ -59,6 +59,9 @@ "type5-0": "АРНЗ", "type5-1": "Автоматическое Распознавание Номерных Знаков", "type5-2": "АРНЗ", + "type6-0": "Панорамная камера", + "type6-1": "обычно наблюдает зону обзора 180° или 360°", + "type6-2": "Панорамная", "all": "все", "Jan": "Янв",