diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-10-04 02:18:16 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-10-04 02:18:16 +0000 |
commit | eba83d22bbcf45caf400704b8794acce180c5ba9 (patch) | |
tree | 3a86224e680ccd23b6d0c626fd3a4358b81a7800 /apps/weather_status | |
parent | 50b210b50f8febe8e509284e72ead39e83e98ba6 (diff) | |
download | nextcloud-server-eba83d22bbcf45caf400704b8794acce180c5ba9.tar.gz nextcloud-server-eba83d22bbcf45caf400704b8794acce180c5ba9.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/weather_status')
-rw-r--r-- | apps/weather_status/l10n/es.js | 2 | ||||
-rw-r--r-- | apps/weather_status/l10n/es.json | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/apps/weather_status/l10n/es.js b/apps/weather_status/l10n/es.js index 20b48a02401..f825ea53d5b 100644 --- a/apps/weather_status/l10n/es.js +++ b/apps/weather_status/l10n/es.js @@ -12,6 +12,8 @@ OC.L10N.register( "Set custom address" : "Configurar una dirección personalizada", "{temperature} {unit} Clear sky at {time}" : "{temperature} {unit} Cielo despejado a las {time}", "{temperature} {unit} Cloudy at {time}" : "{temperature} {unit} Nublado a las {time}", + "{temperature} {unit} Fair day at {time}" : "{temperature} {unit} Buen día a las {time}", + "{temperature} {unit} Fair night at {time}" : "{temperature} {unit} Buena noche a las {time}", "{temperature} {unit} Partly cloudy at {time}" : "{temperature} {unit} Parcialmente nublado a las {time}", "{temperature} {unit} Foggy at {time}" : "{temperature} {unit} Con brumas a las {time}", "{temperature} {unit} Light rain at {time}" : "{temperature} {unit} Lluvia ligera a las {time}", diff --git a/apps/weather_status/l10n/es.json b/apps/weather_status/l10n/es.json index b178d7bc82d..f8343a10176 100644 --- a/apps/weather_status/l10n/es.json +++ b/apps/weather_status/l10n/es.json @@ -10,6 +10,8 @@ "Set custom address" : "Configurar una dirección personalizada", "{temperature} {unit} Clear sky at {time}" : "{temperature} {unit} Cielo despejado a las {time}", "{temperature} {unit} Cloudy at {time}" : "{temperature} {unit} Nublado a las {time}", + "{temperature} {unit} Fair day at {time}" : "{temperature} {unit} Buen día a las {time}", + "{temperature} {unit} Fair night at {time}" : "{temperature} {unit} Buena noche a las {time}", "{temperature} {unit} Partly cloudy at {time}" : "{temperature} {unit} Parcialmente nublado a las {time}", "{temperature} {unit} Foggy at {time}" : "{temperature} {unit} Con brumas a las {time}", "{temperature} {unit} Light rain at {time}" : "{temperature} {unit} Lluvia ligera a las {time}", |