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

15 lines
848 B
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": "Просмотрите или удалите сохраненные данные, используемые вашим мозгом",
"empty": "О нет, ваш мозг пуст.",
"noBrain": "Мозг не найден",
"sessionNotFound": "Сессия пользователя не найдена",
"deleted": "{{fileName}} удален из мозга {{brain}}",
"errorDeleting": "Ошибка при удалении {{fileName}}",
"view": "Просмотреть",
"chunkNumber": "Количество частей: {{quantity}}",
"notAvailable": "Не доступно",
"deleteConfirmTitle": "Подтвердите",
"deleteConfirmText": "Вы действительно хотите удалить?"
}