diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-10-26 00:20:34 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-10-26 00:20:34 +0000 |
commit | dabab296ae5fb48766f2352899e81bc626d06608 (patch) | |
tree | 5ebf61a9e3fa1d91ce7fcd15ccf25bfb35416746 /apps/weather_status | |
parent | d25c662f4621132dd39cbe5f9458e55977684356 (diff) | |
download | nextcloud-server-dabab296ae5fb48766f2352899e81bc626d06608.tar.gz nextcloud-server-dabab296ae5fb48766f2352899e81bc626d06608.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/weather_status')
-rw-r--r-- | apps/weather_status/l10n/it.js | 3 | ||||
-rw-r--r-- | apps/weather_status/l10n/it.json | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/apps/weather_status/l10n/it.js b/apps/weather_status/l10n/it.js index 73dc11d3455..5a51d1597b7 100644 --- a/apps/weather_status/l10n/it.js +++ b/apps/weather_status/l10n/it.js @@ -15,6 +15,8 @@ OC.L10N.register( "{temperature} {unit} clear sky" : "{temperature} {unit} cielo sereno", "{temperature} {unit} cloudy later today" : "{temperature} {unit} nuvoloso più tardi in giornata", "{temperature} {unit} cloudy" : "{temperature} {unit} nuvoloso", + "{temperature} {unit} snow later today" : "{temperature} {unit} neve più tardi oggi", + "{temperature} {unit} snow" : "{temperature} {unit} neve", "{temperature} {unit} fair weather later today" : "{temperature} {unit} bel tempo più tardi in giornata", "{temperature} {unit} fair weather" : "{temperature} {unit} bel tempo", "{temperature} {unit} partly cloudy later today" : "{temperature} {unit} parzialmente nuvoloso più tardi in giornata", @@ -46,6 +48,7 @@ OC.L10N.register( "There was an error setting the location." : "Si è verificato un errore durante l'impostazione della località.", "There was an error saving the mode." : "Si è verificato un errore durante il salvataggio della modalità.", "There was an error using personal address." : "Si è verificato un errore usando l'indirizzo personale.", + "Unknown weather code" : "Codice meteo sconosciuto", "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." }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/weather_status/l10n/it.json b/apps/weather_status/l10n/it.json index 19e7cdb5765..f7217ae66c0 100644 --- a/apps/weather_status/l10n/it.json +++ b/apps/weather_status/l10n/it.json @@ -13,6 +13,8 @@ "{temperature} {unit} clear sky" : "{temperature} {unit} cielo sereno", "{temperature} {unit} cloudy later today" : "{temperature} {unit} nuvoloso più tardi in giornata", "{temperature} {unit} cloudy" : "{temperature} {unit} nuvoloso", + "{temperature} {unit} snow later today" : "{temperature} {unit} neve più tardi oggi", + "{temperature} {unit} snow" : "{temperature} {unit} neve", "{temperature} {unit} fair weather later today" : "{temperature} {unit} bel tempo più tardi in giornata", "{temperature} {unit} fair weather" : "{temperature} {unit} bel tempo", "{temperature} {unit} partly cloudy later today" : "{temperature} {unit} parzialmente nuvoloso più tardi in giornata", @@ -44,6 +46,7 @@ "There was an error setting the location." : "Si è verificato un errore durante l'impostazione della località.", "There was an error saving the mode." : "Si è verificato un errore durante il salvataggio della modalità.", "There was an error using personal address." : "Si è verificato un errore usando l'indirizzo personale.", + "Unknown weather code" : "Codice meteo sconosciuto", "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." },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file |