From fce32faf79a3af20ec1e31639da5cf8dd7535216 Mon Sep 17 00:00:00 2001 From: v1s7 Date: Thu, 19 Oct 2023 15:25:12 +0000 Subject: [PATCH] Translated using Weblate (Russian) Currently translated at 100.0% (273 of 273 strings) Translation: Clipious/App translation Translate-URL: https://hosted.weblate.org/projects/clipious/app-translation/ru/ --- lib/l10n/app_ru.arb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/lib/l10n/app_ru.arb b/lib/l10n/app_ru.arb index bc26917a..ea4c97ec 100644 --- a/lib/l10n/app_ru.arb +++ b/lib/l10n/app_ru.arb @@ -1174,5 +1174,25 @@ "askToEnableBackgroundServiceTitle": "Уведомления отключены", "@askToEnableBackgroundServiceTitle": { "description": "If the users tries to turn on notifications for a channel but hasn't enable notifications in the app we need to turn it on for them" + }, + "deArrowWarning": "Включение DeArrow может значительно снизить быстродействие приложения, так как для каждого видео потребуются дополнительные http-запросы", + "@deArrowWarning": { + "description": "Warning message when the user enables DeArrow" + }, + "deArrowReplaceThumbnails": "Заменить превью", + "@deArrowReplaceThumbnails": { + "description": "Settings title for checkbox on whether the thumbnail should be replaced as well" + }, + "enabled": "Включено", + "@enabled": { + "description": "Text to show something is enabled" + }, + "deArrowSettingDescription": "Заменить кликбейтные заголовки и превью", + "@deArrowSettingDescription": { + "description": "Description for dearrow" + }, + "deArrowReplaceThumbnailsDescription": "Замените превью видео в дополнение к заголовкам", + "@deArrowReplaceThumbnailsDescription": { + "description": "Description for DeArrow setting switch" } }