diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-10-10 02:18:44 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-10-10 02:18:44 +0000 |
commit | 4295fe67b73256328c0176a3ef1d8dac20f6b3b9 (patch) | |
tree | 669e7d7f43497a931c742e1ee70303117a7e9b9a /apps/weather_status | |
parent | 2ec160aec8ec8d67e8cc42d9f2a83406768b7b6d (diff) | |
download | nextcloud-server-4295fe67b73256328c0176a3ef1d8dac20f6b3b9.tar.gz nextcloud-server-4295fe67b73256328c0176a3ef1d8dac20f6b3b9.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/weather_status')
-rw-r--r-- | apps/weather_status/l10n/de.js | 1 | ||||
-rw-r--r-- | apps/weather_status/l10n/de.json | 1 | ||||
-rw-r--r-- | apps/weather_status/l10n/de_DE.js | 3 | ||||
-rw-r--r-- | apps/weather_status/l10n/de_DE.json | 3 | ||||
-rw-r--r-- | apps/weather_status/l10n/el.js | 1 | ||||
-rw-r--r-- | apps/weather_status/l10n/el.json | 1 | ||||
-rw-r--r-- | apps/weather_status/l10n/es.js | 1 | ||||
-rw-r--r-- | apps/weather_status/l10n/es.json | 1 | ||||
-rw-r--r-- | apps/weather_status/l10n/fr.js | 1 | ||||
-rw-r--r-- | apps/weather_status/l10n/fr.json | 1 | ||||
-rw-r--r-- | apps/weather_status/l10n/gl.js | 1 | ||||
-rw-r--r-- | apps/weather_status/l10n/gl.json | 1 | ||||
-rw-r--r-- | apps/weather_status/l10n/hu.js | 41 | ||||
-rw-r--r-- | apps/weather_status/l10n/hu.json | 39 | ||||
-rw-r--r-- | apps/weather_status/l10n/it.js | 1 | ||||
-rw-r--r-- | apps/weather_status/l10n/it.json | 1 | ||||
-rw-r--r-- | apps/weather_status/l10n/pl.js | 1 | ||||
-rw-r--r-- | apps/weather_status/l10n/pl.json | 1 |
18 files changed, 98 insertions, 2 deletions
diff --git a/apps/weather_status/l10n/de.js b/apps/weather_status/l10n/de.js index 149f4d2cb55..5a3a8bac9fc 100644 --- a/apps/weather_status/l10n/de.js +++ b/apps/weather_status/l10n/de.js @@ -27,6 +27,7 @@ OC.L10N.register( "Loading weather" : "Lade Wetter", "Set location for weather" : "Stelle Standort für Wetter ein.", "Remove from favorites" : "Von Favoriten entfernen", + "Add as favorite" : "Als Favorit hinzufügen", "You are not logged in." : "Du bist nicht angemeldet.", "There was an error getting the weather status information." : "Beim Abrufen der Wetterstatusinformationen ist ein Fehler aufgetreten.", "No weather information found" : "Keine Wetterinformationen gefunden", diff --git a/apps/weather_status/l10n/de.json b/apps/weather_status/l10n/de.json index 1ca9a567f9f..c4164659c4c 100644 --- a/apps/weather_status/l10n/de.json +++ b/apps/weather_status/l10n/de.json @@ -25,6 +25,7 @@ "Loading weather" : "Lade Wetter", "Set location for weather" : "Stelle Standort für Wetter ein.", "Remove from favorites" : "Von Favoriten entfernen", + "Add as favorite" : "Als Favorit hinzufügen", "You are not logged in." : "Du bist nicht angemeldet.", "There was an error getting the weather status information." : "Beim Abrufen der Wetterstatusinformationen ist ein Fehler aufgetreten.", "No weather information found" : "Keine Wetterinformationen gefunden", diff --git a/apps/weather_status/l10n/de_DE.js b/apps/weather_status/l10n/de_DE.js index 8fecfd97aa8..fdf96b2c48e 100644 --- a/apps/weather_status/l10n/de_DE.js +++ b/apps/weather_status/l10n/de_DE.js @@ -25,8 +25,9 @@ OC.L10N.register( "{temperature} {unit} Heavy rain showers at {time}" : "{temperature} {unit} Starke Regenschauer um {time}", "More weather for {adr}" : "Mehr Wetter für {adr}", "Loading weather" : "Lade Wetter", - "Set location for weather" : "Stelle Standort für Wetter ein.", + "Set location for weather" : "Stelle Standort für Wetterinformation ein.", "Remove from favorites" : "Aus Favoriten entfernen", + "Add as favorite" : "Als Favorit hinzufügen", "You are not logged in." : "Sie sind nicht angemeldet.", "There was an error getting the weather status information." : "Beim Abrufen der Wetterstatusinformationen ist ein Fehler aufgetreten.", "No weather information found" : "Keine Wetterinformationen gefunden", diff --git a/apps/weather_status/l10n/de_DE.json b/apps/weather_status/l10n/de_DE.json index f403db254b2..c52fdb9cbc8 100644 --- a/apps/weather_status/l10n/de_DE.json +++ b/apps/weather_status/l10n/de_DE.json @@ -23,8 +23,9 @@ "{temperature} {unit} Heavy rain showers at {time}" : "{temperature} {unit} Starke Regenschauer um {time}", "More weather for {adr}" : "Mehr Wetter für {adr}", "Loading weather" : "Lade Wetter", - "Set location for weather" : "Stelle Standort für Wetter ein.", + "Set location for weather" : "Stelle Standort für Wetterinformation ein.", "Remove from favorites" : "Aus Favoriten entfernen", + "Add as favorite" : "Als Favorit hinzufügen", "You are not logged in." : "Sie sind nicht angemeldet.", "There was an error getting the weather status information." : "Beim Abrufen der Wetterstatusinformationen ist ein Fehler aufgetreten.", "No weather information found" : "Keine Wetterinformationen gefunden", diff --git a/apps/weather_status/l10n/el.js b/apps/weather_status/l10n/el.js index c5f8e473acf..b32cfbafb8e 100644 --- a/apps/weather_status/l10n/el.js +++ b/apps/weather_status/l10n/el.js @@ -27,6 +27,7 @@ OC.L10N.register( "Loading weather" : "Φόρτωση καιρού", "Set location for weather" : "Ορισμός τοποθεσίας καιρού", "Remove from favorites" : "Αφαίρεση από τα αγαπημένα", + "Add as favorite" : "Προσθήκη ως αγαπημένο", "You are not logged in." : "Δεν έχετε συνδεθεί.", "There was an error getting the weather status information." : "Παρουσιάστηκε σφάλμα κατά τη λήψη των πληροφοριών σχετικά με την κατάσταση καιρού.", "No weather information found" : "Δεν βρέθηκαν πληροφορίες για τον καιρό", diff --git a/apps/weather_status/l10n/el.json b/apps/weather_status/l10n/el.json index 61272c096e7..521b001f3e2 100644 --- a/apps/weather_status/l10n/el.json +++ b/apps/weather_status/l10n/el.json @@ -25,6 +25,7 @@ "Loading weather" : "Φόρτωση καιρού", "Set location for weather" : "Ορισμός τοποθεσίας καιρού", "Remove from favorites" : "Αφαίρεση από τα αγαπημένα", + "Add as favorite" : "Προσθήκη ως αγαπημένο", "You are not logged in." : "Δεν έχετε συνδεθεί.", "There was an error getting the weather status information." : "Παρουσιάστηκε σφάλμα κατά τη λήψη των πληροφοριών σχετικά με την κατάσταση καιρού.", "No weather information found" : "Δεν βρέθηκαν πληροφορίες για τον καιρό", diff --git a/apps/weather_status/l10n/es.js b/apps/weather_status/l10n/es.js index 648cf4723f4..b53df055d13 100644 --- a/apps/weather_status/l10n/es.js +++ b/apps/weather_status/l10n/es.js @@ -27,6 +27,7 @@ OC.L10N.register( "Loading weather" : "Cargando previsión del tiempo", "Set location for weather" : "Seleccione la localización para el tiempo", "Remove from favorites" : "Quitar de favoritos", + "Add as favorite" : "Añadir como favorito", "You are not logged in." : "No ha iniciado sesión.", "There was an error getting the weather status information." : "Ha habido un error al obtener la información sobre la previsión del tiempo.", "No weather information found" : "No se ha encontrado información del tiempo", diff --git a/apps/weather_status/l10n/es.json b/apps/weather_status/l10n/es.json index 73475061adb..357e2ef290b 100644 --- a/apps/weather_status/l10n/es.json +++ b/apps/weather_status/l10n/es.json @@ -25,6 +25,7 @@ "Loading weather" : "Cargando previsión del tiempo", "Set location for weather" : "Seleccione la localización para el tiempo", "Remove from favorites" : "Quitar de favoritos", + "Add as favorite" : "Añadir como favorito", "You are not logged in." : "No ha iniciado sesión.", "There was an error getting the weather status information." : "Ha habido un error al obtener la información sobre la previsión del tiempo.", "No weather information found" : "No se ha encontrado información del tiempo", diff --git a/apps/weather_status/l10n/fr.js b/apps/weather_status/l10n/fr.js index 4f551e32238..fd25dd61346 100644 --- a/apps/weather_status/l10n/fr.js +++ b/apps/weather_status/l10n/fr.js @@ -27,6 +27,7 @@ OC.L10N.register( "Loading weather" : "Chargement de la météo", "Set location for weather" : "Définir l'emplacement pour la météo", "Remove from favorites" : "Retirer des favoris", + "Add as favorite" : "Ajouter comme favori", "You are not logged in." : "Vous n'êtes pas connecté.", "There was an error getting the weather status information." : "Une erreur s'est produite lors de l'obtention des informations sur l'état de la météo.", "No weather information found" : "Aucune information météo", diff --git a/apps/weather_status/l10n/fr.json b/apps/weather_status/l10n/fr.json index c2c672b2faf..f755e5b3a04 100644 --- a/apps/weather_status/l10n/fr.json +++ b/apps/weather_status/l10n/fr.json @@ -25,6 +25,7 @@ "Loading weather" : "Chargement de la météo", "Set location for weather" : "Définir l'emplacement pour la météo", "Remove from favorites" : "Retirer des favoris", + "Add as favorite" : "Ajouter comme favori", "You are not logged in." : "Vous n'êtes pas connecté.", "There was an error getting the weather status information." : "Une erreur s'est produite lors de l'obtention des informations sur l'état de la météo.", "No weather information found" : "Aucune information météo", diff --git a/apps/weather_status/l10n/gl.js b/apps/weather_status/l10n/gl.js index fb4478dc439..ddd97bdbe48 100644 --- a/apps/weather_status/l10n/gl.js +++ b/apps/weather_status/l10n/gl.js @@ -27,6 +27,7 @@ OC.L10N.register( "Loading weather" : "Cargando as previsións", "Set location for weather" : "Estabelecer a localización para as previsións meteorolóxicas", "Remove from favorites" : "Retirar de favoritos", + "Add as favorite" : "Engadir como favorito", "You are not logged in." : "Aínda non accedeu.", "There was an error getting the weather status information." : "Produciuse un erro ao obter a información do estado do tempo.", "No weather information found" : "Non se atopou información meteorolóxica", diff --git a/apps/weather_status/l10n/gl.json b/apps/weather_status/l10n/gl.json index 35e117f548b..9c2fb99cee6 100644 --- a/apps/weather_status/l10n/gl.json +++ b/apps/weather_status/l10n/gl.json @@ -25,6 +25,7 @@ "Loading weather" : "Cargando as previsións", "Set location for weather" : "Estabelecer a localización para as previsións meteorolóxicas", "Remove from favorites" : "Retirar de favoritos", + "Add as favorite" : "Engadir como favorito", "You are not logged in." : "Aínda non accedeu.", "There was an error getting the weather status information." : "Produciuse un erro ao obter a información do estado do tempo.", "No weather information found" : "Non se atopou información meteorolóxica", diff --git a/apps/weather_status/l10n/hu.js b/apps/weather_status/l10n/hu.js new file mode 100644 index 00000000000..ecb552e16e4 --- /dev/null +++ b/apps/weather_status/l10n/hu.js @@ -0,0 +1,41 @@ +OC.L10N.register( + "weather_status", + { + "Unknown address" : "Ismeretlen cím", + "No result." : "Nincs eredmény", + "Malformed JSON data." : "Sérült JSON adat.", + "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.", + "Detect location" : "Helymeghatározás", + "Set custom address" : "Egyéni cím beállítása", + "Favorites" : "Kedvencek", + "{temperature} {unit} Clear sky at {time}" : "{temperature} {unit} Tiszta égbolt {time}-kor", + "{temperature} {unit} Cloudy at {time}" : "{temperature} {unit} Felhős égbolt {time}-kor", + "{temperature} {unit} Fair day at {time}" : "{temperature} {unit} Kellemes nap {time}-kor", + "{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} 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", + "More weather for {adr}" : "További időjárás a {adr} címhez", + "Loading weather" : "Időjárás betöltése", + "Set location for weather" : "Tartózkodási hely beállítása az időjáráshoz", + "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.", + "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." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/weather_status/l10n/hu.json b/apps/weather_status/l10n/hu.json new file mode 100644 index 00000000000..5d2dd91dbfb --- /dev/null +++ b/apps/weather_status/l10n/hu.json @@ -0,0 +1,39 @@ +{ "translations": { + "Unknown address" : "Ismeretlen cím", + "No result." : "Nincs eredmény", + "Malformed JSON data." : "Sérült JSON adat.", + "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.", + "Detect location" : "Helymeghatározás", + "Set custom address" : "Egyéni cím beállítása", + "Favorites" : "Kedvencek", + "{temperature} {unit} Clear sky at {time}" : "{temperature} {unit} Tiszta égbolt {time}-kor", + "{temperature} {unit} Cloudy at {time}" : "{temperature} {unit} Felhős égbolt {time}-kor", + "{temperature} {unit} Fair day at {time}" : "{temperature} {unit} Kellemes nap {time}-kor", + "{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} 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", + "More weather for {adr}" : "További időjárás a {adr} címhez", + "Loading weather" : "Időjárás betöltése", + "Set location for weather" : "Tartózkodási hely beállítása az időjáráshoz", + "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.", + "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." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/weather_status/l10n/it.js b/apps/weather_status/l10n/it.js index 1395cc1a930..ab94f14a929 100644 --- a/apps/weather_status/l10n/it.js +++ b/apps/weather_status/l10n/it.js @@ -27,6 +27,7 @@ OC.L10N.register( "Loading weather" : "Caricamento meteo", "Set location for weather" : "Imposta la località per il meteo", "Remove from favorites" : "Rimuovi dai preferiti", + "Add as favorite" : "Aggiungi come preferito", "You are not logged in." : "Accesso non effettuato.", "There was an error getting the weather status information." : "Si è verificato un errore durante il recupero delle informazioni meteo.", "No weather information found" : "Nessuna informazione meteo trovata", diff --git a/apps/weather_status/l10n/it.json b/apps/weather_status/l10n/it.json index 92e5247faac..5e877148d61 100644 --- a/apps/weather_status/l10n/it.json +++ b/apps/weather_status/l10n/it.json @@ -25,6 +25,7 @@ "Loading weather" : "Caricamento meteo", "Set location for weather" : "Imposta la località per il meteo", "Remove from favorites" : "Rimuovi dai preferiti", + "Add as favorite" : "Aggiungi come preferito", "You are not logged in." : "Accesso non effettuato.", "There was an error getting the weather status information." : "Si è verificato un errore durante il recupero delle informazioni meteo.", "No weather information found" : "Nessuna informazione meteo trovata", diff --git a/apps/weather_status/l10n/pl.js b/apps/weather_status/l10n/pl.js index 97d1a2f788c..05497d6dde6 100644 --- a/apps/weather_status/l10n/pl.js +++ b/apps/weather_status/l10n/pl.js @@ -27,6 +27,7 @@ OC.L10N.register( "Loading weather" : "Ładowanie pogody", "Set location for weather" : "Ustaw lokalizację dla pogody", "Remove from favorites" : "Usuń z ulubionych", + "Add as favorite" : "Dodaj jako ulubione", "You are not logged in." : "Nie jesteś zalogowany.", "There was an error getting the weather status information." : "Wystąpił błąd podczas pobierania informacji o stanie pogody.", "No weather information found" : "Nie znaleziono informacji o pogodzie", diff --git a/apps/weather_status/l10n/pl.json b/apps/weather_status/l10n/pl.json index dd45f631aa2..91ea76cf6df 100644 --- a/apps/weather_status/l10n/pl.json +++ b/apps/weather_status/l10n/pl.json @@ -25,6 +25,7 @@ "Loading weather" : "Ładowanie pogody", "Set location for weather" : "Ustaw lokalizację dla pogody", "Remove from favorites" : "Usuń z ulubionych", + "Add as favorite" : "Dodaj jako ulubione", "You are not logged in." : "Nie jesteś zalogowany.", "There was an error getting the weather status information." : "Wystąpił błąd podczas pobierania informacji o stanie pogody.", "No weather information found" : "Nie znaleziono informacji o pogodzie", |