From 4bd34065a3fadc535aa400d8b9d59043547c51d2 Mon Sep 17 00:00:00 2001 From: Weblate Translation Memory Date: Mon, 3 Feb 2025 16:54:32 +0000 Subject: [PATCH] :globe_with_meridians: Translated (Russian) Currently translated at 44.5% (170 of 382 strings) Translation: ClassQuiz/Frontend Translate-URL: https://hosted.weblate.org/projects/classquiz/frontend/ru/ --- frontend/src/lib/i18n/locales/ru.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/frontend/src/lib/i18n/locales/ru.json b/frontend/src/lib/i18n/locales/ru.json index c39dc0a..8e9182f 100644 --- a/frontend/src/lib/i18n/locales/ru.json +++ b/frontend/src/lib/i18n/locales/ru.json @@ -191,6 +191,18 @@ "report": "Отчет", "explore": "Обзор", "browser": "Браузер", - "view": "Вид" + "view": "Вид", + "info": "Информация", + "player": "Плеер" + }, + "editor": { + "time_in_seconds": "Время в секундах", + "add_new_question": "Добавить вопрос", + "delete_answer": "Удалить ответ", + "bg_image": "Фоновое изображение", + "slide": { + "headline": "Заголовок", + "text": "Текст" + } } }