sk.js 4.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. OC.L10N.register(
  2. "weather_status",
  3. {
  4. "Unknown address" : "Neznáma adresa",
  5. "No result." : "Žiaden výsledok.",
  6. "Malformed JSON data." : "Chybné údaje JSON.",
  7. "Error" : "Chyba",
  8. "Weather status" : "Stav počasia",
  9. "Weather status in your dashboard" : "Stav počasia v informačnom paneli",
  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." : "Stav počasia integrovaný do aplikácie Dashboard.\n Poloha užívateľa môže byť automaticky zistená alebo manuálne zadaná. Zobrazuje sa 6 hodinová predpoveď počasia.\n Stav počasia je možné integrovať aj s inými miestami ako napríklad s aplikáciou Kalendár.",
  11. "Detect location" : "Zistiť polohu",
  12. "Set custom address" : "Nastaviť vlastnú adresu",
  13. "Favorites" : "Obľúbené",
  14. "{temperature} {unit} clear sky later today" : "{temperature} {unit} jasná obloha, neskôr v priebehu dňa",
  15. "{temperature} {unit} clear sky" : "{temperature} {unit} jasná obloha",
  16. "{temperature} {unit} cloudy later today" : "{temperature} {unit} oblačno, neskôr v priebehu dňa",
  17. "{temperature} {unit} cloudy" : "{temperature} {unit} oblačno",
  18. "{temperature} {unit} fair weather later today" : "{temperature} {unit} pekné počasie, neskôr v priebehu dňa",
  19. "{temperature} {unit} fair weather" : "{temperature} {unit} pekné počasie",
  20. "{temperature} {unit} partly cloudy later today" : "{temperature} {unit} čiastočne zamračené, neskôr v priebehu dňa",
  21. "{temperature} {unit} partly cloudy" : "{temperature} {unit} čiastočne zamračené",
  22. "{temperature} {unit} foggy later today" : "{temperature} {unit} hmlisto, neskôr v priebehu dňa",
  23. "{temperature} {unit} foggy" : "{temperature} {unit} hmlisto",
  24. "{temperature} {unit} light rainfall later today" : "{temperature} {unit} dnes neskôr slabé zrážky",
  25. "{temperature} {unit} light rainfall" : "{temperature} {unit} slabé zrážky",
  26. "{temperature} {unit} rainfall later today" : "{temperature} {unit} srážky, neskôr v priebehu dňa",
  27. "{temperature} {unit} rainfall" : "{temperature} {unit} zrážky",
  28. "{temperature} {unit} heavy rainfall later today" : "{temperature} {unit} silné zrážky, neskôr v priebehu dňa",
  29. "{temperature} {unit} heavy rainfall" : "{temperature} {unit} silné zrážky",
  30. "{temperature} {unit} rainfall showers later today" : "{temperature} {unit} dažďové prehánky dnes",
  31. "{temperature} {unit} rainfall showers" : "{temperature} {unit} dažďové prehánky",
  32. "{temperature} {unit} light rainfall showers later today" : "{temperature} {unit} dnes slabé dažďové prehánky",
  33. "{temperature} {unit} light rainfall showers" : "{temperature} {unit} slabé dažďové prehánky",
  34. "{temperature} {unit} heavy rainfall showers later today" : "{temperature} {unit} silné dažďové prehánky, neskôr v priebehu dňa",
  35. "{temperature} {unit} heavy rainfall showers" : "{temperature} {unit} silné dažďové prehánky",
  36. "More weather for {adr}" : "Viac o počasí pre {adr}",
  37. "Loading weather" : "Načítava sa počasie",
  38. "Remove from favorites" : "Odstrániť z obľúbených",
  39. "Add as favorite" : "Pridať k obľúbeným",
  40. "You are not logged in." : "Nie si prihlásený.",
  41. "There was an error getting the weather status information." : "Pri získavaní informácií o stave počasia sa vyskytla chyba.",
  42. "No weather information found" : "Nenašli sa žiadne informácie o počasí",
  43. "Location not found" : "Miesto sa nenašlo",
  44. "There was an error setting the location address." : "Pri nastavovaní adresy sa vyskytla chyba.",
  45. "There was an error setting the location." : "Pri nastavovaní polohy sa vyskytla chyba.",
  46. "There was an error saving the mode." : "Pri ukladaní režimu sa vyskytla chyba.",
  47. "There was an error using personal address." : "Pri použití osobnej adresy sa vyskytla chyba.",
  48. "Set location for weather" : "Nastaviť polohu pre predpoveď počasia"
  49. },
  50. "nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");