From abac8c851263d7cd5a343a904f8f8b62f5a89615 Mon Sep 17 00:00:00 2001 From: Joe Bordes Date: Sun, 31 Dec 2023 13:11:07 +0100 Subject: [PATCH] i18n(storage) es-ES --- storage/mysql/locales/es-ES/68-mysql.html | 16 +++++++++++++ storage/mysql/locales/es-ES/68-mysql.json | 25 +++++++++++++++++++ storage/sqlite/locales/es-ES/sqlite.html | 29 +++++++++++++++++++++++ storage/sqlite/locales/es-ES/sqlite.json | 20 ++++++++++++++++ 4 files changed, 90 insertions(+) create mode 100644 storage/mysql/locales/es-ES/68-mysql.html create mode 100644 storage/mysql/locales/es-ES/68-mysql.json create mode 100644 storage/sqlite/locales/es-ES/sqlite.html create mode 100644 storage/sqlite/locales/es-ES/sqlite.json 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 000000000..f18c36b27 --- /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 000000000..42ed119cc --- /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 000000000..0f1bc737c --- /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 000000000..f4464ced3 --- /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." + } + } +}