mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-09-10 17:51:45 +02:00
Currently translated at 100.0% (114 of 114 strings) Translated using Weblate (Polish) Currently translated at 100.0% (352 of 352 strings) Translated using Weblate (Polish) Currently translated at 100.0% (114 of 114 strings) Translated using Weblate (Polish) Currently translated at 100.0% (352 of 352 strings) Translated using Weblate (Polish) Currently translated at 100.0% (62 of 62 strings) Translated using Weblate (Polish) Currently translated at 100.0% (46 of 46 strings) Translated using Weblate (Polish) Currently translated at 100.0% (66 of 66 strings) Translated using Weblate (Polish) Currently translated at 100.0% (115 of 115 strings) Translated using Weblate (Polish) Currently translated at 100.0% (8 of 8 strings) Translated using Weblate (Polish) Currently translated at 100.0% (182 of 182 strings) Translated using Weblate (Polish) Currently translated at 100.0% (340 of 340 strings) Translated using Weblate (Polish) Currently translated at 100.0% (60 of 60 strings) Translated using Weblate (Polish) Currently translated at 100.0% (60 of 60 strings) Translated using Weblate (Polish) Currently translated at 100.0% (50 of 50 strings) Translated using Weblate (Polish) Currently translated at 100.0% (111 of 111 strings) Translated using Weblate (Polish) Currently translated at 100.0% (179 of 179 strings) Co-authored-by: Damian Radecki <damianradecki97@gmail.com> Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Mateusz Kulis <kulis.matis@gmail.com> Co-authored-by: Mateusz Paś <piciuok@gmail.com> Co-authored-by: Patryk Smoliński <smolinski.patryk@mensa.org.pl> Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/common/pl/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-camera/pl/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-dialog/pl/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-filter/pl/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-configeditor/pl/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-explore/pl/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-facelibrary/pl/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-settings/pl/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-system/pl/ Translation: Frigate NVR/common Translation: Frigate NVR/components-camera Translation: Frigate NVR/components-dialog Translation: Frigate NVR/components-filter Translation: Frigate NVR/views-configeditor Translation: Frigate NVR/views-explore Translation: Frigate NVR/views-facelibrary Translation: Frigate NVR/views-settings Translation: Frigate NVR/views-system
87 lines
3.4 KiB
JSON
87 lines
3.4 KiB
JSON
{
|
|
"group": {
|
|
"label": "Grupy kamer",
|
|
"add": "Dodaj grupę kamer",
|
|
"edit": "Edytuj grupę kamer",
|
|
"delete": {
|
|
"label": "Usuń grupę kamer",
|
|
"confirm": {
|
|
"title": "Potwierdź usuwanie",
|
|
"desc": "Czy jesteś pewny że chcesz usunąć grupę kamer <em>{{name}}</em>?"
|
|
}
|
|
},
|
|
"name": {
|
|
"placeholder": "Wprowadź nazwę…",
|
|
"label": "Nazwa",
|
|
"errorMessage": {
|
|
"mustLeastCharacters": "Nazwa grupy kamer musi mieć co najmniej 2 znaki.",
|
|
"exists": "Grupa kamer o takiej nazwie już istnieje.",
|
|
"nameMustNotPeriod": "Nazwa grupy kamer nie może zawierać kropki.",
|
|
"invalid": "Niepoprawna nazwa grupy kamer."
|
|
}
|
|
},
|
|
"cameras": {
|
|
"label": "Kamery",
|
|
"desc": "Wykierz kamery dla tej grupy."
|
|
},
|
|
"icon": "Ikona",
|
|
"success": "Grupa kamer ({{name}}) została zapisana.",
|
|
"camera": {
|
|
"setting": {
|
|
"audio": {
|
|
"tips": {
|
|
"document": "Czytaj dokumentację ",
|
|
"title": "Dźwięk musi być wysyłany z kamery i skonfigurowany w go2rtc dla tego strumienia."
|
|
}
|
|
},
|
|
"label": "Ustawienia Strumieniowania Kamery",
|
|
"title": "Ustawienia Strumieniowania {{cameraName}}",
|
|
"desc": "Zmień opcje strumieniowania na żywo dla pulpitu tej grupy kamer. <em>Te ustawienia są specyficzne dla urządzenia/przeglądarki.</em>",
|
|
"audioIsAvailable": "Dźwięk jest dostępny dla tego strumienia",
|
|
"audioIsUnavailable": "Dźwięk jest niedostępny dla tego strumienia",
|
|
"streamMethod": {
|
|
"label": "Metoda Strumieniowania",
|
|
"method": {
|
|
"noStreaming": {
|
|
"label": "Brak Strumieniowania",
|
|
"desc": "Obrazy z kamery będą aktualizowane tylko raz na minutę, bez strumieniowania na żywo."
|
|
},
|
|
"smartStreaming": {
|
|
"label": "Inteligentne Strumieniowanie (zalecane)",
|
|
"desc": "Inteligentne strumieniowanie aktualizuje obraz kamery raz na minutę gdy nie wykryto aktywności, aby oszczędzać przepustowość i zasoby. Gdy aktywność zostanie wykryta, obraz płynnie przełącza się na transmisję na żywo."
|
|
},
|
|
"continuousStreaming": {
|
|
"desc": {
|
|
"title": "Obraz kamery będzie zawsze strumieniowany na żywo, gdy jest widoczny na pulpicie, nawet jeśli nie wykryto aktywności.",
|
|
"warning": "Ciągłe strumieniowanie może powodować wysokie zużycie przepustowości i problemy z wydajnością. Używaj ostrożnie."
|
|
},
|
|
"label": "Ciągłe Strumieniowanie"
|
|
}
|
|
},
|
|
"placeholder": "Wybierz sposób strumieniowania"
|
|
},
|
|
"compatibilityMode": {
|
|
"label": "Tryb kompatybilności",
|
|
"desc": "Włącz tę opcję tylko jeśli transmisja na żywo z kamery wyświetla artefakty kolorów i ma ukośną linię po prawej stronie obrazu."
|
|
},
|
|
"placeholder": "Wybierz strumień",
|
|
"stream": "Strumień"
|
|
}
|
|
}
|
|
},
|
|
"debug": {
|
|
"options": {
|
|
"label": "Ustawienia",
|
|
"title": "Opcje",
|
|
"showOptions": "Pokaż Opcje",
|
|
"hideOptions": "Ukryj Opcje"
|
|
},
|
|
"timestamp": "Znacznik czasu",
|
|
"zones": "Strefy",
|
|
"mask": "Maski",
|
|
"regions": "Regiony",
|
|
"motion": "Ruch",
|
|
"boundingBox": "Ramka Ograniczająca"
|
|
}
|
|
}
|