0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-03-13 16:03:55 +00:00
nextcloud_server/apps/weather_status/l10n/pl.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

47 lines
3.7 KiB
JSON
Raw Normal View History

2020-09-20 02:17:05 +00:00
{ "translations": {
"Unknown address" : "Nieznany adres",
"No result." : "Brak wyników.",
"Malformed JSON data." : "Nieprawidłowe dane JSON.",
"Error" : "Błąd",
"Weather status" : "Stan pogody",
"Weather status in your dashboard" : "Stan pogody na pulpicie",
"{temperature} {unit} clear sky later today" : "{temperature} {unit} bezchmurne niebo później dzisiaj",
"{temperature} {unit} clear sky" : "{temperature} {unit} czyste niebo",
"{temperature} {unit} cloudy later today" : "{temperature} {unit} pochmurno później dzisiaj",
"{temperature} {unit} cloudy" : "{temperature} {unit} pochmurno",
"{temperature} {unit} fair weather later today" : "{temperature} {unit} ładna pogoda później dzisiaj",
"{temperature} {unit} fair weather" : "{temperature} {unit} ładna pogoda",
"{temperature} {unit} partly cloudy later today" : "{temperature} {unit} częściowe zachmurzenie później dzisiaj",
"{temperature} {unit} partly cloudy" : "{temperature} {unit} częściowe zachmurzenie",
"{temperature} {unit} foggy later today" : "{temperature} {unit} mgła później dzisiaj",
"{temperature} {unit} foggy" : "{temperature} {unit} mgła",
"{temperature} {unit} light rainfall later today" : "{temperature} {unit} lekkie opady deszczu później dzisiaj",
"{temperature} {unit} light rainfall" : "{temperature} {unit} lekkie opady deszczu",
"{temperature} {unit} rainfall later today" : "{temperature} {unit} opady deszczu później dzisiaj",
"{temperature} {unit} rainfall" : "{temperature} {unit} opady deszczu",
"{temperature} {unit} heavy rainfall later today" : "{temperature} {unit} ulewne opady deszczu później dzisiaj",
"{temperature} {unit} heavy rainfall" : "{temperature} {unit} ulewne opady deszczu",
"{temperature} {unit} rainfall showers later today" : "{temperature} {unit} przelotne opady deszczu później dzisiaj",
"{temperature} {unit} rainfall showers" : "{temperature} {unit} przelotne opady deszczu",
"{temperature} {unit} light rainfall showers later today" : "{temperature} {unit} lekkie przelotne opady deszczu później dzisiaj",
"{temperature} {unit} light rainfall showers" : "{temperature} {unit} lekkie przelotne opady deszczu",
"{temperature} {unit} heavy rainfall showers later today" : "{temperature} {unit} obfite opady deszczu później dzisiaj",
"{temperature} {unit} heavy rainfall showers" : "{temperature} {unit} ulewne opady deszczu",
2020-09-20 02:17:05 +00:00
"More weather for {adr}" : "Więcej pogody dla {adr}",
"Loading weather" : "Wczytywanie pogody",
"Set location for weather" : "Ustaw lokalizację dla pogody",
2020-10-09 02:18:45 +00:00
"Remove from favorites" : "Usuń z ulubionych",
2020-10-10 02:18:44 +00:00
"Add as favorite" : "Dodaj jako ulubione",
2020-10-01 02:18:34 +00:00
"You are not logged in." : "Nie jesteś zalogowany.",
2020-09-20 02:17:05 +00:00
"There was an error getting the weather status information." : "Wystąpił błąd podczas pobierania informacji o stanie pogody.",
2020-09-29 02:17:55 +00:00
"No weather information found" : "Nie znaleziono informacji o pogodzie",
"Location not found" : "Nie znaleziono lokalizacji",
2020-09-20 02:17:05 +00:00
"There was an error setting the location address." : "Wystąpił błąd podczas ustawiania adresu lokalizacji.",
"There was an error setting the location." : "Wystąpił błąd podczas ustawiania lokalizacji.",
"There was an error saving the mode." : "Wystąpił błąd podczas zapisywania trybu.",
"There was an error using personal address." : "Wystąpił błąd podczas korzystania z własnego adresu.",
"Detect location" : "Wykryj lokalizację",
"Set custom address" : "Ustaw adres własny",
"Favorites" : "Ulubione"
2020-09-20 02:17:05 +00:00
},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"
}