From f0f502c6c3086c616dcdb1958ae3cf542cb8fb0c Mon Sep 17 00:00:00 2001 From: AHOHNMYC <24810600+AHOHNMYC@users.noreply.github.com> Date: Thu, 4 May 2023 16:09:24 +0300 Subject: [PATCH] Update ru.json (#296) Translation for new strings. --- src/views/translations/ru.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/views/translations/ru.json b/src/views/translations/ru.json index d581961..1e1ff7a 100644 --- a/src/views/translations/ru.json +++ b/src/views/translations/ru.json @@ -61,6 +61,23 @@ "Background HSL input": "Задать цвет фона в HSL", "Background HSV input": "Задать цвет фона в HSV", "Sample preview": "Пример", + "Foreground red input": "Красный компонент текста", + "Foreground green input": "Зелёный компонент текста", + "Foreground blue input": "Синий компонент текста", + "Foreground alpha input": "Прозрачность текста", + "Foreground hue input": "Hue (тон) текста", + "Foreground saturationl input": "Saturation (насыщенность) текста", + "Foreground lightness input": "Lightness (светлота) текста", + "Foreground saturationv input": "Saturation (насыщенность) текста", + "Foreground value input": "Значение для текста", + "Background red input": "Красный компонент фона", + "Background green input": "Зелёный компонент фона", + "Background blue input": "Синий компонент фона", + "Background hue input": "Hue (тон) фона", + "Background saturationl input": "Saturation (насыщенность) фона", + "Background lightness input": "Lightness (светлота) фона", + "Background saturationv input": "Saturation (насыщенность) фона", + "Background value input": "Значение для фона", "example text showing contrast": "текст, показываюший контрастность", "WCAG 2.1 results": "Результат по WCAG 2.1", "Contrast ratio": "Соотношение контраста", @@ -111,6 +128,10 @@ "2 decimal places": "2 знака после запятой", "Enable Auto-Update": "Включить автообновление", "Language": "Язык", + "Application Theme": "Тема приложения", + "System (Default)": "Системная (по умолчанию)", + "Light" : "Светлая", + "Dark" : "Тёмная", "Shortcuts": "Горячие клавиши", "Picker foreground": "Пипетка для текста", "Picker background": "Пипетка для фона",