diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-01-06 02:20:00 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-01-06 02:20:00 +0000 |
commit | e160104caf34bfb40e368db90ace1ccfe594f074 (patch) | |
tree | 827edbfda7ff158f1be96ceabdbb26b4a83f2182 /apps/dashboard/l10n/es.js | |
parent | 5fa935d6d6c93ccecd91b942d5014c1a4ed463bd (diff) | |
download | nextcloud-server-e160104caf34bfb40e368db90ace1ccfe594f074.tar.gz nextcloud-server-e160104caf34bfb40e368db90ace1ccfe594f074.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/dashboard/l10n/es.js')
-rw-r--r-- | apps/dashboard/l10n/es.js | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/apps/dashboard/l10n/es.js b/apps/dashboard/l10n/es.js index af6ea8311c7..a577c12bbbd 100644 --- a/apps/dashboard/l10n/es.js +++ b/apps/dashboard/l10n/es.js @@ -15,18 +15,18 @@ OC.L10N.register( "elevation data from OpenTopoData" : "datos de elevación de OpenTopoData", "Weather" : "El tiempo", "Status" : "Estado", - "Good evening, {name}" : "Buenas tardes, {name}", - "Good evening" : "Buenas tardes", - "Good afternoon, {name}" : "Buenas tardes, {name}", - "Good afternoon" : "Buenas tardes", - "Good morning, {name}" : "Buenos días, {name}", "Good morning" : "Buenos días", - "Good night, {name}" : "Buenas noches, {name}", - "Good night" : "Buenas noches", + "Good morning, {name}" : "Buenos días, {name}", + "Good afternoon" : "Buenas tardes", + "Good afternoon, {name}" : "Buenas tardes, {name}", + "Good evening" : "Buenas tardes", + "Good evening, {name}" : "Buenas tardes, {name}", "Pick from Files" : "Elegir de Archivos", "Default images" : "Imágenes predeterminadas", "Plain background" : "Fondo liso", "Insert from {productName}" : "Insertar desde {productName}", + "Good night, {name}" : "Buenas noches, {name}", + "Good night" : "Buenas noches", "Pick from files" : "Escoger desde los archivos" }, "nplurals=2; plural=(n != 1);"); |