From 69f0f43c1a7fd43888730b0924138942d06db32d Mon Sep 17 00:00:00 2001 From: JugglerLKR Date: Tue, 19 Apr 2022 16:49:37 +0300 Subject: [PATCH 1/2] Update translation_RU.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit String "Invert screen can be longer", so now it says "Инвесрия" --- Translations/translation_RU.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Translations/translation_RU.json b/Translations/translation_RU.json index 1d418689..9958d4be 100644 --- a/Translations/translation_RU.json +++ b/Translations/translation_RU.json @@ -196,7 +196,7 @@ "desc": "Настройки контраста/яркости OLED экрана" }, "ColourInversion": { - "text2": ["Инверт", "экрана"], + "text2": ["Инверсия", "экрана"], "desc": "Инвертировать цвета на OLED экране" }, "LOGOTime": { From 12729821fada14a2658e1630a2b69bb47a1eeb82 Mon Sep 17 00:00:00 2001 From: JugglerLKR Date: Tue, 19 Apr 2022 16:55:51 +0300 Subject: [PATCH 2/2] Update translation_RU.json LOGO time translation --- Translations/translation_RU.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Translations/translation_RU.json b/Translations/translation_RU.json index 9958d4be..436b3def 100644 --- a/Translations/translation_RU.json +++ b/Translations/translation_RU.json @@ -200,8 +200,8 @@ "desc": "Инвертировать цвета на OLED экране" }, "LOGOTime": { - "text2": ["Boot logo", "duration"], - "desc": "Sets the duration for the boot logo (s=seconds)" + "text2": ["Длительность", "показа логотипа"], + "desc": "Длительность отображения логотипа (в секундах)" } } }