Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-04-19 05:27:59 +0300
committerNextcloud bot <bot@nextcloud.com>2022-04-19 05:27:59 +0300
commit13dbad0080f31a5ae816779685070e8f94235d5a (patch)
tree9c910c8bc0f857c5aff41b76ee953e63e82528aa /apps/weather_status
parent84b91a1737a2766d5b6da3ec74c1fd5f4c608e50 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/weather_status')
-rw-r--r--apps/weather_status/l10n/hu.js38
-rw-r--r--apps/weather_status/l10n/hu.json38
2 files changed, 50 insertions, 26 deletions
diff --git a/apps/weather_status/l10n/hu.js b/apps/weather_status/l10n/hu.js
index 8885188bcfd..edc35474226 100644
--- a/apps/weather_status/l10n/hu.js
+++ b/apps/weather_status/l10n/hu.js
@@ -21,18 +21,30 @@ OC.L10N.register(
"{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",
+ "{temperature} {unit} light rainfall later today" : "{temperature} {unit} enyhe esőzés a nap további részében",
+ "{temperature} {unit} light rainfall" : "{temperature} {unit} enyhe esőzés",
+ "{temperature} {unit} rainfall later today" : "{temperature} {unit} esőzés a nap további részében",
+ "{temperature} {unit} rainfall" : "{temperature} {unit} esőzés",
+ "{temperature} {unit} heavy rainfall later today" : "{temperature} {unit} kiadós esőzés a nap további részében",
+ "{temperature} {unit} heavy rainfall" : "{temperature} {unit} kiadós esőzés",
+ "{temperature} {unit} rainfall showers later today" : "{temperature} {unit} záporok a nap további részében",
+ "{temperature} {unit} rainfall showers" : "{temperature} {unit} záporok",
+ "{temperature} {unit} light rainfall showers later today" : "{temperature} {unit} enyhe záporok a nap további részében",
+ "{temperature} {unit} light rainfall showers" : "{temperature} {unit} enyhe záporok",
+ "{temperature} {unit} heavy rainfall showers later today" : "{temperature} {unit} kiadós záporok a nap további részében",
+ "{temperature} {unit} heavy rainfall showers" : "{temperature} {unit} kiadós záporok",
+ "More weather for {adr}" : "További időjárás a következőhöz: {adr}",
"Loading weather" : "Időjárás betöltése",
"Remove from favorites" : "Eltávolítás a kedvencekből",
"Add as favorite" : "Hozzáadás kedvencként",
- "You are not logged in." : "Ön nincs bejelentkezve.",
- "There was an error getting the weather status information." : "Hiba lépett fel az időjárási információ elérése folyamán.",
- "No weather information found" : "Nem található időjárási információ",
- "Location not found" : "A helyszín nem található",
- "There was an error setting the location address." : "Probléma lépett fel a tartózkodási hely beállítása folyamán.",
- "There was an error setting the location." : "Probléma lépett fel a helyszín beállítása folyamán.",
- "There was an error saving the mode." : "Probléma lépett fel a mód beállítása folyamán.",
- "There was an error using personal address." : "Probléma lépett fel a személyes cím használata folyamán.",
+ "You are not logged in." : "Nincs bejelentkezve.",
+ "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.",
+ "No weather information found" : "Nem találhatók időjárási információk",
+ "Location not found" : "A hely nem található",
+ "There was an error setting the location address." : "Hiba történt a tartózkodási cím beállítása során.",
+ "There was an error setting the location." : "Hiba történt a tartózkodási hely beállítása során.",
+ "There was an error saving the mode." : "Hiba történt a mód mentése során.",
+ "There was an error using personal address." : "Hiba történt a személyes cím használata során.",
"Set location for weather" : "Tartózkodási hely beállítása az időjáráshoz",
"{temperature} {unit} Clear sky at {time}" : "{temperature} {unit} Tiszta égbolt {time}-kor",
"{temperature} {unit} Cloudy at {time}" : "{temperature} {unit} Felhős égbolt {time}-kor",
@@ -40,11 +52,11 @@ OC.L10N.register(
"{temperature} {unit} Fair night at {time}" : "{temperature} {unit} Kellemes éjszaka {time}-kor",
"{temperature} {unit} Partly cloudy at {time}" : "{temperature} {unit} Részben felhős {time}-kor",
"{temperature} {unit} Foggy at {time}" : "{temperature} {unit} Ködös {time}-kor",
- "{temperature} {unit} Light rain at {time}" : "{temperature} {unit} Gyenge eső {time}-kor",
+ "{temperature} {unit} Light rain at {time}" : "{temperature} {unit} Enyhe eső {time}-kor",
"{temperature} {unit} Rain at {time}" : "{temperature} {unit} Eső {time}-kor",
"{temperature} {unit} Heavy rain at {time}" : "{temperature} {unit} Kiadós eső {time}-kor",
- "{temperature} {unit} Rain showers at {time}" : "{temperature} {unit} Záporeső {time}-kor",
- "{temperature} {unit} Light rain showers at {time}" : "{temperature} {unit} Gyenge zápor {time}-kor",
- "{temperature} {unit} Heavy rain showers at {time}" : "{temperature} {unit} Kiadós záporeső {time}-kor"
+ "{temperature} {unit} Rain showers at {time}" : "{temperature} {unit} Zápor {time}-kor",
+ "{temperature} {unit} Light rain showers at {time}" : "{temperature} {unit} Enyhe zápor {time}-kor",
+ "{temperature} {unit} Heavy rain showers at {time}" : "{temperature} {unit} Kiadós zápor {time}-kor"
},
"nplurals=2; plural=(n != 1);");
diff --git a/apps/weather_status/l10n/hu.json b/apps/weather_status/l10n/hu.json
index 87af2155fe5..1c02bc8cb50 100644
--- a/apps/weather_status/l10n/hu.json
+++ b/apps/weather_status/l10n/hu.json
@@ -19,18 +19,30 @@
"{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",
+ "{temperature} {unit} light rainfall later today" : "{temperature} {unit} enyhe esőzés a nap további részében",
+ "{temperature} {unit} light rainfall" : "{temperature} {unit} enyhe esőzés",
+ "{temperature} {unit} rainfall later today" : "{temperature} {unit} esőzés a nap további részében",
+ "{temperature} {unit} rainfall" : "{temperature} {unit} esőzés",
+ "{temperature} {unit} heavy rainfall later today" : "{temperature} {unit} kiadós esőzés a nap további részében",
+ "{temperature} {unit} heavy rainfall" : "{temperature} {unit} kiadós esőzés",
+ "{temperature} {unit} rainfall showers later today" : "{temperature} {unit} záporok a nap további részében",
+ "{temperature} {unit} rainfall showers" : "{temperature} {unit} záporok",
+ "{temperature} {unit} light rainfall showers later today" : "{temperature} {unit} enyhe záporok a nap további részében",
+ "{temperature} {unit} light rainfall showers" : "{temperature} {unit} enyhe záporok",
+ "{temperature} {unit} heavy rainfall showers later today" : "{temperature} {unit} kiadós záporok a nap további részében",
+ "{temperature} {unit} heavy rainfall showers" : "{temperature} {unit} kiadós záporok",
+ "More weather for {adr}" : "További időjárás a következőhöz: {adr}",
"Loading weather" : "Időjárás betöltése",
"Remove from favorites" : "Eltávolítás a kedvencekből",
"Add as favorite" : "Hozzáadás kedvencként",
- "You are not logged in." : "Ön nincs bejelentkezve.",
- "There was an error getting the weather status information." : "Hiba lépett fel az időjárási információ elérése folyamán.",
- "No weather information found" : "Nem található időjárási információ",
- "Location not found" : "A helyszín nem található",
- "There was an error setting the location address." : "Probléma lépett fel a tartózkodási hely beállítása folyamán.",
- "There was an error setting the location." : "Probléma lépett fel a helyszín beállítása folyamán.",
- "There was an error saving the mode." : "Probléma lépett fel a mód beállítása folyamán.",
- "There was an error using personal address." : "Probléma lépett fel a személyes cím használata folyamán.",
+ "You are not logged in." : "Nincs bejelentkezve.",
+ "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.",
+ "No weather information found" : "Nem találhatók időjárási információk",
+ "Location not found" : "A hely nem található",
+ "There was an error setting the location address." : "Hiba történt a tartózkodási cím beállítása során.",
+ "There was an error setting the location." : "Hiba történt a tartózkodási hely beállítása során.",
+ "There was an error saving the mode." : "Hiba történt a mód mentése során.",
+ "There was an error using personal address." : "Hiba történt a személyes cím használata során.",
"Set location for weather" : "Tartózkodási hely beállítása az időjáráshoz",
"{temperature} {unit} Clear sky at {time}" : "{temperature} {unit} Tiszta égbolt {time}-kor",
"{temperature} {unit} Cloudy at {time}" : "{temperature} {unit} Felhős égbolt {time}-kor",
@@ -38,11 +50,11 @@
"{temperature} {unit} Fair night at {time}" : "{temperature} {unit} Kellemes éjszaka {time}-kor",
"{temperature} {unit} Partly cloudy at {time}" : "{temperature} {unit} Részben felhős {time}-kor",
"{temperature} {unit} Foggy at {time}" : "{temperature} {unit} Ködös {time}-kor",
- "{temperature} {unit} Light rain at {time}" : "{temperature} {unit} Gyenge eső {time}-kor",
+ "{temperature} {unit} Light rain at {time}" : "{temperature} {unit} Enyhe eső {time}-kor",
"{temperature} {unit} Rain at {time}" : "{temperature} {unit} Eső {time}-kor",
"{temperature} {unit} Heavy rain at {time}" : "{temperature} {unit} Kiadós eső {time}-kor",
- "{temperature} {unit} Rain showers at {time}" : "{temperature} {unit} Záporeső {time}-kor",
- "{temperature} {unit} Light rain showers at {time}" : "{temperature} {unit} Gyenge zápor {time}-kor",
- "{temperature} {unit} Heavy rain showers at {time}" : "{temperature} {unit} Kiadós záporeső {time}-kor"
+ "{temperature} {unit} Rain showers at {time}" : "{temperature} {unit} Zápor {time}-kor",
+ "{temperature} {unit} Light rain showers at {time}" : "{temperature} {unit} Enyhe zápor {time}-kor",
+ "{temperature} {unit} Heavy rain showers at {time}" : "{temperature} {unit} Kiadós zápor {time}-kor"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file