Skip to content

Commit a118512

Browse files
authored
Merge pull request #605 from weblate/weblate-spook-inverse-helper
2 parents 3ab4544 + 13c102c commit a118512

File tree

2 files changed

+85
-8
lines changed
  • custom_components/spook/integrations/spook_inverse/translations

2 files changed

+85
-8
lines changed

custom_components/spook/integrations/spook_inverse/translations/da.json

Lines changed: 34 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,46 @@
44
"switch": {
55
"data": {
66
"name": "Navn",
7-
"hide_source": "Skjul kilde enhed",
8-
"entity_id": "Kilde enhed"
7+
"hide_source": "Skjul kilde entitet",
8+
"entity_id": "Kilde entitet"
99
},
10-
"title": "Omvendt 👻"
10+
"title": "Vend om 👻"
1111
},
1212
"binary_sensor": {
1313
"data": {
14-
"hide_source": "Skjul kilde enhed",
14+
"hide_source": "Skjul kilde entitet",
1515
"name": "Navn",
16-
"entity_id": "Kilde enhed"
16+
"entity_id": "Kilde entitet"
1717
},
18-
"title": "Omvendt 👻"
18+
"title": "Vend om 👻"
19+
},
20+
"user": {
21+
"description": "Denne hjælper tillader at omvende logikken for en entitet. Fx. omvende åben/luk eller til/fra på binære sensorer og afbrydere.",
22+
"menu_options": {
23+
"binary_sensor": "Vend en binær sensor om"
24+
}
25+
}
26+
}
27+
},
28+
"options": {
29+
"step": {
30+
"binary_sensor": {
31+
"data": {
32+
"entity_id": "Kilde entitet",
33+
"name": "Navn",
34+
"hide_source": "Skjul kilde entitet"
35+
},
36+
"title": "Vend om 👻"
37+
},
38+
"switch": {
39+
"data": {
40+
"entity_id": "Kilde entitet",
41+
"name": "Navn",
42+
"hide_source": "Skjul kilde entitet"
43+
},
44+
"title": "Vend om 👻"
1945
}
2046
}
21-
}
47+
},
48+
"title": "Vend om 👻"
2249
}
Lines changed: 51 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,51 @@
1-
{}
1+
{
2+
"config": {
3+
"step": {
4+
"binary_sensor": {
5+
"data": {
6+
"entity_id": "Entità sorgente",
7+
"hide_source": "Nascondi entità sorgente",
8+
"name": "Nome"
9+
},
10+
"title": "Inverso 👻"
11+
},
12+
"switch": {
13+
"data": {
14+
"entity_id": "Entità sorgente",
15+
"hide_source": "Nascondi entità sorgente",
16+
"name": "Nome"
17+
},
18+
"title": "Inverso 👻"
19+
},
20+
"user": {
21+
"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",
22+
"menu_options": {
23+
"binary_sensor": "Inverti un binary_sensor",
24+
"switch": "Inverti uno switch"
25+
},
26+
"title": "Inverso 👻"
27+
}
28+
}
29+
},
30+
"options": {
31+
"step": {
32+
"switch": {
33+
"data": {
34+
"entity_id": "Entità sorgente",
35+
"hide_source": "Nascondi entità sorgente",
36+
"name": "Nome"
37+
},
38+
"title": "Inverso 👻"
39+
},
40+
"binary_sensor": {
41+
"data": {
42+
"entity_id": "Entità sorgente",
43+
"hide_source": "Nascondi entità sorgente",
44+
"name": "Nome"
45+
},
46+
"title": "Inverso 👻"
47+
}
48+
}
49+
},
50+
"title": "Inverso 👻"
51+
}

0 commit comments

Comments
 (0)