diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-09-24 02:17:48 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-09-24 02:17:48 +0000 |
commit | 260d0dff3b4c234f41a4baf7d3671edde24be871 (patch) | |
tree | b5d9651bd720c825e7d887e9db80f7dbdf9bb935 /apps/weather_status/l10n | |
parent | f62e880a6cfc3d826f0c106fdd46bb801b847378 (diff) | |
download | nextcloud-server-260d0dff3b4c234f41a4baf7d3671edde24be871.tar.gz nextcloud-server-260d0dff3b4c234f41a4baf7d3671edde24be871.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/weather_status/l10n')
-rw-r--r-- | apps/weather_status/l10n/cs.js | 1 | ||||
-rw-r--r-- | apps/weather_status/l10n/cs.json | 1 | ||||
-rw-r--r-- | apps/weather_status/l10n/fr.js | 25 | ||||
-rw-r--r-- | apps/weather_status/l10n/fr.json | 23 | ||||
-rw-r--r-- | apps/weather_status/l10n/gl.js | 3 | ||||
-rw-r--r-- | apps/weather_status/l10n/gl.json | 3 | ||||
-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 | ||||
-rw-r--r-- | apps/weather_status/l10n/tr.js | 1 | ||||
-rw-r--r-- | apps/weather_status/l10n/tr.json | 1 |
12 files changed, 60 insertions, 2 deletions
diff --git a/apps/weather_status/l10n/cs.js b/apps/weather_status/l10n/cs.js index f332886f200..b49d82b69b9 100644 --- a/apps/weather_status/l10n/cs.js +++ b/apps/weather_status/l10n/cs.js @@ -7,6 +7,7 @@ OC.L10N.register( "Error" : "Chyba", "Weather status" : "Stav počasí", "Weather status in your dashboard" : "Stav počasí ve vašem přehledu", + "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í stavu počasí pro aplikaci Přehled.\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ář.", "Detect location" : "Zjistit polohu", "Set custom address" : "Nastavit uživatelsky určenou adresu", "{temperature} {unit} Clear sky at {time}" : "{temperature} {unit} Jasné nebe v {time}", diff --git a/apps/weather_status/l10n/cs.json b/apps/weather_status/l10n/cs.json index 68a5b021d41..75365ac021d 100644 --- a/apps/weather_status/l10n/cs.json +++ b/apps/weather_status/l10n/cs.json @@ -5,6 +5,7 @@ "Error" : "Chyba", "Weather status" : "Stav počasí", "Weather status in your dashboard" : "Stav počasí ve vašem přehledu", + "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í stavu počasí pro aplikaci Přehled.\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ář.", "Detect location" : "Zjistit polohu", "Set custom address" : "Nastavit uživatelsky určenou adresu", "{temperature} {unit} Clear sky at {time}" : "{temperature} {unit} Jasné nebe v {time}", diff --git a/apps/weather_status/l10n/fr.js b/apps/weather_status/l10n/fr.js new file mode 100644 index 00000000000..d8016800240 --- /dev/null +++ b/apps/weather_status/l10n/fr.js @@ -0,0 +1,25 @@ +OC.L10N.register( + "weather_status", + { + "Unknown address" : "Adresse inconnue", + "No result." : "Aucun résultat", + "Error" : "Erreur", + "Weather status" : "Statut météo", + "Weather status in your dashboard" : "Statut météo sur votre tableau de bord", + "Detect location" : "Détecter la position", + "Set custom address" : "Définir une adresse personnalisée", + "{temperature} {unit} Clear sky at {time}" : "{temperature} {unit} Ciel dégagé à {time}", + "{temperature} {unit} Cloudy at {time}" : "{temperature} {unit} Nuageux à {time}", + "{temperature} {unit} Partly cloudy at {time}" : "{temperature} {unit} Partiellement nuageux à {time}", + "{temperature} {unit} Foggy at {time}" : "{temperature} {unit} Brouillard à {time}", + "{temperature} {unit} Light rain at {time}" : "{temperature} {unit} Faible pluie à {time}", + "{temperature} {unit} Rain at {time}" : "{temperature} {unit} Pluie à {time}", + "{temperature} {unit} Heavy rain at {time}" : "{temperature} {unit} Fortes pluies à {time}", + "{temperature} {unit} Rain showers at {time}" : "{temperature} {unit} Averses à {time}", + "{temperature} {unit} Light rain showers at {time}" : "{temperature} {unit} Faibles averses à {time}", + "{temperature} {unit} Heavy rain showers at {time}" : "{temperature} {unit} Fortes averses à {time}", + "Loading weather" : "Chargement de la météo", + "No weather information found" : "Aucune information météo", + "Location not found" : "Lieu non trouvé" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/apps/weather_status/l10n/fr.json b/apps/weather_status/l10n/fr.json new file mode 100644 index 00000000000..7a12cdd2ef8 --- /dev/null +++ b/apps/weather_status/l10n/fr.json @@ -0,0 +1,23 @@ +{ "translations": { + "Unknown address" : "Adresse inconnue", + "No result." : "Aucun résultat", + "Error" : "Erreur", + "Weather status" : "Statut météo", + "Weather status in your dashboard" : "Statut météo sur votre tableau de bord", + "Detect location" : "Détecter la position", + "Set custom address" : "Définir une adresse personnalisée", + "{temperature} {unit} Clear sky at {time}" : "{temperature} {unit} Ciel dégagé à {time}", + "{temperature} {unit} Cloudy at {time}" : "{temperature} {unit} Nuageux à {time}", + "{temperature} {unit} Partly cloudy at {time}" : "{temperature} {unit} Partiellement nuageux à {time}", + "{temperature} {unit} Foggy at {time}" : "{temperature} {unit} Brouillard à {time}", + "{temperature} {unit} Light rain at {time}" : "{temperature} {unit} Faible pluie à {time}", + "{temperature} {unit} Rain at {time}" : "{temperature} {unit} Pluie à {time}", + "{temperature} {unit} Heavy rain at {time}" : "{temperature} {unit} Fortes pluies à {time}", + "{temperature} {unit} Rain showers at {time}" : "{temperature} {unit} Averses à {time}", + "{temperature} {unit} Light rain showers at {time}" : "{temperature} {unit} Faibles averses à {time}", + "{temperature} {unit} Heavy rain showers at {time}" : "{temperature} {unit} Fortes averses à {time}", + "Loading weather" : "Chargement de la météo", + "No weather information found" : "Aucune information météo", + "Location not found" : "Lieu non trouvé" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +}
\ No newline at end of file diff --git a/apps/weather_status/l10n/gl.js b/apps/weather_status/l10n/gl.js index 3f187c28e0c..b692dd3a14a 100644 --- a/apps/weather_status/l10n/gl.js +++ b/apps/weather_status/l10n/gl.js @@ -7,6 +7,7 @@ OC.L10N.register( "Error" : "Erro", "Weather status" : "Estado meteorolóxico", "Weather status in your dashboard" : "Estado meteorolóxico no seu panel", + "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." : "Estado meteorolóxico integrado na aplicación do Taboleiro.\n A localización do usuario pódese determinar automaticamente ou definir manualmente. A seguir amósase unha previsión de 6 horas.\n Este estado tamén se pode integrar noutros lugares como a aplicación Calendario.", "Detect location" : "Detectar localización", "Set custom address" : "Establecer o enderezo personalizado", "{temperature} {unit} Clear sky at {time}" : "{temperature} {unit}, ceo despexado ás {time}", @@ -31,6 +32,6 @@ OC.L10N.register( "There was an error setting the location." : "Produciuse un erro ao axustar a localización", "There was an error saving the mode." : "Produciuse un erro ao gardar o modo.", "There was an error using personal address." : "Produciuse un erro ao usar o enderezo persoal.", - "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." : "Estado meteorolóxico integrado na aplicación do panel.\n A localización do usuario pódese determinar automaticamente ou definir manualmente. A seguir amósase unha previsión de 6 horas.\n Este estado tamén se pode integrar noutros lugares como a aplicación Calendario." + "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." : "Estado meteorolóxico integrado na aplicación do Taboleiro.\n A localización do usuario pódese determinar automaticamente ou definir manualmente. A seguir amósase unha previsión de 6 horas.\n Este estado tamén se pode integrar noutros lugares como a aplicación Calendario." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/weather_status/l10n/gl.json b/apps/weather_status/l10n/gl.json index 56f8fe7f568..a46fea20ce1 100644 --- a/apps/weather_status/l10n/gl.json +++ b/apps/weather_status/l10n/gl.json @@ -5,6 +5,7 @@ "Error" : "Erro", "Weather status" : "Estado meteorolóxico", "Weather status in your dashboard" : "Estado meteorolóxico no seu panel", + "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." : "Estado meteorolóxico integrado na aplicación do Taboleiro.\n A localización do usuario pódese determinar automaticamente ou definir manualmente. A seguir amósase unha previsión de 6 horas.\n Este estado tamén se pode integrar noutros lugares como a aplicación Calendario.", "Detect location" : "Detectar localización", "Set custom address" : "Establecer o enderezo personalizado", "{temperature} {unit} Clear sky at {time}" : "{temperature} {unit}, ceo despexado ás {time}", @@ -29,6 +30,6 @@ "There was an error setting the location." : "Produciuse un erro ao axustar a localización", "There was an error saving the mode." : "Produciuse un erro ao gardar o modo.", "There was an error using personal address." : "Produciuse un erro ao usar o enderezo persoal.", - "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." : "Estado meteorolóxico integrado na aplicación do panel.\n A localización do usuario pódese determinar automaticamente ou definir manualmente. A seguir amósase unha previsión de 6 horas.\n Este estado tamén se pode integrar noutros lugares como a aplicación Calendario." + "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." : "Estado meteorolóxico integrado na aplicación do Taboleiro.\n A localización do usuario pódese determinar automaticamente ou definir manualmente. A seguir amósase unha previsión de 6 horas.\n Este estado tamén se pode integrar noutros lugares como a aplicación Calendario." },"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 271d3c5934a..0c35e2915cb 100644 --- a/apps/weather_status/l10n/it.js +++ b/apps/weather_status/l10n/it.js @@ -7,6 +7,7 @@ OC.L10N.register( "Error" : "Errore", "Weather status" : "Stato meteo", "Weather status in your dashboard" : "Stato meteo nel tuo cruscotto", + "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." : "Meteo integrato nell'applicazione del cruscotto.\n La posizione dell'utente può essere determinata automaticamente o definita a mano. Vengono poi mostrate previsioni per 6 ore.\n Questo stato può anche essere integrato in altri posti come nell'applicazione Calendario.", "Detect location" : "Elimina località", "Set custom address" : "Imposta indirizzo personalizzato", "{temperature} {unit} Clear sky at {time}" : "{temperature} {unit} Cielo sereno alle {time}", diff --git a/apps/weather_status/l10n/it.json b/apps/weather_status/l10n/it.json index 0519af605ff..ab6cc958f38 100644 --- a/apps/weather_status/l10n/it.json +++ b/apps/weather_status/l10n/it.json @@ -5,6 +5,7 @@ "Error" : "Errore", "Weather status" : "Stato meteo", "Weather status in your dashboard" : "Stato meteo nel tuo cruscotto", + "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." : "Meteo integrato nell'applicazione del cruscotto.\n La posizione dell'utente può essere determinata automaticamente o definita a mano. Vengono poi mostrate previsioni per 6 ore.\n Questo stato può anche essere integrato in altri posti come nell'applicazione Calendario.", "Detect location" : "Elimina località", "Set custom address" : "Imposta indirizzo personalizzato", "{temperature} {unit} Clear sky at {time}" : "{temperature} {unit} Cielo sereno alle {time}", diff --git a/apps/weather_status/l10n/pl.js b/apps/weather_status/l10n/pl.js index ad0cf9e9cb6..04e11294151 100644 --- a/apps/weather_status/l10n/pl.js +++ b/apps/weather_status/l10n/pl.js @@ -7,6 +7,7 @@ OC.L10N.register( "Error" : "Błąd", "Weather status" : "Stan pogody", "Weather status in your dashboard" : "Stan pogody na pulpicie", + "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." : "Stan pogody zintegrowany z aplikacją Pulpit.\n Pozycja użytkownika może być określana automatycznie lub ręcznie. Następnie wyświetlana jest prognoza na 6 godzin.\n Stan pogody można również zintegrować w innych miejscach np. w aplikacji Kalendarz.", "Detect location" : "Wykryj lokalizację", "Set custom address" : "Ustaw adres własny", "{temperature} {unit} Clear sky at {time}" : "{temperature} {unit} Czyste niebo o {time}", diff --git a/apps/weather_status/l10n/pl.json b/apps/weather_status/l10n/pl.json index 51f58c45675..dbd7a520cda 100644 --- a/apps/weather_status/l10n/pl.json +++ b/apps/weather_status/l10n/pl.json @@ -5,6 +5,7 @@ "Error" : "Błąd", "Weather status" : "Stan pogody", "Weather status in your dashboard" : "Stan pogody na pulpicie", + "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." : "Stan pogody zintegrowany z aplikacją Pulpit.\n Pozycja użytkownika może być określana automatycznie lub ręcznie. Następnie wyświetlana jest prognoza na 6 godzin.\n Stan pogody można również zintegrować w innych miejscach np. w aplikacji Kalendarz.", "Detect location" : "Wykryj lokalizację", "Set custom address" : "Ustaw adres własny", "{temperature} {unit} Clear sky at {time}" : "{temperature} {unit} Czyste niebo o {time}", diff --git a/apps/weather_status/l10n/tr.js b/apps/weather_status/l10n/tr.js index 0c73260a4f1..6d0fb27bf6f 100644 --- a/apps/weather_status/l10n/tr.js +++ b/apps/weather_status/l10n/tr.js @@ -7,6 +7,7 @@ OC.L10N.register( "Error" : "Hata", "Weather status" : "Hava durumu", "Weather status in your dashboard" : "Panonuz için hava durumu", + "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." : "Pano uygulaması ile bütünleşik hava durumu.\n Kullanıcının konumu el ile de ayarlanabileceği gibi otomatik olarak da algılanabilir. 6 saatlik tahmin görüntülenir.\n Hava durumu Takvim gibi diğer uygulamalarla da kullanılabilir.", "Detect location" : "Konum algılansın", "Set custom address" : "Özel adres belirtin", "{temperature} {unit} Clear sky at {time}" : "{temperature} {unit} Açık {time}", diff --git a/apps/weather_status/l10n/tr.json b/apps/weather_status/l10n/tr.json index 02af1b608a5..27212c145a9 100644 --- a/apps/weather_status/l10n/tr.json +++ b/apps/weather_status/l10n/tr.json @@ -5,6 +5,7 @@ "Error" : "Hata", "Weather status" : "Hava durumu", "Weather status in your dashboard" : "Panonuz için hava durumu", + "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." : "Pano uygulaması ile bütünleşik hava durumu.\n Kullanıcının konumu el ile de ayarlanabileceği gibi otomatik olarak da algılanabilir. 6 saatlik tahmin görüntülenir.\n Hava durumu Takvim gibi diğer uygulamalarla da kullanılabilir.", "Detect location" : "Konum algılansın", "Set custom address" : "Özel adres belirtin", "{temperature} {unit} Clear sky at {time}" : "{temperature} {unit} Açık {time}", |