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

{
"lang": "ru-RU",
"title": "Quivr - Второй мозг с генеративным ИИ",
"title.short": "Второй мозг с",
"description": "Quivr - это ваш второй мозг в облаке, предназначенный для легкого хранения и извлечения неструктурированной информации.",
"getStarted": "Начать",
"features": "Особенности",
"two_brains_title": "Два мозга лучше одного",
"two_brains_desc": "Quivr - это ваш второй мозг в облаке, предназначенный для легкого хранения и извлечения неструктурированной информации.",
"any_kind_of_data_title": "Храните любые данные",
"any_kind_of_data_desc": "Quivr может обрабатывать практически любой тип данных, с которым вы работаете. Текст, изображения, фрагменты кода - мы позаботились о вас.",
"fast_and_accurate_title": "Получите быстрый и последовательный мозг",
"fast_and_accurate_desc": "Quivr - это ваш второй мозг в облаке, предназначенный для легкого хранения и извлечения неструктурированной информации.",
"fast_and_efficient_title": "Быстро и эффективно",
"fast_and_efficient_desc": "Создан для скорости и эффективности. Quivr обеспечивает быстрый доступ к вашим данным.",
"secure_title": "Безопасность",
"secure_desc": "Ваши данные - ваши контроль. Всегда.",
"open_source_title": "Открытый исходный код",
"open_source_desc": "Свобода красива, так же как и Quivr. Открытый и бесплатный для использования.",
"toastDismiss": "закрыть",
"email": "Email",
"password": "Пароль",
"or": "или",
"and": "и",
"loginButton": "Войти",
"signUpButton": "Зарегистрироваться",
"logoutButton": "Выйти",
"updateButton": "Обновить",
"uploadButton": "Загрузить",
"uploadingButton": "Загрузка...",
"chatButton": "Чат",
"deleteButton": "Удалить",
"deleteForeverButton": "Удалить навсегда",
"doneButton": "Готово",
"resetButton": "Сбросить",
"newChatButton": "Новый чат",
"createButton": "Создать",
"shareButton": "Поделиться",
"Upload": "Загрузка",
"Chat": "Чат",
"Explore": "Исследовать",
"loading": "Загрузка...",
"comingSoon": "Скоро",
"Viewer": "Просмотр",
"Editor": "Редактор",
"Owner": "Владелец",
"saveButton": "Сохранить",
"invalidUrl": "Неверный URL",
"crawlButton": "Поиск",
"themeSelect": "Тема интерфейса",
"languageSelect": "предпочтительный язык"
}