From d675dc3e95393956434cef5c76f8faf88526c031 Mon Sep 17 00:00:00 2001 From: Sergey Krashevich Date: Sun, 12 May 2024 08:44:44 +0000 Subject: [PATCH] Translated using Weblate (Russian) Currently translated at 19.0% (4 of 21 strings) Translation: Spook/Inverse helper Translate-URL: https://hosted.weblate.org/projects/spook/inverse-helper/ru/ --- .../spook_inverse/translations/ru.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/custom_components/spook/integrations/spook_inverse/translations/ru.json b/custom_components/spook/integrations/spook_inverse/translations/ru.json index 0967ef42..6a439a00 100644 --- a/custom_components/spook/integrations/spook_inverse/translations/ru.json +++ b/custom_components/spook/integrations/spook_inverse/translations/ru.json @@ -1 +1,18 @@ -{} +{ + "config": { + "step": { + "binary_sensor": { + "data": { + "entity_id": "Источник", + "name": "Имя" + } + }, + "switch": { + "data": { + "entity_id": "Источник", + "name": "Имя" + } + } + } + } +}