diff --git a/storage/mysql/locales/es-ES/68-mysql.html b/storage/mysql/locales/es-ES/68-mysql.html
new file mode 100644
index 00000000..f18c36b2
--- /dev/null
+++ b/storage/mysql/locales/es-ES/68-mysql.html
@@ -0,0 +1,16 @@
+
+
+
+
diff --git a/storage/mysql/locales/es-ES/68-mysql.json b/storage/mysql/locales/es-ES/68-mysql.json
new file mode 100644
index 00000000..42ed119c
--- /dev/null
+++ b/storage/mysql/locales/es-ES/68-mysql.json
@@ -0,0 +1,25 @@
+{
+ "mysql": {
+ "label": {
+ "host": "Servidor",
+ "port": "Puerto",
+ "user": "Usuario",
+ "password": "Contraseña",
+ "database": "Base de Datos",
+ "timezone": "Zona Horaria",
+ "charset": "Juego de Caracteres"
+ },
+ "status": {
+ "badping": "No está",
+ "error": "Error",
+ "ok": "Vale",
+ "notconnected": "aún no conectado"
+ },
+ "errors": {
+ "notstring": "la consulta no está definida como una cadena",
+ "notconnected": "Base de datos no conectada",
+ "notconfigured": "Base de datos MySQL no configurada"
+ },
+ "tip": "Consejo: La zona horaria debe especificarse como ±hh:mm o dejarse en blanco para 'local'."
+ }
+}
\ No newline at end of file
diff --git a/storage/sqlite/locales/es-ES/sqlite.html b/storage/sqlite/locales/es-ES/sqlite.html
new file mode 100644
index 00000000..0f1bc737
--- /dev/null
+++ b/storage/sqlite/locales/es-ES/sqlite.html
@@ -0,0 +1,29 @@
+
+
+
diff --git a/storage/sqlite/locales/es-ES/sqlite.json b/storage/sqlite/locales/es-ES/sqlite.json
new file mode 100644
index 00000000..f4464ced
--- /dev/null
+++ b/storage/sqlite/locales/es-ES/sqlite.json
@@ -0,0 +1,20 @@
+{
+ "sqlite": {
+ "label": {
+ "database": "Base de Datos",
+ "sqlQuery": "Consulta SQL",
+ "viaMsgTopic": "En msg.topic",
+ "fixedStatement": "Consulta Fija",
+ "preparedStatement": "Consulta Preparada",
+ "batchWithoutResponse": "Lote sin respuesta",
+ "sqlStatement": "Comando SQL",
+ "mode": "Modo",
+ "readWriteCreate": "Leer-Escribir-Crear",
+ "readWrite": "Leer-Escribir",
+ "readOnly": "Solo Leer"
+ },
+ "tips": {
+ "memoryDb": "Nota: Establecer el nombre de la base de datos a :memory:
creará una base de datos no persistente en la memoria."
+ }
+ }
+}