cs.js 4.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. OC.L10N.register(
  2. "weather_status",
  3. {
  4. "Unknown address" : "Neznámá adresa",
  5. "No result." : "Bez výsledku.",
  6. "Malformed JSON data." : "Nesprávně formátovaná JSON data.",
  7. "Error" : "Chyba",
  8. "Weather status" : "Stav počasí",
  9. "Weather status in your dashboard" : "Stav počasí na vaší nástěnce",
  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." : "Napojení ohledně stavu počasí pro aplikaci Nástěnka.\n Polohu uživatele je možné zjistit automaticky nebo zadat ručně. Poté je zobrazována předpověď na příštích 6 hodin.\n Tento stav je také možné začlenit do ostatních míst, jako například Kalendář.",
  11. "Detect location" : "Zjistit polohu",
  12. "Set custom address" : "Nastavit vlastní adresu",
  13. "Favorites" : "Oblíbené",
  14. "{temperature} {unit} clear sky later today" : "{temperature} {unit} bude jasná obloha",
  15. "{temperature} {unit} clear sky" : "{temperature} {unit} jasná obloha",
  16. "{temperature} {unit} cloudy later today" : "{temperature} {unit} bude zataženo",
  17. "{temperature} {unit} cloudy" : "{temperature} {unit} zataženo",
  18. "{temperature} {unit} fair weather later today" : "{temperature} {unit} bude hezky",
  19. "{temperature} {unit} fair weather" : "{temperature} {unit} krásné počasí",
  20. "{temperature} {unit} partly cloudy later today" : "{temperature} {unit} bude polojasno",
  21. "{temperature} {unit} partly cloudy" : "{temperature} {unit} polojasno",
  22. "{temperature} {unit} foggy later today" : "{temperature} {unit} bude mlhavo",
  23. "{temperature} {unit} foggy" : "{temperature} {unit} mlhavo",
  24. "{temperature} {unit} light rainfall later today" : "{temperature} {unit} bude drobně pršet",
  25. "{temperature} {unit} light rainfall" : "{temperature} {unit} drobný déšť",
  26. "{temperature} {unit} rainfall later today" : "{temperature} {unit} bude pršet",
  27. "{temperature} {unit} rainfall" : "{temperature} {unit} déšť",
  28. "{temperature} {unit} heavy rainfall later today" : "{temperature} {unit} bude vydatně pršet",
  29. "{temperature} {unit} heavy rainfall" : "{temperature} {unit} hustý déšť",
  30. "{temperature} {unit} rainfall showers later today" : "{temperature} {unit} budou přeháňky",
  31. "{temperature} {unit} rainfall showers" : "{temperature} {unit} přeháňky",
  32. "{temperature} {unit} light rainfall showers later today" : "{temperature} {unit} budou drobné přeháňky",
  33. "{temperature} {unit} light rainfall showers" : "{temperature} {unit} drobné přeháňky",
  34. "{temperature} {unit} heavy rainfall showers later today" : "{temperature} {unit} budou vydatné přeháňky",
  35. "{temperature} {unit} heavy rainfall showers" : "{temperature} {unit} intenzivní přeháňky",
  36. "More weather for {adr}" : "Více o počasí pro {adr}",
  37. "Loading weather" : "Načítání údajů o počasí",
  38. "Remove from favorites" : "Odebrat z oblíbených",
  39. "Add as favorite" : "Přidat do oblíbených",
  40. "You are not logged in." : "Nejste přihlášení.",
  41. "There was an error getting the weather status information." : "Při získávání informací o stavu počasí došlo k chybě.",
  42. "No weather information found" : "Nenalezeny žádné údaje o počasí",
  43. "Location not found" : "Umístění nenalezeno",
  44. "There was an error setting the location address." : "Při nastavování adresy umístění došlo k chybě.",
  45. "There was an error setting the location." : "Při nastavování umístění došlo k chybě.",
  46. "There was an error saving the mode." : "Při ukládání režimu došlo k chybě.",
  47. "There was an error using personal address." : "Při použití vaší osobní adresy došlo k chybě.",
  48. "Set location for weather" : "Nastavit místo pro které předpovídat počasí"
  49. },
  50. "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");