nextcloud/apps/weather_status/l10n/pl.js

42 lines
3.7 KiB
JavaScript
Raw Normal View History

2020-09-20 05:17:05 +03:00
OC.L10N.register(
"weather_status",
{
"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",
2020-09-24 05:17:48 +03:00
"Weather status integrated in the Dashboard app.\n User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app." : "Stan pogody zintegrowany z aplikacją Pulpit.\n Pozycja użytkownika może być określana automatycznie lub ręcznie. Następnie wyświetlana jest prognoza na 6 godzin.\n Stan pogody można również zintegrować w innych miejscach np. w aplikacji Kalendarz.",
2020-09-20 05:17:05 +03:00
"Detect location" : "Wykryj lokalizację",
2020-09-21 05:17:24 +03:00
"Set custom address" : "Ustaw adres własny",
2020-10-09 05:18:45 +03:00
"Favorites" : "Ulubione",
2020-09-20 05:17:05 +03:00
"{temperature} {unit} Clear sky at {time}" : "{temperature} {unit} Czyste niebo o {time}",
"{temperature} {unit} Cloudy at {time}" : "{temperature} {unit} Pochmurno o {time}",
"{temperature} {unit} Fair day at {time}" : "{temperature} {unit} Przyzwoity dzień o {time}",
"{temperature} {unit} Fair night at {time}" : "{temperature} {unit} Przyzwoita noc o {time}",
"{temperature} {unit} Partly cloudy at {time}" : "{temperature} {unit} Częściowe zachmurzenie o {time}",
"{temperature} {unit} Foggy at {time}" : "{temperature} {unit} Mgła o {time}",
"{temperature} {unit} Light rain at {time}" : "{temperature} {unit} Lekki deszcz o {time}",
"{temperature} {unit} Rain at {time}" : "{temperature} {unit} Deszcz o {time}",
"{temperature} {unit} Heavy rain at {time}" : "{temperature} {unit} Ulewa o {time}",
"{temperature} {unit} Rain showers at {time}" : "{temperature} {unit} Przelotny deszcz o {time}",
"{temperature} {unit} Light rain showers at {time}" : "{temperature} {unit} Lekki przelotny deszcz o {time}",
"{temperature} {unit} Heavy rain showers at {time}" : "{temperature} {unit} Ulewa przelotna o {time}",
"More weather for {adr}" : "Więcej pogody dla {adr}",
"Loading weather" : "Ładowanie pogody",
"Set location for weather" : "Ustaw lokalizację dla pogody",
2020-10-09 05:18:45 +03:00
"Remove from favorites" : "Usuń z ulubionych",
2020-10-10 05:18:44 +03:00
"Add as favorite" : "Dodaj jako ulubione",
2020-10-01 05:18:34 +03:00
"You are not logged in." : "Nie jesteś zalogowany.",
2020-09-20 05:17:05 +03:00
"There was an error getting the weather status information." : "Wystąpił błąd podczas pobierania informacji o stanie pogody.",
2020-09-29 05:17:55 +03:00
"No weather information found" : "Nie znaleziono informacji o pogodzie",
"Location not found" : "Nie znaleziono lokalizacji",
2020-09-20 05:17:05 +03: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.",
2020-09-23 05:17:50 +03:00
"There was an error using personal address." : "Wystąpił błąd podczas korzystania z własnego adresu.",
"Weather status integrated in the dashboard app.\n User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app." : "Stan pogody zintegrowany z aplikacją Pulpit.\nPozycja użytkownika może być określana automatycznie lub ręcznie. Następnie wyświetlana jest prognoza na 6 godzin.\nStan pogody można również zintegrować w innych miejscach np. w aplikacji Kalendarz."
2020-09-20 05:17:05 +03:00
},
"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);");