From 9eb246f11cabafd95256dcafe096fd5632761471 Mon Sep 17 00:00:00 2001 From: Teemu Kostamo Date: Sat, 17 Aug 2024 12:41:59 +0000 Subject: [PATCH] Translated using Weblate (Finnish) Currently translated at 100.0% (21 of 21 strings) Translation: Spook/Inverse helper Translate-URL: https://hosted.weblate.org/projects/spook/inverse-helper/fi/ --- .../spook_inverse/translations/fi.json | 52 ++++++++++++++++++- 1 file changed, 51 insertions(+), 1 deletion(-) 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ä 👻" +}