From d3d2c999a6de678992bc946f2cd72bc188101a69 Mon Sep 17 00:00:00 2001 From: Indrek Konnapere Date: Thu, 8 Aug 2024 10:07:39 +0000 Subject: [PATCH 01/20] Translated using Weblate (Estonian) Currently translated at 66.6% (14 of 21 strings) Translation: Spook/Inverse helper Translate-URL: https://hosted.weblate.org/projects/spook/inverse-helper/et/ --- .../spook_inverse/translations/et.json | 41 ++++++++++++++++++- 1 file changed, 40 insertions(+), 1 deletion(-) diff --git a/custom_components/spook/integrations/spook_inverse/translations/et.json b/custom_components/spook/integrations/spook_inverse/translations/et.json index 0967ef42..29bc69d5 100644 --- a/custom_components/spook/integrations/spook_inverse/translations/et.json +++ b/custom_components/spook/integrations/spook_inverse/translations/et.json @@ -1 +1,40 @@ -{} +{ + "config": { + "step": { + "binary_sensor": { + "data": { + "entity_id": "Lähteolem", + "hide_source": "Peida lähteolem", + "name": "Nimi" + }, + "title": "Pööra ümber" + }, + "switch": { + "data": { + "hide_source": "Peida lähteolem", + "name": "Nimi", + "entity_id": "Lähteolem" + }, + "title": "Pööra ümber" + }, + "user": { + "description": "See abimees võimaldab olemi käitumist ümber pöörata. Näiteks pöörake binaarandurite ja lülitite avatud/suletud või sisse/välja.", + "title": "Pööra ümber", + "menu_options": { + "binary_sensor": "Binaaranduri ümberpööramine", + "switch": "Lüliti ümberpööramine" + } + } + } + }, + "options": { + "step": { + "binary_sensor": { + "data": { + "entity_id": "Lähteolem", + "hide_source": "Peida lähteolem" + } + } + } + } +} From acf7521051e9fb749abb57e2866b89aa9b4b0a62 Mon Sep 17 00:00:00 2001 From: sayanova Date: Mon, 12 Aug 2024 10:41:59 +0000 Subject: [PATCH 02/20] Translated using Weblate (Korean) Currently translated at 4.7% (1 of 21 strings) Translation: Spook/Inverse helper Translate-URL: https://hosted.weblate.org/projects/spook/inverse-helper/ko/ --- .../integrations/spook_inverse/translations/ko.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/custom_components/spook/integrations/spook_inverse/translations/ko.json b/custom_components/spook/integrations/spook_inverse/translations/ko.json index 0967ef42..c97c5f16 100644 --- a/custom_components/spook/integrations/spook_inverse/translations/ko.json +++ b/custom_components/spook/integrations/spook_inverse/translations/ko.json @@ -1 +1,11 @@ -{} +{ + "config": { + "step": { + "binary_sensor": { + "data": { + "entity_id": "출처 구성요소" + } + } + } + } +} From cb819649340b8ef8b73913d3049de4b7090c0a58 Mon Sep 17 00:00:00 2001 From: sayanova Date: Mon, 12 Aug 2024 11:05:30 +0000 Subject: [PATCH 03/20] Translated using Weblate (Korean) Currently translated at 100.0% (21 of 21 strings) Translation: Spook/Inverse helper Translate-URL: https://hosted.weblate.org/projects/spook/inverse-helper/ko/ --- .../spook_inverse/translations/ko.json | 46 +++++++++++++++++-- 1 file changed, 43 insertions(+), 3 deletions(-) diff --git a/custom_components/spook/integrations/spook_inverse/translations/ko.json b/custom_components/spook/integrations/spook_inverse/translations/ko.json index c97c5f16..1e9aa66e 100644 --- a/custom_components/spook/integrations/spook_inverse/translations/ko.json +++ b/custom_components/spook/integrations/spook_inverse/translations/ko.json @@ -3,9 +3,49 @@ "step": { "binary_sensor": { "data": { - "entity_id": "출처 구성요소" - } + "entity_id": "출처 구성요소", + "hide_source": "출처 구성요소 숨김", + "name": "이름" + }, + "title": "반전 👻" + }, + "switch": { + "data": { + "name": "이름", + "entity_id": "출처 구성요소", + "hide_source": "출처 구성요소 숨김" + }, + "title": "반전 👻" + }, + "user": { + "description": "이 도우미는 구성요소의 동작을 반전시키는 데 도움이 됩니다. 예를 들어, 이진 센서 및 스위치의 열림/닫힘 또는 켜짐/꺼짐을 반전시킵니다.", + "menu_options": { + "switch": "스위치 반전", + "binary_sensor": "이진 센서 반전" + }, + "title": "반전 👻" + } + } + }, + "options": { + "step": { + "binary_sensor": { + "data": { + "hide_source": "출처 구성요소 숨김", + "entity_id": "출처 구성요소", + "name": "이름" + }, + "title": "반전 👻" + }, + "switch": { + "data": { + "name": "이름", + "entity_id": "출처 구성요소", + "hide_source": "출처 구성요소 숨김" + }, + "title": "반전 👻" } } - } + }, + "title": "반전 👻" } From 7ea740afbffab9828807fcb34089dee74e7328d5 Mon Sep 17 00:00:00 2001 From: Languages add-on Date: Sat, 17 Aug 2024 14:00:22 +0200 Subject: [PATCH 04/20] Added translation using Weblate (Finnish) --- .../spook/integrations/spook_inverse/translations/fi.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 custom_components/spook/integrations/spook_inverse/translations/fi.json diff --git a/custom_components/spook/integrations/spook_inverse/translations/fi.json b/custom_components/spook/integrations/spook_inverse/translations/fi.json new file mode 100644 index 00000000..0967ef42 --- /dev/null +++ b/custom_components/spook/integrations/spook_inverse/translations/fi.json @@ -0,0 +1 @@ +{} From 325895a4ca8e2d224b357a93f676f678a9dd0376 Mon Sep 17 00:00:00 2001 From: Teemu Kostamo Date: Sat, 17 Aug 2024 12:41:59 +0000 Subject: [PATCH 05/20] 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ä 👻" +} From 02f46260a664b8afdb9a342d12de28240d988417 Mon Sep 17 00:00:00 2001 From: Albert Ribera Date: Tue, 27 Aug 2024 18:48:40 +0000 Subject: [PATCH 06/20] Translated using Weblate (Catalan) Currently translated at 19.0% (4 of 21 strings) Translation: Spook/Inverse helper Translate-URL: https://hosted.weblate.org/projects/spook/inverse-helper/ca/ --- .../spook_inverse/translations/ca.json | 31 ++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/custom_components/spook/integrations/spook_inverse/translations/ca.json b/custom_components/spook/integrations/spook_inverse/translations/ca.json index 0967ef42..47b6dff0 100644 --- a/custom_components/spook/integrations/spook_inverse/translations/ca.json +++ b/custom_components/spook/integrations/spook_inverse/translations/ca.json @@ -1 +1,30 @@ -{} +{ + "config": { + "step": { + "binary_sensor": { + "data": { + "name": "Nom" + } + }, + "switch": { + "data": { + "name": "Nom" + } + } + } + }, + "options": { + "step": { + "binary_sensor": { + "data": { + "name": "Nom" + } + }, + "switch": { + "data": { + "name": "Nom" + } + } + } + } +} From c9c399ea752f6dd96e5fe9acf665cd975553bc4f Mon Sep 17 00:00:00 2001 From: Reza Almanda Date: Mon, 16 Sep 2024 22:26:15 +0000 Subject: [PATCH 07/20] Translated using Weblate (Indonesian) Currently translated at 100.0% (21 of 21 strings) Translation: Spook/Inverse helper Translate-URL: https://hosted.weblate.org/projects/spook/inverse-helper/id/ --- .../spook_inverse/translations/id.json | 23 ++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/custom_components/spook/integrations/spook_inverse/translations/id.json b/custom_components/spook/integrations/spook_inverse/translations/id.json index cc787836..5d3ca33c 100644 --- a/custom_components/spook/integrations/spook_inverse/translations/id.json +++ b/custom_components/spook/integrations/spook_inverse/translations/id.json @@ -26,5 +26,26 @@ "title": "Balikkan 👻" } } - } + }, + "options": { + "step": { + "binary_sensor": { + "data": { + "entity_id": "Entitas sumber", + "hide_source": "Sembunyikan entitas sumber", + "name": "Nama" + }, + "title": "Kebalikannya 👻" + }, + "switch": { + "data": { + "entity_id": "Entitas sumber", + "hide_source": "Sembunyikan entitas sumber", + "name": "Nama" + }, + "title": "Kebalikannya 👻" + } + } + }, + "title": "Kebalikannya 👻" } From 8e4f7657949dd07369620155b9eb2c1c0e3ea2ab Mon Sep 17 00:00:00 2001 From: Rafiki Home Date: Fri, 20 Sep 2024 15:21:11 +0200 Subject: [PATCH 08/20] Added translation using Weblate (Afrikaans) --- .../spook/integrations/spook_inverse/translations/af.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 custom_components/spook/integrations/spook_inverse/translations/af.json diff --git a/custom_components/spook/integrations/spook_inverse/translations/af.json b/custom_components/spook/integrations/spook_inverse/translations/af.json new file mode 100644 index 00000000..0967ef42 --- /dev/null +++ b/custom_components/spook/integrations/spook_inverse/translations/af.json @@ -0,0 +1 @@ +{} From 6ba934009fb07ee4e3815c7c3f36f92cebfc5a4f Mon Sep 17 00:00:00 2001 From: Rafiki Home Date: Fri, 20 Sep 2024 13:23:01 +0000 Subject: [PATCH 09/20] Translated using Weblate (Afrikaans) Currently translated at 100.0% (21 of 21 strings) Translation: Spook/Inverse helper Translate-URL: https://hosted.weblate.org/projects/spook/inverse-helper/af/ --- .../spook_inverse/translations/af.json | 52 ++++++++++++++++++- 1 file changed, 51 insertions(+), 1 deletion(-) diff --git a/custom_components/spook/integrations/spook_inverse/translations/af.json b/custom_components/spook/integrations/spook_inverse/translations/af.json index 0967ef42..5489e914 100644 --- a/custom_components/spook/integrations/spook_inverse/translations/af.json +++ b/custom_components/spook/integrations/spook_inverse/translations/af.json @@ -1 +1,51 @@ -{} +{ + "config": { + "step": { + "switch": { + "data": { + "name": "Naam", + "hide_source": "Maak bron entiteit onsigbaar", + "entity_id": "Bron entiteit" + }, + "title": "Omkeer" + }, + "binary_sensor": { + "title": "Omkeer", + "data": { + "name": "Naam", + "entity_id": "Bron entiteit", + "hide_source": "Maak bron entiteit onsigbaar" + } + }, + "user": { + "description": "Hierdie helper laat jou toe om die gedrag van 'n entiteit om te skakel. Byvoorbeeld, verander oop/toe of aan/af van 'n binere sensor of skakelaar.", + "menu_options": { + "binary_sensor": "Keer 'n binere sensor om", + "switch": "Keer skakelaar om" + }, + "title": "Omkeer" + } + } + }, + "options": { + "step": { + "binary_sensor": { + "data": { + "hide_source": "Maak bron eniteit onsigbaar", + "name": "Naam", + "entity_id": "Bron entiteit" + }, + "title": "Omkeer" + }, + "switch": { + "data": { + "entity_id": "Bron entiteit", + "hide_source": "Maak bron eniteit onsigbaar", + "name": "Naam" + }, + "title": "Omkeer" + } + } + }, + "title": "Omkeer" +} From 7ef2a99e8a40c66368696857a9d36006654cbf8f Mon Sep 17 00:00:00 2001 From: Arthas Lich Date: Sun, 22 Sep 2024 07:13:47 +0000 Subject: [PATCH 10/20] Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 19.0% (4 of 21 strings) Translation: Spook/Inverse helper Translate-URL: https://hosted.weblate.org/projects/spook/inverse-helper/zh_Hans/ --- .../spook_inverse/translations/zh_Hans.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/custom_components/spook/integrations/spook_inverse/translations/zh_Hans.json b/custom_components/spook/integrations/spook_inverse/translations/zh_Hans.json index 0967ef42..95cbb39c 100644 --- a/custom_components/spook/integrations/spook_inverse/translations/zh_Hans.json +++ b/custom_components/spook/integrations/spook_inverse/translations/zh_Hans.json @@ -1 +1,14 @@ -{} +{ + "config": { + "step": { + "binary_sensor": { + "data": { + "entity_id": "源实体", + "hide_source": "隐藏源实体", + "name": "名称" + }, + "title": "反选" + } + } + } +} From c642647a86b11319d18bede94668802947d11da6 Mon Sep 17 00:00:00 2001 From: Arthas Lich Date: Sun, 22 Sep 2024 07:21:59 +0000 Subject: [PATCH 11/20] Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (21 of 21 strings) Translation: Spook/Inverse helper Translate-URL: https://hosted.weblate.org/projects/spook/inverse-helper/zh_Hans/ --- .../spook_inverse/translations/zh_Hans.json | 39 ++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) diff --git a/custom_components/spook/integrations/spook_inverse/translations/zh_Hans.json b/custom_components/spook/integrations/spook_inverse/translations/zh_Hans.json index 95cbb39c..40e47516 100644 --- a/custom_components/spook/integrations/spook_inverse/translations/zh_Hans.json +++ b/custom_components/spook/integrations/spook_inverse/translations/zh_Hans.json @@ -7,7 +7,44 @@ "hide_source": "隐藏源实体", "name": "名称" }, - "title": "反选" + "title": "翻转 👻" + }, + "switch": { + "data": { + "entity_id": "源实体", + "hide_source": "隐藏源实体", + "name": "名称" + }, + "title": "翻转 👻" + }, + "user": { + "description": "此工具帮您翻转一个实体的表现。例如,翻转二进制传感器和开关的开/关状态。", + "menu_options": { + "switch": "翻转开关", + "binary_sensor": "翻转二级制传感器" + }, + "title": "翻转 👻" + } + } + }, + "title": "翻转 👻", + "options": { + "step": { + "binary_sensor": { + "data": { + "entity_id": "源实体", + "hide_source": "隐藏源实体", + "name": "名称" + }, + "title": "翻转 👻" + }, + "switch": { + "data": { + "entity_id": "源实体", + "hide_source": "隐藏源实体", + "name": "名称" + }, + "title": "翻转 👻" } } } From 8b28bcad2ec7de792e8f2082c157530d6fa419a3 Mon Sep 17 00:00:00 2001 From: Arthas Lich Date: Sun, 22 Sep 2024 07:23:45 +0000 Subject: [PATCH 12/20] Translated using Weblate (Chinese (Traditional Han script)) Currently translated at 100.0% (21 of 21 strings) Translation: Spook/Inverse helper Translate-URL: https://hosted.weblate.org/projects/spook/inverse-helper/zh_Hant/ --- .../spook_inverse/translations/zh_Hant.json | 52 ++++++++++++++++++- 1 file changed, 51 insertions(+), 1 deletion(-) diff --git a/custom_components/spook/integrations/spook_inverse/translations/zh_Hant.json b/custom_components/spook/integrations/spook_inverse/translations/zh_Hant.json index 0967ef42..1bfc82ba 100644 --- a/custom_components/spook/integrations/spook_inverse/translations/zh_Hant.json +++ b/custom_components/spook/integrations/spook_inverse/translations/zh_Hant.json @@ -1 +1,51 @@ -{} +{ + "config": { + "step": { + "binary_sensor": { + "data": { + "entity_id": "源實體", + "hide_source": "隱藏源實體", + "name": "名稱" + }, + "title": "翻轉 👻" + }, + "switch": { + "data": { + "entity_id": "源實體", + "hide_source": "隱藏源實體", + "name": "名稱" + }, + "title": "翻轉 👻" + }, + "user": { + "menu_options": { + "binary_sensor": "翻轉二級製傳感器", + "switch": "翻轉開關" + }, + "title": "翻轉 👻", + "description": "此工具幫您翻轉一個實體的表現。例如,翻轉二進製傳感器和開關的開/關狀態。" + } + } + }, + "options": { + "step": { + "binary_sensor": { + "data": { + "entity_id": "源實體", + "hide_source": "隱藏源實體", + "name": "名稱" + }, + "title": "翻轉 👻" + }, + "switch": { + "title": "翻轉 👻", + "data": { + "entity_id": "源實體", + "hide_source": "隱藏源實體", + "name": "名稱" + } + } + } + }, + "title": "翻轉 👻" +} From 043420518c5126257b73de8e08cc555302f2b0de Mon Sep 17 00:00:00 2001 From: Espen Faale Date: Mon, 11 Nov 2024 03:39:11 +0000 Subject: [PATCH 13/20] =?UTF-8?q?Translated=20using=20Weblate=20(Norwegian?= =?UTF-8?q?=20Bokm=C3=A5l)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently translated at 100.0% (21 of 21 strings) Translation: Spook/Inverse helper Translate-URL: https://hosted.weblate.org/projects/spook/inverse-helper/nb_NO/ --- .../integrations/spook_inverse/translations/nb_NO.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/custom_components/spook/integrations/spook_inverse/translations/nb_NO.json b/custom_components/spook/integrations/spook_inverse/translations/nb_NO.json index 7f629d8f..5c4c63f5 100644 --- a/custom_components/spook/integrations/spook_inverse/translations/nb_NO.json +++ b/custom_components/spook/integrations/spook_inverse/translations/nb_NO.json @@ -11,7 +11,7 @@ }, "switch": { "data": { - "entity_id": "Kilde entitet", + "entity_id": "Kildeentitet", "hide_source": "Gjem kilde entitet", "name": "Navn" }, @@ -31,8 +31,8 @@ "step": { "binary_sensor": { "data": { - "hide_source": "Gjem kilde entitet", - "entity_id": "Kilde entitet", + "hide_source": "Gjem kildeentitet", + "entity_id": "Kildeentitet", "name": "Navn" }, "title": "Reverser 👻" From 67634813e0b2f97b073e588acc840a0a37b1a9ee Mon Sep 17 00:00:00 2001 From: CaCoZA Date: Sun, 17 Nov 2024 01:33:31 +0000 Subject: [PATCH 14/20] Translated using Weblate (Portuguese) Currently translated at 33.3% (7 of 21 strings) Translation: Spook/Inverse helper Translate-URL: https://hosted.weblate.org/projects/spook/inverse-helper/pt/ --- .../integrations/spook_inverse/translations/pt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/custom_components/spook/integrations/spook_inverse/translations/pt.json b/custom_components/spook/integrations/spook_inverse/translations/pt.json index 5567f178..61abae08 100644 --- a/custom_components/spook/integrations/spook_inverse/translations/pt.json +++ b/custom_components/spook/integrations/spook_inverse/translations/pt.json @@ -7,7 +7,7 @@ "name": "Nome", "hide_source": "Ocultar entidade de origem" }, - "title": "Invertido" + "title": "Invertido 👻" }, "switch": { "data": { @@ -15,14 +15,14 @@ "name": "Nome", "hide_source": "Ocultar entidade de origem" }, - "title": "Invertido" + "title": "Invertido 👻" }, "user": { "menu_options": { "binary_sensor": "Inverter um sensor binário", "switch": "Inverter um interruptor" }, - "title": "Inverso", + "title": "Inverso 👻", "description": "Esse ajudante permite você inverter o comportamento de uma entidade. Por exemplo, inverter aberto/fechado ou ligado/desligado de sensores binários e interruptores." } } @@ -43,9 +43,9 @@ "name": "Nome", "entity_id": "Entidade de origem" }, - "title": "Inverso" + "title": "Inverso 👻" } } }, - "title": "Inverso" + "title": "Inverso 👻" } From d7fad11542cc6f4bda5217d02dac34b322c34bb2 Mon Sep 17 00:00:00 2001 From: Ricky Tigg Date: Thu, 12 Dec 2024 09:34:03 +0000 Subject: [PATCH 15/20] 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/integrations/spook_inverse/translations/fi.json | 2 +- 1 file changed, 1 insertion(+), 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 c02d7c0d..a89d8119 100644 --- a/custom_components/spook/integrations/spook_inverse/translations/fi.json +++ b/custom_components/spook/integrations/spook_inverse/translations/fi.json @@ -10,7 +10,7 @@ "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.", + "description": "Tämän apuohjelman avulla voit kääntää entiteetin käyttäytymisen. Voit esimerkiksi kääntää binääriantureiden ja kytkimien auki/kiinni tai päälle/pois.", "menu_options": { "binary_sensor": "Käännä binäärisensori", "switch": "Käännä kytkin" From 81542c66952782333e077cee5cec173688a24acc Mon Sep 17 00:00:00 2001 From: metsa24 Date: Fri, 13 Dec 2024 18:43:24 +0000 Subject: [PATCH 16/20] Translated using Weblate (Swedish) Currently translated at 80.9% (17 of 21 strings) Translation: Spook/Inverse helper Translate-URL: https://hosted.weblate.org/projects/spook/inverse-helper/sv/ --- .../spook/integrations/spook_inverse/translations/sv.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/custom_components/spook/integrations/spook_inverse/translations/sv.json b/custom_components/spook/integrations/spook_inverse/translations/sv.json index ac324274..63f01c8a 100644 --- a/custom_components/spook/integrations/spook_inverse/translations/sv.json +++ b/custom_components/spook/integrations/spook_inverse/translations/sv.json @@ -3,16 +3,16 @@ "step": { "binary_sensor": { "data": { - "entity_id": "Källa för entitet", - "hide_source": "Dölj källa för entitet", + "entity_id": "Källenhet", + "hide_source": "Dölj källenhet", "name": "Namn" }, "title": "Invertera 👻" }, "switch": { "data": { - "entity_id": "Källa för entitet", - "hide_source": "Dölj källa för entitet", + "entity_id": "Källenhet", + "hide_source": "Dölj källenhet", "name": "Namn" }, "title": "Invertera 👻" From f49f9ccf5adf6bb2c84de9f07b35412e9cb46a19 Mon Sep 17 00:00:00 2001 From: James Baldacchino Date: Thu, 19 Dec 2024 13:48:51 +0100 Subject: [PATCH 17/20] Added translation using Weblate (Maltese) --- .../spook/integrations/spook_inverse/translations/mt.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 custom_components/spook/integrations/spook_inverse/translations/mt.json diff --git a/custom_components/spook/integrations/spook_inverse/translations/mt.json b/custom_components/spook/integrations/spook_inverse/translations/mt.json new file mode 100644 index 00000000..0967ef42 --- /dev/null +++ b/custom_components/spook/integrations/spook_inverse/translations/mt.json @@ -0,0 +1 @@ +{} From a1831dce809a29e821b0b9ea559dedf3a38c6024 Mon Sep 17 00:00:00 2001 From: James Baldacchino Date: Thu, 19 Dec 2024 12:49:54 +0000 Subject: [PATCH 18/20] Translated using Weblate (Maltese) Currently translated at 71.4% (15 of 21 strings) Translation: Spook/Inverse helper Translate-URL: https://hosted.weblate.org/projects/spook/inverse-helper/mt/ --- .../spook_inverse/translations/mt.json | 42 ++++++++++++++++++- 1 file changed, 41 insertions(+), 1 deletion(-) diff --git a/custom_components/spook/integrations/spook_inverse/translations/mt.json b/custom_components/spook/integrations/spook_inverse/translations/mt.json index 0967ef42..877730fe 100644 --- a/custom_components/spook/integrations/spook_inverse/translations/mt.json +++ b/custom_components/spook/integrations/spook_inverse/translations/mt.json @@ -1 +1,41 @@ -{} +{ + "config": { + "step": { + "binary_sensor": { + "data": { + "name": "Isem", + "entity_id": "Entita' tal-oriġini", + "hide_source": "Aħbi l-entita' tal-oriġini" + }, + "title": "Il-Maqlub 👻" + }, + "user": { + "description": "Dan l-assistent iħallik taqleb l-imġieba ta' entita'. Per eżempju, taqleb il-propjetajiet ta' iftaħ/agħlaq jew mixgħul/mitfi ta' sensors binarji, u swiċċijiet.", + "menu_options": { + "binary_sensor": "Aqleb sensor binarju", + "switch": "Aqleb swiċċ" + }, + "title": "Maqlub 👻" + }, + "switch": { + "data": { + "hide_source": "Aħbi l-entita' tal-oriġini", + "entity_id": "Entita' tal-oriġini", + "name": "Isem" + }, + "title": "Aqleb 👻" + } + } + }, + "options": { + "step": { + "binary_sensor": { + "data": { + "entity_id": "Entita' tal-oriġini", + "hide_source": "Aħbi l-entita' tal-oriġini", + "name": "Isem" + } + } + } + } +} From f295abe7aef6c03dd015de20ba8d9b7cd20e89eb Mon Sep 17 00:00:00 2001 From: Rafiki Home Date: Mon, 6 Jan 2025 13:53:00 +0000 Subject: [PATCH 19/20] Translated using Weblate (Afrikaans) Currently translated at 100.0% (21 of 21 strings) Translation: Spook/Inverse helper Translate-URL: https://hosted.weblate.org/projects/spook/inverse-helper/af/ --- .../spook/integrations/spook_inverse/translations/af.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/spook/integrations/spook_inverse/translations/af.json b/custom_components/spook/integrations/spook_inverse/translations/af.json index 5489e914..8fb0752c 100644 --- a/custom_components/spook/integrations/spook_inverse/translations/af.json +++ b/custom_components/spook/integrations/spook_inverse/translations/af.json @@ -31,7 +31,7 @@ "step": { "binary_sensor": { "data": { - "hide_source": "Maak bron eniteit onsigbaar", + "hide_source": "Maak bron entiteit onsigbaar", "name": "Naam", "entity_id": "Bron entiteit" }, From 64b68f6fec59746a4a9d600a0a0932242574b8c7 Mon Sep 17 00:00:00 2001 From: Rafiki Home Date: Fri, 10 Jan 2025 07:46:04 +0000 Subject: [PATCH 20/20] Translated using Weblate (Afrikaans) Currently translated at 100.0% (21 of 21 strings) Translation: Spook/Inverse helper Translate-URL: https://hosted.weblate.org/projects/spook/inverse-helper/af/ --- .../spook/integrations/spook_inverse/translations/af.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/spook/integrations/spook_inverse/translations/af.json b/custom_components/spook/integrations/spook_inverse/translations/af.json index 8fb0752c..042c797a 100644 --- a/custom_components/spook/integrations/spook_inverse/translations/af.json +++ b/custom_components/spook/integrations/spook_inverse/translations/af.json @@ -18,7 +18,7 @@ } }, "user": { - "description": "Hierdie helper laat jou toe om die gedrag van 'n entiteit om te skakel. Byvoorbeeld, verander oop/toe of aan/af van 'n binere sensor of skakelaar.", + "description": "Hierdie helper laat jou toe om die gedrag van 'n entiteit om te skakel. Byvoorbeeld, verander oop/toe of aan/af van 'n binêre sensor of skakelaar.", "menu_options": { "binary_sensor": "Keer 'n binere sensor om", "switch": "Keer skakelaar om"