mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-19 12:21:46 +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>
30 lines
1.5 KiB
JSON
30 lines
1.5 KiB
JSON
{
|
|
"searchBrain": "Buscar un cerebro",
|
|
"selectBrain": "Por favor, selecciona un cerebro",
|
|
"brainCreated": "Cerebro creado correctamente",
|
|
"newBrain": "Agregar nuevo cerebro",
|
|
"newBrainTitle": "Agregar nuevo cerebro",
|
|
"newBrainSubtitle": "Crea un nuevo espacio para tus datos",
|
|
"brainName": "Nombre del cerebro",
|
|
"brainNamePlaceholder": "Ejemplo: Anotaciones de historia",
|
|
"brainDescription": "Descripción",
|
|
"brainDescriptionPlaceholder": "Mi nuevo cerebro es acerca de...",
|
|
"shareBrain": "Compartir cerebro {{name}}",
|
|
"shareBrainUsers": "Usuarios con acceso",
|
|
"shareBrainLink": "Click para copiar y compartir tu cerebro",
|
|
"inviteUsers": "Agrega nuevos usuarios",
|
|
"copiedToClipboard": "Copiado al portapeles",
|
|
"usersInvited": "Usuarios invitados correctamente",
|
|
"errorSendingInvitation": "Un error ocurrió al enviar invitaciones",
|
|
"usersWithAccess": "Usuarios con acceso",
|
|
"brainUndefined": "Cerebro no definido",
|
|
"noBrainUsers": "Sin usuarios del cerebro",
|
|
"errorFetchingBrainUsers": "Error al obtener usuarios del cerebro",
|
|
"userRoleUpdated": "Actualizado {{email}} a {{newRole}}",
|
|
"userRoleUpdateFailed": "Error actualizado {{email}} a {{newRole}} ",
|
|
"userRemoved": "Eliminado {{email}} del cerebro",
|
|
"userRemoveFailed": "Error al eliminar {{email}} del cerebro",
|
|
"defaultBrain": "Cerebro por defecto",
|
|
"setDefaultBrain": "Asignar cerebro por defecto",
|
|
"errorCreatingBrain": "Error al crear cerebro"
|
|
} |