mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-09-24 16:46:05 +08:00
feat: update Spanish Translation (#47)
* 🎨 style(es.json): add new keys and values for connection and assistant 🚀 chore(es.json): add new banner messages The connection object now has new keys and values for the database type, title, host, port, database name, username, and password. The assistant object now has a new key and value for creating a new bot. The banner object now has two new messages, one for warning non-select SQL statements and another for promoting the product launch on Product Hunt. * 🎨 style(es.json): fix typo in banner.product-hunt message The message in banner.product-hunt contained a typo. The word "de" was removed to make the message grammatically correct.
This commit is contained in:

committed by
GitHub

parent
ae8dc10768
commit
c28c18b77a
@ -12,12 +12,25 @@
|
||||
"conversation": {
|
||||
"new-chat": "Nuevo Chat",
|
||||
"conversation-title": "Titulo de conversación",
|
||||
"update": "Actualizar conversación",
|
||||
"edit-title": "Editar Titulo de conversación"
|
||||
},
|
||||
"connection": {
|
||||
"self": "Conexión",
|
||||
"new": "Crear Conexión",
|
||||
"select-database": "Selecciona tu base de datos"
|
||||
"edit": "Editar Conexión",
|
||||
"select-database": "Selecciona tu base de datos",
|
||||
"database-type": "Tipo de Base de Datos",
|
||||
"title": "Nombre",
|
||||
"host": "Servidor",
|
||||
"port": "Puerto",
|
||||
"database-name": "Nombre de Base de Datos",
|
||||
"username": "Usuario",
|
||||
"password": "Contraseña"
|
||||
},
|
||||
"assistant": {
|
||||
"self": "Bot",
|
||||
"create-your-bot": "¿No encuentras el bot que necesitas? Crea uno"
|
||||
},
|
||||
"execution": {
|
||||
"title": "Ejecutar consulta",
|
||||
@ -55,6 +68,8 @@
|
||||
"join-wechat-group": "Unirse al grupo de WeChat"
|
||||
},
|
||||
"banner": {
|
||||
"data-storage": "Las configuraciones de conexión y las consultas se almacenan en tu navegador."
|
||||
"data-storage": "Las configuraciones de conexión y las consultas se almacenan en tu navegador.",
|
||||
"non-select-sql-warning": "La declaración actual puede no ser SELECT SQL, lo que dará como resultado un esquema de base de datos o un cambio de datos. Asegúrate de saber lo que estás haciendo.",
|
||||
"product-hunt": "🚀🚀🚀 Acabamos de lanzar en Product Hunt, ¡por favor, vota por nosotros! 🚀🚀🚀"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user