mirror of
https://github.com/jellyfin/jellyfin-expo.git
synced 2024-11-23 14:09:41 +00:00
546570d532
Currently translated at 93.3% (28 of 30 strings) Translation: Jellyfin/Jellyfin Expo Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-expo/pl/
53 lines
1.5 KiB
JSON
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"
|
|
}
|
|
}
|
|
}
|