quivr/frontend/public/locales/ru/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

54 lines
2.9 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"title": "Настройки",
"subtitle": "Управление вашим мозгом",
"settings": "Настройки",
"people": "Люди",
"knowledge": "Знания",
"modelSection": "Настройки модели",
"openAiKeyLabel": "Ключ Open AI",
"openAiKeyPlaceholder": "sk-xxx",
"modelLabel": "Модель",
"anthropicKeyPlaceholder": "Ключ Anthropic API",
"anthropicKeyLabel": "Ключ Anthropic API",
"temperature": "Температура",
"maxTokens": "Максимальное количество токенов",
"accountSection": "Ваш аккаунт",
"signedInAs": "Вы вошли как",
"backendSection": "Настройки бэкенда",
"backendUrlPlaceHolder": "URL бэкенда",
"backendUrlLabel": "URL бэкенда",
"supabaseURLPlaceHolder": "URL Supabase",
"supabaseURLLabel": "URL Supabase",
"supabaseKeyPlaceHolder": "Ключ Supabase",
"supabaseKeyLabel": "Ключ Supabase",
"keepInLocal": "Сохранить локально",
"customPromptSection": "Пользовательский запрос",
"selectQuivrPersonalityBtn": "Выберите личность Quivr",
"promptName": "Название запроса",
"promptNamePlaceholder": "Название моего потрясающего запроса",
"promptContent": "Содержание запроса",
"promptContentPlaceholder": "Как искусственный интеллект, ваше...",
"promptRemoved": "Запрос успешно удален",
"errorRemovingPrompt": "Ошибка при удалении запроса",
"removePrompt": "Удалить запрос",
"newAPIKey": "Создать новый ключ",
"configSaved": "Настройки сохранены",
"configReset": "Настройки сброшены",
"invalidOpenAiKey": "Недействительный ключ OpenAI",
"error.createApiKey": "Ошибка при создании API ключа",
"error.copy": "Не удалось скопировать",
"updatingBrainSettings": "Обновление настроек мозга...",
"defaultBrainSet": "Мозг успешно установлен по умолчанию",
"nameRequired": "Имя обязательно",
"promptFieldsRequired": "Название и содержание запроса обязательны",
"brainUpdated": "Мозг успешно обновлен",
"publicPrompts": "Выбрать из публичных запросов",
"roleRequired": "У вас нет необходимой роли для доступа к этой вкладке 🧠💡🥲.",
"requireAccess": "Пожалуйста, запросите доступ у владельца.",
"ohno": "О нет!",
"noUser": "Пользователь не найден",
"incorrectApiKey": "Неверный ключ API",
"invalidApiKeyError": "Недействительный ключ API",
"apiKey": "ключ API"
}