diff --git a/custom_components/spook/integrations/spook_inverse/translations/da.json b/custom_components/spook/integrations/spook_inverse/translations/da.json index 2e4f6c3d..5d6e0b25 100644 --- a/custom_components/spook/integrations/spook_inverse/translations/da.json +++ b/custom_components/spook/integrations/spook_inverse/translations/da.json @@ -4,19 +4,46 @@ "switch": { "data": { "name": "Navn", - "hide_source": "Skjul kilde enhed", - "entity_id": "Kilde enhed" + "hide_source": "Skjul kilde entitet", + "entity_id": "Kilde entitet" }, - "title": "Omvendt 👻" + "title": "Vend om 👻" }, "binary_sensor": { "data": { - "hide_source": "Skjul kilde enhed", + "hide_source": "Skjul kilde entitet", "name": "Navn", - "entity_id": "Kilde enhed" + "entity_id": "Kilde entitet" }, - "title": "Omvendt 👻" + "title": "Vend om 👻" + }, + "user": { + "description": "Denne hjælper tillader at omvende logikken for en entitet. Fx. omvende åben/luk eller til/fra på binære sensorer og afbrydere.", + "menu_options": { + "binary_sensor": "Vend en binær sensor om" + } + } + } + }, + "options": { + "step": { + "binary_sensor": { + "data": { + "entity_id": "Kilde entitet", + "name": "Navn", + "hide_source": "Skjul kilde entitet" + }, + "title": "Vend om 👻" + }, + "switch": { + "data": { + "entity_id": "Kilde entitet", + "name": "Navn", + "hide_source": "Skjul kilde entitet" + }, + "title": "Vend om 👻" } } - } + }, + "title": "Vend om 👻" } diff --git a/custom_components/spook/integrations/spook_inverse/translations/it.json b/custom_components/spook/integrations/spook_inverse/translations/it.json index 0967ef42..6913071f 100644 --- a/custom_components/spook/integrations/spook_inverse/translations/it.json +++ b/custom_components/spook/integrations/spook_inverse/translations/it.json @@ -1 +1,51 @@ -{} +{ + "config": { + "step": { + "binary_sensor": { + "data": { + "entity_id": "Entità sorgente", + "hide_source": "Nascondi entità sorgente", + "name": "Nome" + }, + "title": "Inverso 👻" + }, + "switch": { + "data": { + "entity_id": "Entità sorgente", + "hide_source": "Nascondi entità sorgente", + "name": "Nome" + }, + "title": "Inverso 👻" + }, + "user": { + "description": "Questo aiutante ti permette di invertire il comportamento di un'entità. Ad esempio, apri/chiudi o accendi/spegni per un binary_sensor o uno switch", + "menu_options": { + "binary_sensor": "Inverti un binary_sensor", + "switch": "Inverti uno switch" + }, + "title": "Inverso 👻" + } + } + }, + "options": { + "step": { + "switch": { + "data": { + "entity_id": "Entità sorgente", + "hide_source": "Nascondi entità sorgente", + "name": "Nome" + }, + "title": "Inverso 👻" + }, + "binary_sensor": { + "data": { + "entity_id": "Entità sorgente", + "hide_source": "Nascondi entità sorgente", + "name": "Nome" + }, + "title": "Inverso 👻" + } + } + }, + "title": "Inverso 👻" +}