Skip to content

Commit d7953b0

Browse files
authored
Merge pull request #127 from gickowtf/main
Create de.json
2 parents 588be48 + 14bace5 commit d7953b0

File tree

1 file changed

+67
-0
lines changed
  • custom_components/dirigera_platform/translations

1 file changed

+67
-0
lines changed
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
{
2+
"config": {
3+
"error": {
4+
"hub_connection_fail": "Could not connect to IKEA dirigera hub with these values, check IP & Token"
5+
},
6+
"step": {
7+
"user": {
8+
"data": {
9+
"ip_address": "Hub IP",
10+
"hide_device_set_bulbs": "Hide Device Set Bulbs"
11+
},
12+
"description": "Enter IKEA Dirigera Hub Details",
13+
"title": "IKEA Dirigera Hub Setup"
14+
},
15+
"action": {
16+
"data": {
17+
"ip_address": "Hub IP",
18+
"hide_device_set_bulbs": "Hide Device Set Bulbs"
19+
},
20+
"description": "Press the action button the dirigera hub and press Submit.",
21+
"title": "IKEA Dirigera Hub Setup"
22+
}
23+
}
24+
},
25+
"options": {
26+
"error": {
27+
"hub_connection_fail": "Could not connect to IKEA dirigera hub with these values, check IP & Token"
28+
},
29+
"step": {
30+
"init": {
31+
"title": "IKEA Dirigera Hub Platform",
32+
"data": {
33+
"ip_address": "Hub IP",
34+
"token": "token",
35+
"hide_device_set_bulbs": "Hide Device Set Bulbs"
36+
},
37+
"description": "Update IKEA Dirigera Hub Setting..."
38+
},
39+
"action": {
40+
"data": {
41+
"ip_address": "Hub IP",
42+
"hide_device_set_bulbs": "Hide Device Set Bulbs"
43+
},
44+
"description": "Press the action button the dirigera hub and press Submit.",
45+
"title": "IKEA Dirigera Hub Setup"
46+
}
47+
}
48+
},
49+
"exceptions": {
50+
"hub_exception": {
51+
"message" : "Exception raised by Hub..."
52+
}
53+
},
54+
"device_automation": {
55+
"trigger_type": {
56+
"single_click": "{entity_name} Single Click",
57+
"long_press": "{entity_name} Long Press",
58+
"double_click": "{entity_name} Double Click",
59+
"button1_single_click": "{entity_name} Button 1 Single Click",
60+
"button1_long_press": "{entity_name} Button 1 Long Press",
61+
"button1_double_click": "{entity_name} Button 1 Double Click",
62+
"button2_single_click": "{entity_name} Button 2 Single Click",
63+
"button2_long_press": "{entity_name} Button 2 Long Press",
64+
"button2_double_click": "{entity_name} Button 2 Double Click"
65+
}
66+
}
67+
}

0 commit comments

Comments
 (0)