jellyfin-expo/langs/pl.json
Larvitar 546570d532 Translated using Weblate (Polish)
Currently translated at 93.3% (28 of 30 strings)

Translation: Jellyfin/Jellyfin Expo
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-expo/pl/
2020-07-25 23:02:56 -04:00

53 lines
1.5 KiB
JSON

{
"common": {
"cancel": "Anuluj",
"unknown": "Nieznane"
},
"headings": {
"addServer": "Dodaj Serwer",
"home": "Start",
"links": "Linki",
"servers": "Serwery",
"settings": "Ustawienia"
},
"addServer": {
"address": "Adres Serwera",
"validation": {
"empty": "$t(addServer.address) nie może być pusty",
"invalid": "$t(addServer.address) jest nieprawidłowy",
"invalidProduct": "",
"noConnection": "Nie udało się połączyć z serwerem"
}
},
"home": {
"offline": "Błąd przy łączeniu z serwerem Jellyfin.",
"retry": "Spróbować ponownie?"
},
"settings": {
"version": "Wersja: {{version}}",
"keepAwake": "Utrzymuj włączony ekran",
"rotationLock": "Zablokuj obrót",
"expoVersion": "Wersja Expo: {{version}}"
},
"links": {
"website": "Strona Jellyfin",
"documentation": "Dokumentacja",
"source": "Kod źrodłowy",
"translate": "Tłumacz",
"feature": "",
"issue": "Zgłoś błąd"
},
"alerts": {
"deleteServer": {
"title": "Usuń Serwer",
"description": "Na pewno chcesz usunąć serwer {{serverName}}?",
"confirm": "Usuń"
},
"resetApplication": {
"title": "Zresetuj aplikację",
"description": "Na pewno chcesz zresetować wszystkie ustawienia?",
"confirm": "Resetuj"
}
}
}