diff --git a/custom_components/spook/integrations/spook_inverse/translations/fi.json b/custom_components/spook/integrations/spook_inverse/translations/fi.json index 0967ef42..c02d7c0d 100644 --- a/custom_components/spook/integrations/spook_inverse/translations/fi.json +++ b/custom_components/spook/integrations/spook_inverse/translations/fi.json @@ -1 +1,51 @@ -{} +{ + "config": { + "step": { + "binary_sensor": { + "data": { + "entity_id": "Lähde entiteetti", + "name": "Nimi", + "hide_source": "Piilota lähde entiteetti" + }, + "title": "Käännä 👻" + }, + "user": { + "description": "Tämä apuri mahdollistaa entiteetin käyttäytyä käänteisesti. Esimerkiksi käännä binäärisensorien ja kytkimien toiminnot auki/kiinni tai päälle/pois toiminnot.", + "menu_options": { + "binary_sensor": "Käännä binäärisensori", + "switch": "Käännä kytkin" + }, + "title": "Käännä 👻" + }, + "switch": { + "data": { + "entity_id": "Lähde entiteetti", + "hide_source": "Piilota lähde entiteetti", + "name": "Nimi" + }, + "title": "Käännä 👻" + } + } + }, + "options": { + "step": { + "switch": { + "data": { + "hide_source": "Piilota lähde entiteetti", + "name": "Nimi", + "entity_id": "Lähde entiteetti" + }, + "title": "Käännä 👻" + }, + "binary_sensor": { + "data": { + "entity_id": "Lähde entiteetti", + "hide_source": "Piilota lähde entiteetti", + "name": "Nimi" + }, + "title": "Käännä 👻" + } + } + }, + "title": "Käännä 👻" +}