mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-18 11:51:41 +03:00
b0514d6149
* add libraries for traslation purposes * Add button and service for language selection * add spanish translation on login page * add spanish translation on upload page * Add spanish translations for explore page * Add translations on user page * Add translations for config page * Add spanish translations on chat page * add translations for brain page * fix GUI and save on local storage * fix (i18n) init and types * fix (i18n): typos * add translation on new brain modal * add translations on metadata * Add translations on home page * fixes types * fix(frontend-tests): use get by id instead of text --------- Co-authored-by: Gustavo Maciel <gustavo_m13@outlook.com>
19 lines
954 B
JSON
19 lines
954 B
JSON
{
|
|
"title": "Conversa con {{brain}}",
|
|
"subtitle": "Habla con un modelo de lenguaje acerca de tus datos subidos",
|
|
"limit_reached": "Has alcanzado el límite de peticiones, intente de nuevo más tarde",
|
|
"error_occurred": "Error al obtener respuesta",
|
|
"noCurrentBrain": "Sin cerebro seleccionado",
|
|
"errorParsingData": "Error al transformar datos",
|
|
"resposeBodyNull": "Cuerpo de respuesta vacío",
|
|
"receivedResponse": "Respuesta recibida. Iniciando gestión de stream...",
|
|
"errorCallingAPI": "Error al llamar a la API",
|
|
"ask": "Has una pregunta o describe un tarea.",
|
|
"begin_conversation_placeholder": "Inicia la conversación aquí...",
|
|
"thinking": "Pensando...",
|
|
"chat": "Conversar",
|
|
"errorFetching": "Error al obtener tus chats",
|
|
"chatDeleted": "Chat borrado correstamente. Id: {{id}}",
|
|
"errorDeleting": "Error al borrar chat: {{error}}",
|
|
"chatNameUpdated": "Nombre de chat actualizado"
|
|
} |