diff options
Diffstat (limited to 'apps/weather_status/l10n/hu.js')
-rw-r--r-- | apps/weather_status/l10n/hu.js | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/apps/weather_status/l10n/hu.js b/apps/weather_status/l10n/hu.js index e7e91961742..8885188bcfd 100644 --- a/apps/weather_status/l10n/hu.js +++ b/apps/weather_status/l10n/hu.js @@ -2,18 +2,24 @@ OC.L10N.register( "weather_status", { "Unknown address" : "Ismeretlen cím", - "No result." : "Nincs eredmény", - "Malformed JSON data." : "Sérült JSON adat.", + "No result." : "Nincs találat.", + "Malformed JSON data." : "Sérült JSON adatok.", "Error" : "Hiba", - "Weather status" : "Időjárás", - "Weather status in your dashboard" : "Időjárás az irányítópultban", - "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." : "Az irányítópultba integrált időjárás előrejelzés. A felhasználó helyzete meghatározható automatikusan vagy egyénileg beállítva. 6 órás előrejelzés kerül megjenelítésre. Ez az információ máshol is megjeleníthető mint például a Naptár modui.", + "Weather status" : "Időjárás állapota", + "Weather status in your dashboard" : "Időjárás állapota az irányítópulton", + "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.", "Detect location" : "Helymeghatározás", "Set custom address" : "Egyéni cím beállítása", "Favorites" : "Kedvencek", + "{temperature} {unit} clear sky later today" : "{temperature} {unit} tiszta égbolt a nap további részében", "{temperature} {unit} clear sky" : "{temperature} {unit} tiszta égbolt", + "{temperature} {unit} cloudy later today" : "{temperature} {unit} felhős a nap további részében", "{temperature} {unit} cloudy" : "{temperature} {unit} felhős", + "{temperature} {unit} fair weather later today" : "{temperature} {unit} kellemes idő a nap további részében", + "{temperature} {unit} fair weather" : "{temperature} {unit} kellemes idő", + "{temperature} {unit} partly cloudy later today" : "{temperature} {unit} részben felhős a nap további részében", "{temperature} {unit} partly cloudy" : "{temperature} {unit} részben felhős", + "{temperature} {unit} foggy later today" : "{temperature} {unit} ködös a nap további részében", "{temperature} {unit} foggy" : "{temperature} {unit} ködös", "More weather for {adr}" : "További időjárás a {adr} címhez", "Loading weather" : "Időjárás betöltése", |