Translated using Weblate (Polish)

Currently translated at 100.0% (98 of 98 strings)

Translated using Weblate (Polish)

Currently translated at 95.9% (94 of 98 strings)

Translated using Weblate (Polish)

Currently translated at 100.0% (216 of 216 strings)

Translated using Weblate (Polish)

Currently translated at 100.0% (215 of 215 strings)

Co-authored-by: Damian Radecki <damianradecki97@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: J P <jpoloczek24@gmail.com>
Co-authored-by: Mateusz Kulis <kulis.matis@gmail.com>
Co-authored-by: przeniek <przeniek@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/common/pl/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-live/pl/
Translation: Frigate NVR/common
Translation: Frigate NVR/views-live
This commit is contained in:
Hosted Weblate 2026-02-03 09:07:23 +01:00 committed by Nicolas Mowen
parent b6e5894650
commit 4d63a74fd6
2 changed files with 21 additions and 9 deletions

View File

@ -6,9 +6,9 @@
"last7": "Ostatnie 7 dni", "last7": "Ostatnie 7 dni",
"last14": "Ostatnie 14 dni", "last14": "Ostatnie 14 dni",
"last30": "Ostatnie 30 dni", "last30": "Ostatnie 30 dni",
"thisWeek": "Ten tydzień", "thisWeek": "W tym tygodniu",
"lastWeek": "Ostatni tydzień", "lastWeek": "Ostatni tydzień",
"thisMonth": "Ten miesiąc", "thisMonth": "W tym miesiącu",
"lastMonth": "Ostatni miesiąc", "lastMonth": "Ostatni miesiąc",
"5minutes": "5 minut", "5minutes": "5 minut",
"10minutes": "10 minut", "10minutes": "10 minut",
@ -17,11 +17,11 @@
"untilForRestart": "Do czasu restartu Frigate.", "untilForRestart": "Do czasu restartu Frigate.",
"untilRestart": "Do restartu", "untilRestart": "Do restartu",
"ago": "{{timeAgo}} temu", "ago": "{{timeAgo}} temu",
"justNow": "Właśnie teraz", "justNow": "W tej chwili",
"today": "Dzisiaj", "today": "Dzisiaj",
"yesterday": "Wczoraj", "yesterday": "Wczoraj",
"pm": "po południu", "pm": "pm",
"am": "przed południem", "am": "am",
"yr": "{{time}}r", "yr": "{{time}}r",
"year_one": "{{time}} rok", "year_one": "{{time}} rok",
"year_few": "{{time}} lata", "year_few": "{{time}} lata",
@ -90,7 +90,8 @@
}, },
"inProgress": "W trakcie", "inProgress": "W trakcie",
"invalidStartTime": "Nieprawidłowy czas rozpoczęcia", "invalidStartTime": "Nieprawidłowy czas rozpoczęcia",
"invalidEndTime": "Nieprawidłowy czas zakończenia" "invalidEndTime": "Nieprawidłowy czas zakończenia",
"never": "Nigdy"
}, },
"unit": { "unit": {
"speed": { "speed": {
@ -106,8 +107,8 @@
"mbps": "MB/s", "mbps": "MB/s",
"gbps": "GB/s", "gbps": "GB/s",
"kbph": "kB/godz", "kbph": "kB/godz",
"mbph": "MB/godz", "mbph": "MB/h",
"gbph": "GB/godz" "gbph": "GB/h"
} }
}, },
"label": { "label": {
@ -116,7 +117,8 @@
"show": "Pokaż {{item}}", "show": "Pokaż {{item}}",
"ID": "ID", "ID": "ID",
"none": "Brak", "none": "Brak",
"all": "Wszystko" "all": "Wszystko",
"other": "Inne"
}, },
"button": { "button": {
"apply": "Zastosuj", "apply": "Zastosuj",

View File

@ -178,6 +178,16 @@
"restricted": { "restricted": {
"title": "Brak dostępnych kamer", "title": "Brak dostępnych kamer",
"description": "Nie masz uprawnień aby przeglądać kamery w tej grupie." "description": "Nie masz uprawnień aby przeglądać kamery w tej grupie."
},
"default": {
"title": "Nie skonfigurowano żadnej kamery",
"buttonText": "Dodaj kamerę",
"description": "Zacznij od podłączenia kamery do Frigate."
},
"group": {
"title": "Brak kamer w grupie",
"description": "Grupa kamer nie ma przypisanych ani włączonych kamer.",
"buttonText": "Zarządzaj grupami"
} }
}, },
"snapshot": { "snapshot": {