quivr/frontend/public/locales/es/config.json
Nick Guernsey 253e866a86
feat: enhance user page UI (#1319)
# Description

Hope ya'll don't mind, I updated the User Profile's UI to be a bit more
readable. Kept the design neutral to not impose styles.

I also kept the original toggle buttons for Theme and Language in case
we still want to use those in other places in the app, where a select
menu isn't necessary.

## Checklist before requesting a review

Please delete options that are not relevant.

- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my code
- [ ] I have commented hard-to-understand areas
- [ ] I have ideally added tests that prove my fix is effective or that
my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged

## Screenshots (if appropriate):


https://github.com/StanGirard/quivr/assets/64866427/d0320852-ece1-4002-a180-0005df132e71


https://github.com/StanGirard/quivr/assets/64866427/be3c67ec-8d42-44f9-8131-35a70aec20ef

---------

Co-authored-by: Zineb El Bachiri <100568984+gozineb@users.noreply.github.com>
Co-authored-by: Stan Girard <girard.stanislas@gmail.com>
2023-10-05 17:50:02 +02:00

53 lines
2.3 KiB
JSON

{
"accountSection": "Tu Cuenta",
"anthropicKeyLabel": "Clave de la API de Anthropic",
"anthropicKeyPlaceholder": "Clave de la API de Anthropic",
"backendSection": "Configuración de Backend",
"backendUrlLabel": "URL del Backend",
"backendUrlPlaceHolder": "URL del Backend",
"brainUpdated": "Cerebro actualizado correctamente",
"configReset": "Configuración restaurada",
"configSaved": "Configuración guardada",
"customPromptSection": "Indicadores personalizados",
"defaultBrainSet": "Cerebro asignado como predeterminado",
"error.copy": "No se pudo copiar",
"error.createApiKey": "No se pudo crear la clave API",
"errorRemovingPrompt": "Error eliminando indicador",
"invalidOpenAiKey": "Clave de OpenAI inválida",
"keepInLocal": "Mantener localmente",
"knowledge": "Conocimiento",
"maxTokens": "Tokens máximo",
"modelLabel": "Modelo",
"modelSection": "Configuración de Modelo",
"nameRequired": "El nombre es necesario",
"newAPIKey": "Crea una nueva clave",
"noUser": "Sin usuarios",
"ohno": "¡Oh no!",
"openAiKeyLabel": "Clave de Open AI",
"openAiKeyPlaceholder": "sk-xxx",
"people": "Personas",
"promptContent": "Contenido del indicador",
"promptContentPlaceholder": "Como una IA, tu...",
"promptFieldsRequired": "Título y contenido de indicador son necesarios",
"promptName": "Título del indicador",
"promptNamePlaceholder": "El nombre de mi súper indicador",
"promptRemoved": "Indicador eliminado correctamente",
"publicPrompts": "Selecciona un indicador público",
"removePrompt": "Quitar indicador",
"requireAccess": "Por favor, solicita acceso al dueño",
"roleRequired": "No tienen el rol necesario para acceder a esta pestaña 🧠💡🥲.",
"selectQuivrPersonalityBtn": "Selecciona una Personalidad Quivr",
"settings": "Configuración",
"signedInAs": "Sesión iniciada como",
"subtitle": "Gestiona tu cerebro",
"supabaseKeyLabel": "Clave de Supabase",
"supabaseKeyPlaceHolder": "Clave de Supabase",
"supabaseURLLabel": "URL de Supabase",
"supabaseURLPlaceHolder": "URL de Supabase",
"temperature": "Temperatura",
"title": "Configuración",
"updatingBrainSettings": "Actualizando configuración del cerebro...",
"incorrectApiKey": "Clave de API incorrecta",
"invalidApiKeyError": "Clave de API inválida",
"apiKey": "Clave de API"
}