diff --git a/web/public/locales/hu/common.json b/web/public/locales/hu/common.json index bc25fc97b..fdebbf0e9 100644 --- a/web/public/locales/hu/common.json +++ b/web/public/locales/hu/common.json @@ -274,7 +274,8 @@ "export": "Exportálás", "deleteNow": "Törlés Most", "next": "Következő", - "continue": "Tovább" + "continue": "Tovább", + "add": "Hozzáad" }, "label": { "back": "Vissza", diff --git a/web/public/locales/hu/views/chat.json b/web/public/locales/hu/views/chat.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/web/public/locales/hu/views/chat.json @@ -0,0 +1 @@ +{} diff --git a/web/public/locales/hu/views/motionSearch.json b/web/public/locales/hu/views/motionSearch.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/web/public/locales/hu/views/motionSearch.json @@ -0,0 +1 @@ +{} diff --git a/web/public/locales/hu/views/replay.json b/web/public/locales/hu/views/replay.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/web/public/locales/hu/views/replay.json @@ -0,0 +1 @@ +{} diff --git a/web/public/locales/hu/views/settings.json b/web/public/locales/hu/views/settings.json index 858d0913f..3cf386f72 100644 --- a/web/public/locales/hu/views/settings.json +++ b/web/public/locales/hu/views/settings.json @@ -15,8 +15,8 @@ "cameraReview": "Kamera beállítások áttekintése – Frigate", "globalConfig": "Globális Konfiguráció - Frigate", "cameraConfig": "Kamera Konfiguráció - Frigate", - "maintenance": "Karbantartás - Fregatt", - "profiles": "Profilok - Fregatt" + "maintenance": "Karbantartás - Frigate", + "profiles": "Profilok - Frigate" }, "menu": { "ui": "UI", @@ -538,7 +538,7 @@ "all": "Mindem Maszk és Zóna" }, "motionMaskLabel": "Mozgási Maszk {{number}}", - "objectMaskLabel": "Tárgy Maszk {{number}} {{label}}", + "objectMaskLabel": "Tárgy Maszk {{number}}", "toast": { "success": { "copyCoordinates": "A {{polyName}} koordinátái vágólapra másolva." @@ -888,5 +888,10 @@ "overriddenGlobalTooltip": "Ez a kamera felülírja a globális konfigurációs beállításokat ebben a részben", "overriddenBaseConfig": "Felülírt (Alapbeállítás)", "overriddenBaseConfigTooltip": "A {{profile}} profil felülírja a konfigurációs beállításokat ebben a részben" + }, + "detectionModel": { + "plusActive": { + "label": "A jelenlegi modell forrása" + } } }