pl.js 4.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. OC.L10N.register(
  2. "weather_status",
  3. {
  4. "Unknown address" : "Nieznany adres",
  5. "No result." : "Brak wyników.",
  6. "Malformed JSON data." : "Nieprawidłowe dane JSON.",
  7. "Error" : "Błąd",
  8. "Weather status" : "Stan pogody",
  9. "Weather status in your dashboard" : "Stan pogody na pulpicie",
  10. "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.",
  11. "Detect location" : "Wykryj lokalizację",
  12. "Set custom address" : "Ustaw adres własny",
  13. "Favorites" : "Ulubione",
  14. "{temperature} {unit} clear sky later today" : "{temperature} {unit} bezchmurne niebo później dzisiaj",
  15. "{temperature} {unit} clear sky" : "{temperature} {unit} czyste niebo",
  16. "{temperature} {unit} cloudy later today" : "{temperature} {unit} pochmurno później dzisiaj",
  17. "{temperature} {unit} cloudy" : "{temperature} {unit} pochmurno",
  18. "{temperature} {unit} fair weather later today" : "{temperature} {unit} ładna pogoda później dzisiaj",
  19. "{temperature} {unit} fair weather" : "{temperature} {unit} ładna pogoda",
  20. "{temperature} {unit} partly cloudy later today" : "{temperature} {unit} częściowe zachmurzenie później dzisiaj",
  21. "{temperature} {unit} partly cloudy" : "{temperature} {unit} częściowe zachmurzenie",
  22. "{temperature} {unit} foggy later today" : "{temperature} {unit} mgła później dzisiaj",
  23. "{temperature} {unit} foggy" : "{temperature} {unit} mgła",
  24. "{temperature} {unit} light rainfall later today" : "{temperature} {unit} lekkie opady deszczu później dzisiaj",
  25. "{temperature} {unit} light rainfall" : "{temperature} {unit} lekkie opady deszczu",
  26. "{temperature} {unit} rainfall later today" : "{temperature} {unit} opady deszczu później dzisiaj",
  27. "{temperature} {unit} rainfall" : "{temperature} {unit} opady deszczu",
  28. "{temperature} {unit} heavy rainfall later today" : "{temperature} {unit} ulewne opady deszczu później dzisiaj",
  29. "{temperature} {unit} heavy rainfall" : "{temperature} {unit} ulewne opady deszczu",
  30. "{temperature} {unit} rainfall showers later today" : "{temperature} {unit} przelotne opady deszczu później dzisiaj",
  31. "{temperature} {unit} rainfall showers" : "{temperature} {unit} przelotne opady deszczu",
  32. "{temperature} {unit} light rainfall showers later today" : "{temperature} {unit} lekkie przelotne opady deszczu później dzisiaj",
  33. "{temperature} {unit} light rainfall showers" : "{temperature} {unit} lekkie przelotne opady deszczu",
  34. "{temperature} {unit} heavy rainfall showers later today" : "{temperature} {unit} obfite opady deszczu później dzisiaj",
  35. "{temperature} {unit} heavy rainfall showers" : "{temperature} {unit} ulewne opady deszczu",
  36. "More weather for {adr}" : "Więcej pogody dla {adr}",
  37. "Loading weather" : "Wczytywanie pogody",
  38. "Remove from favorites" : "Usuń z ulubionych",
  39. "Add as favorite" : "Dodaj jako ulubione",
  40. "You are not logged in." : "Nie jesteś zalogowany.",
  41. "There was an error getting the weather status information." : "Wystąpił błąd podczas pobierania informacji o stanie pogody.",
  42. "No weather information found" : "Nie znaleziono informacji o pogodzie",
  43. "Location not found" : "Nie znaleziono lokalizacji",
  44. "There was an error setting the location address." : "Wystąpił błąd podczas ustawiania adresu lokalizacji.",
  45. "There was an error setting the location." : "Wystąpił błąd podczas ustawiania lokalizacji.",
  46. "There was an error saving the mode." : "Wystąpił błąd podczas zapisywania trybu.",
  47. "There was an error using personal address." : "Wystąpił błąd podczas korzystania z własnego adresu.",
  48. "Set location for weather" : "Ustaw lokalizację dla pogody"
  49. },
  50. "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);");