hu.js 4.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. OC.L10N.register(
  2. "weather_status",
  3. {
  4. "Unknown address" : "Ismeretlen cím",
  5. "No result." : "Nincs találat.",
  6. "Malformed JSON data." : "Sérült JSON adatok.",
  7. "Error" : "Hiba",
  8. "Weather status" : "Időjárás állapota",
  9. "Weather status in your dashboard" : "Időjárás állapota az irányítópulton",
  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." : "Irányítópultba integrált időjárási állapot. A felhasználó helyzete meghatározható automatikusan vagy egyénileg beállítható. Ezután egy 6 órás előrejelzés lesz megjelenítve. Ez az információ máshol is megjeleníthető, például a Naptár alkalmazásban.",
  11. "Detect location" : "Helymeghatározás",
  12. "Set custom address" : "Egyéni cím beállítása",
  13. "Favorites" : "Kedvencek",
  14. "{temperature} {unit} clear sky later today" : "{temperature} {unit} tiszta égbolt a nap további részében",
  15. "{temperature} {unit} clear sky" : "{temperature} {unit} tiszta égbolt",
  16. "{temperature} {unit} cloudy later today" : "{temperature} {unit} felhős a nap további részében",
  17. "{temperature} {unit} cloudy" : "{temperature} {unit} felhős",
  18. "{temperature} {unit} fair weather later today" : "{temperature} {unit} kellemes idő a nap további részében",
  19. "{temperature} {unit} fair weather" : "{temperature} {unit} kellemes idő",
  20. "{temperature} {unit} partly cloudy later today" : "{temperature} {unit} részben felhős a nap további részében",
  21. "{temperature} {unit} partly cloudy" : "{temperature} {unit} részben felhős",
  22. "{temperature} {unit} foggy later today" : "{temperature} {unit} ködös a nap további részében",
  23. "{temperature} {unit} foggy" : "{temperature} {unit} ködös",
  24. "{temperature} {unit} light rainfall later today" : "{temperature} {unit} enyhe esőzés a nap további részében",
  25. "{temperature} {unit} light rainfall" : "{temperature} {unit} enyhe esőzés",
  26. "{temperature} {unit} rainfall later today" : "{temperature} {unit} esőzés a nap további részében",
  27. "{temperature} {unit} rainfall" : "{temperature} {unit} esőzés",
  28. "{temperature} {unit} heavy rainfall later today" : "{temperature} {unit} kiadós esőzés a nap további részében",
  29. "{temperature} {unit} heavy rainfall" : "{temperature} {unit} kiadós esőzés",
  30. "{temperature} {unit} rainfall showers later today" : "{temperature} {unit} záporok a nap további részében",
  31. "{temperature} {unit} rainfall showers" : "{temperature} {unit} záporok",
  32. "{temperature} {unit} light rainfall showers later today" : "{temperature} {unit} enyhe záporok a nap további részében",
  33. "{temperature} {unit} light rainfall showers" : "{temperature} {unit} enyhe záporok",
  34. "{temperature} {unit} heavy rainfall showers later today" : "{temperature} {unit} kiadós záporok a nap további részében",
  35. "{temperature} {unit} heavy rainfall showers" : "{temperature} {unit} kiadós záporok",
  36. "More weather for {adr}" : "További időjárás a következőhöz: {adr}",
  37. "Loading weather" : "Időjárás betöltése",
  38. "Remove from favorites" : "Eltávolítás a kedvencekből",
  39. "Add as favorite" : "Hozzáadás kedvencként",
  40. "You are not logged in." : "Nincs bejelentkezve.",
  41. "There was an error getting the weather status information." : "Hiba lépett fel az időjárási információk lekérése során.",
  42. "No weather information found" : "Nem találhatók időjárási információk",
  43. "Location not found" : "A hely nem található",
  44. "There was an error setting the location address." : "Hiba történt a tartózkodási cím beállítása során.",
  45. "There was an error setting the location." : "Hiba történt a tartózkodási hely beállítása során.",
  46. "There was an error saving the mode." : "Hiba történt a mód mentése során.",
  47. "There was an error using personal address." : "Hiba történt a személyes cím használata során.",
  48. "Set location for weather" : "Tartózkodási hely beállítása az időjáráshoz"
  49. },
  50. "nplurals=2; plural=(n != 1);");