From e42b12f9b284b26e1d3d8a28af7af5684a8e8e92 Mon Sep 17 00:00:00 2001 From: Francisco Ruiz Date: Mon, 1 Sep 2014 15:46:14 +0200 Subject: [PATCH] Update missing translations for es-ES I just realised that a few words were missing translation. Hope this helps the project --- src/_h5ai/conf/l10n/es.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/_h5ai/conf/l10n/es.json b/src/_h5ai/conf/l10n/es.json index d1ad379e..507f1685 100644 --- a/src/_h5ai/conf/l10n/es.json +++ b/src/_h5ai/conf/l10n/es.json @@ -1,6 +1,8 @@ { "lang": "español", "details": "Detalles", + "list": "Lista", + "grid": "Cuadrícula", "icons": "Íconos", "name": "Nombre", "lastModified": "Última modificación", @@ -9,5 +11,9 @@ "empty": "vacío", "folders": "Directorios", "files": "Archivos", - "download": "Descargar" + "download": "Descargar", + "noMatch": "Sin coincidencias", + "dateFormat": "DD/MM/YYYY HH:mm", + "filter": "Filtar", + "delete": "Borrar" }