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-02-03 05:26:58 +0300
committerNextcloud bot <bot@nextcloud.com>2022-02-03 05:26:58 +0300
commite167d7f44ce9adb43b021e83b8782d3413081e45 (patch)
treecca9c4bdd9ecc610f21d8c8b1afa498afebc3ef1 /apps/weather_status/l10n
parent5e5c31ea845c9551e3846a193f9e00c212b9b4ce (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/weather_status/l10n')
-rw-r--r--apps/weather_status/l10n/es.js11
-rw-r--r--apps/weather_status/l10n/es.json11
2 files changed, 22 insertions, 0 deletions
diff --git a/apps/weather_status/l10n/es.js b/apps/weather_status/l10n/es.js
index f7415ac9a53..2f251a0076e 100644
--- a/apps/weather_status/l10n/es.js
+++ b/apps/weather_status/l10n/es.js
@@ -11,6 +11,17 @@ OC.L10N.register(
"Detect location" : "Detectar la ubicación",
"Set custom address" : "Configurar una dirección personalizada",
"Favorites" : "Favoritos",
+ "{temperature} {unit} clear sky" : "{temperature} {unit} Cielo despejado",
+ "{temperature} {unit} cloudy" : "{temperature} {unit} Nublado",
+ "{temperature} {unit} fair weather" : "{temperature} {unit} Buen día",
+ "{temperature} {unit} partly cloudy" : "{temperature} {unit} Parcialmente nublado",
+ "{temperature} {unit} foggy" : "{temperature} {unit} Con brumas",
+ "{temperature} {unit} light rain" : "{temperature} {unit} Lluvia ligera",
+ "{temperature} {unit} rain" : "{temperature} {unit} Lluvia",
+ "{temperature} {unit} heavy rain" : "{temperature} {unit} Lluvia intensa",
+ "{temperature} {unit} rain showers" : "{temperature} {unit} Chubascos",
+ "{temperature} {unit} light rain showers" : "{temperature} {unit} Chubascos ligeros",
+ "{temperature} {unit} heavy rain showers" : "{temperature} {unit} Chubascos intensos",
"More weather for {adr}" : "Más previsiones para {adr}",
"Loading weather" : "Cargando previsión del tiempo",
"Remove from favorites" : "Quitar de favoritos",
diff --git a/apps/weather_status/l10n/es.json b/apps/weather_status/l10n/es.json
index 0c9c7120f89..69c7316e6d0 100644
--- a/apps/weather_status/l10n/es.json
+++ b/apps/weather_status/l10n/es.json
@@ -9,6 +9,17 @@
"Detect location" : "Detectar la ubicación",
"Set custom address" : "Configurar una dirección personalizada",
"Favorites" : "Favoritos",
+ "{temperature} {unit} clear sky" : "{temperature} {unit} Cielo despejado",
+ "{temperature} {unit} cloudy" : "{temperature} {unit} Nublado",
+ "{temperature} {unit} fair weather" : "{temperature} {unit} Buen día",
+ "{temperature} {unit} partly cloudy" : "{temperature} {unit} Parcialmente nublado",
+ "{temperature} {unit} foggy" : "{temperature} {unit} Con brumas",
+ "{temperature} {unit} light rain" : "{temperature} {unit} Lluvia ligera",
+ "{temperature} {unit} rain" : "{temperature} {unit} Lluvia",
+ "{temperature} {unit} heavy rain" : "{temperature} {unit} Lluvia intensa",
+ "{temperature} {unit} rain showers" : "{temperature} {unit} Chubascos",
+ "{temperature} {unit} light rain showers" : "{temperature} {unit} Chubascos ligeros",
+ "{temperature} {unit} heavy rain showers" : "{temperature} {unit} Chubascos intensos",
"More weather for {adr}" : "Más previsiones para {adr}",
"Loading weather" : "Cargando previsión del tiempo",
"Remove from favorites" : "Quitar de favoritos",