Skip to content

Commit b95fb42

Browse files
committed
Merge branch 'milandzuris-patch-1'
2 parents 05843fb + bc84f09 commit b95fb42

File tree

1 file changed

+57
-0
lines changed
  • custom_components/illuminance/translations

1 file changed

+57
-0
lines changed
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
{
2+
"title": "Osvetlenie",
3+
"config": {
4+
"step": {
5+
"options": {
6+
"title": "Možnosti osvetlenia",
7+
"description": "Predvolený delič je 1 ak nie je vybratý žiadny zdroj údajov o počasí, a 10 ak je vybratý.",
8+
"data": {
9+
"mode": "Režim",
10+
"entity_id": "Zdroj údajov o počasí",
11+
"scan_interval": "Perióda aktualizácie v minútach",
12+
"fallback": "Delič osvetlenia keď nie sú údaje o počasí"
13+
}
14+
},
15+
"name": {
16+
"title": "Názov",
17+
"data": {
18+
"name": "Názov"
19+
}
20+
}
21+
}
22+
},
23+
"device": {
24+
"service": {
25+
"name": "Osvetlenie"
26+
}
27+
},
28+
"options": {
29+
"step": {
30+
"options": {
31+
"title": "Možnosti osvetlenia",
32+
"description": "Predvolený delič je 1 ak nie je vybratý žiadny zdroj údajov o počasí, a 10 ak je vybratý.",
33+
"data": {
34+
"mode": "Režim",
35+
"entity_id": "Zdroj údajov o počasí",
36+
"scan_interval": "Perióda aktualizácie v minútach",
37+
"fallback": "Delič osvetlenia keď nie sú údaje o počasí"
38+
}
39+
}
40+
}
41+
},
42+
"selector": {
43+
"mode": {
44+
"options": {
45+
"normal": "Normálny",
46+
"simple": "Jednoduchý",
47+
"irradiance": "Ožiarenie"
48+
}
49+
}
50+
},
51+
"services": {
52+
"reload": {
53+
"name": "Znovu načítať",
54+
"description": "Znovu načíta osvetlenie z YAML-konfigurácie."
55+
}
56+
}
57+
}

0 commit comments

Comments
 (0)