quivr/frontend/public/locales/ru/chat.json
Stan Girard 90ee40f9f2
Feat/docs rework (#1525)
# Description

Please include a summary of the changes and the related issue. Please
also include relevant motivation and context.

## 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):
2023-10-30 20:53:39 +01:00

54 lines
3.7 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.

{
"actions_bar_placeholder": "Задайте вопрос @мозгу и выберите свой #подсказка",
"ask": "Задайте вопрос или опишите задачу.",
"brain": "мозг",
"brains": "мозги",
"chat": "Чат",
"chatDeleted": "Чат успешно удален. Id: {{id}}",
"chatNameUpdated": "Имя чата обновлено",
"error_occurred": "Произошла ошибка при получении ответа",
"errorCallingAPI": "Ошибка вызова API",
"errorDeleting": "Ошибка при удалении чата: {{error}}",
"errorFetching": "Произошла ошибка при получении ваших чатов",
"errorParsingData": "Ошибка при разборе данных",
"keyboard_shortcuts": "Сочетания клавиш",
"limit_reached": "Вы достигли лимита запросов, пожалуйста, попробуйте позже",
"noCurrentBrain": "Нет текущего мозга",
"receivedResponse": "Получен ответ. Начинается обработка потока...",
"resposeBodyNull": "Пустой ответ",
"tooManyRequests": "Вы превысили количество запросов в день. Чтобы продолжить чат, введите ключ OpenAI API в вашем профиле или в использованном мозге.",
"shortcut_choose_prompt": "#: Выберите конкретный запрос",
"shortcut_create_brain": "@+: Создайте новый мозг",
"shortcut_create_prompt": "#+: Создайте новый пользовательский запрос",
"shortcut_feed_brain": "/+: Подайте мозгу знаний",
"shortcut_go_to_shortcuts": "CMDK: Перейти к ярлыкам",
"shortcut_go_to_user_page": "CMDU: Перейти на страницу пользователя",
"shortcut_manage_brains": "CMDB: Управление вашими мозгами",
"shortcut_select_brain": "@: Выберите мозг для общения",
"shortcut_select_file": "/: Выберите файл для общения",
"subtitle": "Общайтесь с языковой моделью о ваших загруженных данных",
"thinking": "Думаю...",
"title": "Чат с {{brain}}",
"missing_brain": "Мозг не найден",
"new_prompt": "Создать новый запрос",
"feed_brain_placeholder": "Выберите, какой @мозг вы хотите питать этими файлами",
"feedingBrain": "Ваш недавно добавленный знаний обрабатывается, вы можете продолжить общение в это время!",
"add_content_card_button_tooltip": "Добавить знаний в мозг",
"back_to_chat": "Вернуться к чату",
"onboarding": {
"title": "Привет 👋🏻 Хотите узнать о Quivr? 😇",
"step_1_1": "1. Перетащите файл в чат или в 📎.",
"step_1_2": "Нет файла? Загрузите 'Документацию Quivr'",
"step_2": "2. Начните общаться с вашим файлом",
"step_3": "3. Наслаждайтесь!",
"how_to_use_quivr": "Как использовать Quivr?",
"what_is_quivr": "Что такое Quivr?",
"what_is_brain": "Что такое мозг?",
"answer": {
"how_to_use_quivr": "Проверьте документацию на https://brain.quivr.app/docs/intro.html",
"what_is_quivr": "Quivr - полезный ассистент.",
"what_is_brain": "Мозг содержит знания."
}
},
"welcome": "Добро пожаловать"
}