From d679c42160c43453ad94fdcd5f19abb06e2b76dd Mon Sep 17 00:00:00 2001 From: Hosted Weblate Date: Thu, 18 Sep 2025 23:18:39 +0200 Subject: [PATCH] Translated using Weblate (Polish) Currently translated at 94.4% (68 of 72 strings) Translated using Weblate (Polish) Currently translated at 100.0% (10 of 10 strings) Co-authored-by: Hosted Weblate Co-authored-by: Millatarra Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-filter/pl/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-configeditor/pl/ Translation: Frigate NVR/components-filter Translation: Frigate NVR/views-configeditor --- web/public/locales/pl/components/filter.json | 6 ++++++ web/public/locales/pl/views/configEditor.json | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/web/public/locales/pl/components/filter.json b/web/public/locales/pl/components/filter.json index 30b19bee3..0ba008d2d 100644 --- a/web/public/locales/pl/components/filter.json +++ b/web/public/locales/pl/components/filter.json @@ -122,5 +122,11 @@ }, "zoneMask": { "filterBy": "Filtruj według maski strefy" + }, + "classes": { + "label": "Klasy", + "all": { + "title": "Wszystkie Klasy" + } } } diff --git a/web/public/locales/pl/views/configEditor.json b/web/public/locales/pl/views/configEditor.json index 2ebc8c613..a8c374044 100644 --- a/web/public/locales/pl/views/configEditor.json +++ b/web/public/locales/pl/views/configEditor.json @@ -12,5 +12,7 @@ }, "saveOnly": "Tylko zapisz", "saveAndRestart": "Zapisz i uruchom ponownie", - "confirm": "Zamknąć bez zapisu?" + "confirm": "Zamknąć bez zapisywania?", + "safeConfigEditor": "Edytor Konfiguracji (tryb bezpieczny)", + "safeModeDescription": "Frigate jest w trybie bezpiecznym przez błąd walidacji konfiguracji." }