quivr/frontend/public/locales/ru/chat.json
Stepan Lebedev 672eec08bc
feat: Russian language translation (#903)
* feat(Russian Translation): Adds Russian Language option

* fix: Corrects Failedtofetch field in English Version

* fix: Adds missing translations on upload page
2023-08-09 11:17:12 +02:00

35 lines
2.4 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": "Чат с {{brain}}",
"brain": "мозг",
"keyboard_shortcuts": "Сочетания клавиш",
"brains": "мозги",
"subtitle": "Общайтесь с языковой моделью о ваших загруженных данных",
"limit_reached": "Вы достигли лимита запросов, пожалуйста, попробуйте позже",
"error_occurred": "Произошла ошибка при получении ответа",
"noCurrentBrain": "Нет текущего мозга",
"errorParsingData": "Ошибка при разборе данных",
"resposeBodyNull": "Пустой ответ",
"receivedResponse": "Получен ответ. Начинается обработка потока...",
"errorCallingAPI": "Ошибка вызова API",
"ask": "Задайте вопрос или опишите задачу.",
"begin_conversation_placeholder": "Начните беседу здесь...",
"thinking": "Думаю...",
"chat": "Чат",
"errorFetching": "Произошла ошибка при получении ваших чатов",
"chatDeleted": "Чат успешно удален. Id: {{id}}",
"errorDeleting": "Ошибка при удалении чата: {{error}}",
"chatNameUpdated": "Имя чата обновлено",
"shortcut_select_brain": "@: Выберите мозг для общения",
"shortcut_select_file": "/: Выберите файл для общения",
"shortcut_choose_prompt": "#: Выберите конкретный запрос",
"shortcut_create_brain": "@+: Создайте новый мозг",
"shortcut_feed_brain": "/+: Подайте мозгу знаний",
"shortcut_create_prompt": "#+: Создайте новый пользовательский запрос",
"shortcut_manage_brains": "CMDB: Управление вашими мозгами",
"shortcut_go_to_user_page": "CMDU: Перейти на страницу пользователя",
"shortcut_go_to_shortcuts": "CMDK: Перейти к ярлыкам",
"empty_brain_title_intro": "Чат с вашими",
"empty_brain_title_prefix": "Загрузите файлы в",
"empty_brain_title_suffix": "и общайтесь с ними",
"actions_bar_placeholder": "Задайте вопрос @brains или /files и выберите ваш #prompt"
}