File tree Expand file tree Collapse file tree 1 file changed +89
-1
lines changed
custom_components/artsauna_ble/translations Expand file tree Collapse file tree 1 file changed +89
-1
lines changed Original file line number Diff line number Diff line change 1- {}
1+ {
2+ "config" : {
3+ "flow_title" : " {name}" ,
4+ "step" : {
5+ "user" : {
6+ "data" : {
7+ "address" : " Bluetoothi aadress"
8+ }
9+ }
10+ },
11+ "error" : {
12+ "cannot_connect" : " [%key:common::config_flow::error::cannot_connect%]" ,
13+ "unknown" : " [%key:common::config_flow::error::unknown%]"
14+ },
15+ "abort" : {
16+ "not_supported" : " Seade pole toetatud" ,
17+ "already_in_progress" : " [%key:common::config_flow::abort::already_in_progress%]" ,
18+ "already_configured" : " [%key:common::config_flow::abort::already_configured_device%]" ,
19+ "no_devices_found" : " [%key:common::config_flow::abort::no_devices_found%]"
20+ }
21+ },
22+ "entity" : {
23+ "button" : {
24+ "temp_up" : {
25+ "name" : " Temperatuur +"
26+ },
27+ "temp_down" : {
28+ "name" : " Temperatuur -"
29+ },
30+ "time_up" : {
31+ "name" : " Aeg +"
32+ },
33+ "time_down" : {
34+ "name" : " Aeg -"
35+ },
36+ "search_fm" : {
37+ "name" : " Otsi raadiojaamu"
38+ },
39+ "cycle_rgb" : {
40+ "name" : " Lappa värvid läbi"
41+ }
42+ },
43+ "switch" : {
44+ "power" : {
45+ "name" : " Toitenupp"
46+ },
47+ "heating" : {
48+ "name" : " Kütmine"
49+ },
50+ "external_light" : {
51+ "name" : " Välisvalgus"
52+ },
53+ "internal_light" : {
54+ "name" : " Sisevalgus"
55+ },
56+ "fm" : {
57+ "name" : " Raadiorežiim"
58+ },
59+ "bt" : {
60+ "name" : " Bluetoothi režiim"
61+ },
62+ "unit" : {
63+ "name" : " Temperatuuriühik"
64+ }
65+ },
66+ "number" : {
67+ "volume" : {
68+ "name" : " Helivaljus"
69+ }
70+ },
71+ "sensor" : {
72+ "target_temp" : {
73+ "name" : " Kuumuse eesmärk"
74+ },
75+ "current_temp" : {
76+ "name" : " Praegune temperatuur"
77+ },
78+ "remaining_time" : {
79+ "name" : " Aega lõpuni"
80+ },
81+ "fm_frequency" : {
82+ "name" : " FM-i sagedus"
83+ },
84+ "rgb_mode" : {
85+ "name" : " RGB värvirežiim"
86+ }
87+ }
88+ }
89+ }
You can’t perform that action at this time.
0 commit comments