From 9eb8e3af82dea94bffe7f29542f004ae78270628 Mon Sep 17 00:00:00 2001 From: Dan Date: Sun, 13 Aug 2023 20:51:43 +0000 Subject: [PATCH] Translated using Weblate (Ukrainian) Currently translated at 100.0% (89 of 89 strings) Translation: Spook/Integration Translate-URL: https://hosted.weblate.org/projects/spook/integration/uk/ --- custom_components/spook/translations/uk.json | 34 ++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/custom_components/spook/translations/uk.json b/custom_components/spook/translations/uk.json index 75e81400..51a907d7 100644 --- a/custom_components/spook/translations/uk.json +++ b/custom_components/spook/translations/uk.json @@ -147,6 +147,15 @@ }, "homeassistant_entities": { "name": "Сутності" + }, + "repairs_total_issues": { + "name": "Всього" + }, + "repairs_active_issues": { + "name": "Активний" + }, + "repairs_ignored_issues": { + "name": "Проігноровано" } }, "switch": { @@ -166,6 +175,31 @@ }, "homeassistant_restart": { "name": "Перезапустити" + }, + "repairs_unignore_all": { + "name": "Відновити все" + }, + "repairs_ignore_all": { + "name": "Ігнорувати все" + } + }, + "event": { + "repairs_event": { + "state_attributes": { + "issue_id": { + "name": "ID проблеми" + }, + "event_type": { + "state": { + "remove": "Проблему видалено", + "create": "Проблему створено", + "update": "Проблема оновлена" + } + }, + "domain": { + "name": "Відправник проблеми" + } + } } } },