aboutsummaryrefslogtreecommitdiff
path: root/custom_components/hon/translations/sk.json
blob: b94883c65b850ef0dc892de8369c83d909ba49ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
{
    "entity": {
        "sensor": {
            "washing_modes": {
                "state": {
                    "0": "Pripravené",
                    "1": "Pripravené",
                    "3": "Pozastaviť",
                    "4": "Naplánované",
                    "5": "Naplánované",
                    "6": "Chyba",
                    "7": "Pripravené",
                    "2": "Program beží",
                    "8": "Test",
                    "9": "Cyklus zastavenia…"
                }
            },
            "program_phases_wm": {
                "state": {
                    "0": "Pripravené",
                    "1": "Pranie",
                    "2": "Pranie",
                    "3": "Odstreďovanie",
                    "4": "Oplachovanie",
                    "5": "Oplachovanie",
                    "6": "Oplachovanie",
                    "7": "Sušenie",
                    "9": "Para",
                    "10": "Pripravené",
                    "11": "Odstreďovanie",
                    "12": "Váženie ",
                    "13": "Váženie ",
                    "14": "Pranie",
                    "15": "Pranie",
                    "16": "Pranie",
                    "17": "Oplachovanie",
                    "18": "Oplachovanie",
                    "19": "Naplánované",
                    "20": "Uchovať svieže",
                    "24": "Osvieženie",
                    "25": "Pranie",
                    "26": "Ohrev",
                    "27": "Pranie"
                },
                "name": "Fáza"
            },
            "program_phases_td": {
                "state": {
                    "0": "Pripravené",
                    "1": "Sušenie",
                    "2": "Sušenie",
                    "3": "Schladiť",
                    "13": "Schladiť",
                    "14": "Sušenie",
                    "15": "Sušenie",
                    "16": "Schladiť",
                    "18": "Uchovať svieže",
                    "19": "Sušenie",
                    "20": "Sušenie",
                    "11": "Pripravené",
                    "17": "unknown"
                },
                "name": "Fáza"
            },
            "program_phases_dw": {
                "state": {
                    "0": "Pripravené",
                    "1": "Predpierka",
                    "2": "Pranie",
                    "3": "Oplachovanie",
                    "4": "Sušenie",
                    "5": "Pripravené",
                    "6": "Hot rinse"
                },
                "name": "Fáza"
            },
            "dry_levels": {
                "state": {
                    "0": "Bez sušenia",
                    "1": "Žehlenie",
                    "2": "Šatník pripravený",
                    "3": "Šatník pripravený",
                    "4": "Extra sušenie",
                    "12": "Žehlenie",
                    "13": "Šatník pripravený",
                    "14": "Hotové na nosenie",
                    "15": "Extra sušenie",
                    "11": "Bez sušenia"
                },
                "name": "Úroveň sušenia"
            },
            "anti_crease": {
                "name": "Proti pokrčeniu"
            },
            "power": {
                "name": "Úroveň výkonu"
            },
            "remaining_time": {
                "name": "Zostávajúci čas"
            },
            "temperature": {
                "name": "Teplota"
            },
            "water_efficiency": {
                "name": "Účinnosť vody"
            },
            "water_saving": {
                "name": "Úspora vody"
            },
            "duration": {
                "name": "Trvanie"
            },
            "target_temperature": {
                "name": "Cieľová teplota"
            },
            "spin_speed": {
                "name": "Odstreďovanie"
            },
            "steam_leve": {
                "name": "Úroveň nastavenia pary"
            },
            "dirt_level": {
                "name": "Úroveň znečistenia"
            },
            "delay_time": {
                "name": "Odložený štart"
            },
            "dry_time": {
                "name": "Čas sušenia"
            },
            "suggested_load": {
                "name": "Kapacita naplnenia"
            },
            "energy_label": {
                "name": "Energetická účinnosť"
            },
            "det_dust": {
                "name": "Prášok"
            },
            "det_liquid": {
                "name": "Kvapalné pracie prostriedky"
            },
            "errors": {
                "name": "Chyba"
            },
            "programs": {
                "name": "Aktuálny program"
            },
            "cycles_total": {
                "name": "Cykly Súčet"
            },
            "energy_total": {
                "name": "Spotreba energie Súčet"
            },
            "water_total": {
                "name": "Účinnosť vody Súčet"
            },
            "energy_current": {
                "name": "Spotreba energie Current"
            },
            "water_current": {
                "name": "Účinnosť vody Current"
            },
            "mach_modes_ac": {
                "state": {
                    "0": "Automatika",
                    "1": "Chladiť",
                    "2": "Chladiť",
                    "3": "Sušiť",
                    "4": "Ohrev",
                    "5": "Ventilátor",
                    "6": "Ventilátor"
                }
            },
            "programs_td": {
                "state": {
                    "active_dry": "Aktívne sušenie",
                    "allergy_care": "Antialergický",
                    "all_in_one": "All in One",
                    "antiallergy": "Antialergický",
                    "anti_odours": "Oživenie",
                    "auto_care": "Automatická starostlivosť",
                    "baby": "Detská",
                    "bed_quilt": "Posteľná prikrývka",
                    "care_30": "Starostlivosť 30",
                    "care_45": "Starostlivosť 45",
                    "care_59": "Starostlivosť 59",
                    "coloured": "Farebná",
                    "daily_45_min": "DENNY 45'",
                    "daily_perfect_59_min": "DAILY PERFECT 59'",
                    "darks_and_coloured": "Tmavá a farebná",
                    "delicates": "Jemné",
                    "duvet": "Prikrývky",
                    "eco": "Eco bavlna",
                    "ecospeed_cottons": "Ecospeed bavlna",
                    "ecospeed_delicates": "Eco rychly - jemne",
                    "ecospeed_mixed": "Ecospeed zmiešaná",
                    "extra_hygiene": "EXTRA HYGIENA",
                    "fitness": "Fitnes",
                    "fresh_care": "Svieža starostlivosť",
                    "genius": "Genius",
                    "hqd_baby_care": "Baby Care",
                    "hqd_bath_towel": "Osušky",
                    "hqd_bed_sheets": "Posteľná bielizeň",
                    "hqd_bulky": "Objemné položky",
                    "hqd_casual": "Neformálne",
                    "hqd_cold_wind_30": "Chladný vánok 30 minút",
                    "hqd_cold_wind_timing": "Studený vánok ",
                    "hqd_cotton": "Bavlna",
                    "hqd_curtain": "Záclony",
                    "hqd_delicate": "Jemné materiály",
                    "hqd_diaper": "Plienky",
                    "hqd_duvet": "Paplón",
                    "hqd_feather": "Prešívané bundy",
                    "hqd_hot_wind_timing": "Horúci vzduch",
                    "hqd_hygienic": "Hygienizácia",
                    "hqd_i_refresh": "I-Refresh",
                    "hqd_i_refresh_pro": "I-Refresh Pro",
                    "hqd_jacket": "Bundy",
                    "hqd_jeans": "Džínsy",
                    "hqd_luxury": "Luxury",
                    "hqd_mix": "Zmiešané",
                    "hqd_night_dry": "Nočné sušenie",
                    "hqd_outdoor": "Outdoor",
                    "hqd_precious_cure": "Precious cure",
                    "hqd_quick_20": "Rýchle 20",
                    "hqd_quick_30": "Rýchle 30",
                    "hqd_quick_dry": "Rýchle sušenie 30",
                    "hqd_quilt": "Prikrývky",
                    "hqd_refresh": "Osvieženie",
                    "hqd_school_uniform": "Školská uniforma",
                    "hqd_shirt": "Košele",
                    "hqd_shoes": "Obuv",
                    "hqd_silk": "Hodváb",
                    "hqd_sports": "Šport",
                    "hqd_synthetics": "Syntetika",
                    "hqd_timer": "Načasované",
                    "hqd_towel": "Osušky",
                    "hqd_underwear": "Spodná bielizeň",
                    "hqd_warm_up": "Zahriatie",
                    "hqd_wool": "Vlna",
                    "hqd_working_suit": "Pracovné odevy",
                    "hygiene": "Hygiena",
                    "iot_checkup": "Kontrola",
                    "iot_dry_anti_mites": "Proti roztočom",
                    "iot_dry_baby": "Detská",
                    "iot_dry_backpacks": "Batohy",
                    "iot_dry_bathrobe": "Bathrobe",
                    "iot_dry_bed_linen": "Posteľná bielizeň",
                    "iot_dry_bed_quilt": "Posteľná prikrývka",
                    "iot_dry_cotton": "Bavlna",
                    "iot_dry_cuddly_toys": "Plyšové hračky",
                    "iot_dry_curtains": "Závesy",
                    "iot_dry_dehumidifier": "Odstraňovač vlhkosti",
                    "iot_dry_delicates": "Jemná",
                    "iot_dry_delicate_tablecloths": "Jemné obrusy",
                    "iot_dry_denim_jeans": "Džínsovina – džínsy",
                    "iot_dry_down_jacket": "Jacket",
                    "iot_dry_duvet": "Prikrývky",
                    "iot_dry_easy_iron_cotton": "Super ľahké žehlenie",
                    "iot_dry_easy_iron_synthetics": "Super ľahké žehlenie syntetiky",
                    "iot_dry_gym_fit": "Športovné oblečenie",
                    "iot_dry_lingerie": "Spodná bielizeň",
                    "iot_dry_mixed": "Zmiešané",
                    "iot_dry_playsuits": "Tepláky",
                    "iot_dry_rapid_30": "Rapid 30",
                    "iot_dry_rapid_59": "Rýchly 59 min.",
                    "iot_dry_refresh": "Osvieženie",
                    "iot_dry_regenerates_waterproof": "Oživení nepromokavých tkanin",
                    "iot_dry_relax_creases": "Uvoľnenie záhybov",
                    "iot_dry_shirts": "Košele",
                    "iot_dry_small_load": "Malá náplň",
                    "iot_dry_swimsuits_and_bikinis": "Plavky",
                    "iot_dry_synthetics": "Syntetická",
                    "iot_dry_synthetic_dry": "Syntetika – sušenie",
                    "iot_dry_tablecloths": "Obrusy",
                    "iot_dry_technical_fabrics": "Technické tkaniny",
                    "iot_dry_warm_embrace": "Detská zavinovačka",
                    "iot_dry_wool": "Woolmark",
                    "jeans": "Džínsy",
                    "mix_and_dry": "Mix&Dry",
                    "pets": "Domáce zvieratá",
                    "pre_iron": "Pred žehlením",
                    "rapid_30": "Rapid 30",
                    "rapid_45": "Rýchly 45 min",
                    "rapid_59": "Perfektne rýchly 59 min",
                    "refresh": "Osvieženie",
                    "relax_creases": "Uvoľnenie záhybov",
                    "saving_30_min": "EKONOMICKY 30'",
                    "shirts": "Košele",
                    "shoes": "Obuv",
                    "small_load": "Malá náplň",
                    "soft_care": "Jemná starostlivosť",
                    "sport_plus": "Sportovy",
                    "super_easy_iron_misti": "Super ľahké žehlenie pre Zmiešané",
                    "super_easy_iron_xxl": "Super ľahké žehlenie XXL",
                    "super_fast_cottons": "Super rýchly bavlna",
                    "super_fast_delicates": "Super rýchly jemná",
                    "synthetics": "Syntetická",
                    "total_care": "Total Care",
                    "trainers": "Športová obuv",
                    "ultra_care": "Ultra Care",
                    "waterproof_revitalize": "Obnovenie vodeodolnosti",
                    "whites": "Biela",
                    "wool": "Sušenie vlny",
                    "woolmark": "Woolmark",
                    "xxl_load": "XXL náplň",
                    "zoom_59": "Zoom 59"
                }
            },
            "room_temperature": {
                "name": "Izbová teplota"
            },
            "humidity": {
                "name": "Vlhkosť"
            },
            "freezer_temp": {
                "name": "Teplota mrazničky"
            },
            "fridge_temp": {
                "name": "Teplota chladničky"
            }
        },
        "select": {
            "programs_dw": {
                "state": {
                    "59_min": "Rýchly 59'",
                    "auto_care": "Auto Care",
                    "auto_care_soil": "Auto Care",
                    "auto_plus": "AutoPlus",
                    "auto_sensor": "Auto Sensor",
                    "auto_sensor_soil": "Auto Sensor",
                    "auto_universal": "Auto univerzálny 50 -60°C",
                    "auto_universal_plus": "Auto univerzálny plus 65 - 75°C",
                    "auto_universal_plus_soil": "Auto univerzálny plus 65 - 75°C",
                    "auto_universal_soil": "Auto univerzálny 50 -60°C",
                    "auto_wash": "Automatické pranie",
                    "auto_wash_soil": "Automatické pranie",
                    "classe_a_59": "A trieda 1 h 65°C",
                    "delicate": "Jemný 45°C",
                    "dishwasher_care": "Cyklus čistenia vodného kameňa",
                    "eco": "Eko",
                    "eco_asynch": "Eco 45°C",
                    "eco_bldc": "Eco 45°C",
                    "eco_synch": "Eco 45°C",
                    "gentle_wash": "Gentle wash",
                    "glass": "Sklo",
                    "glassware": "Sklo 45 °C",
                    "glass_care": "Glass Care",
                    "hygiene": "Hygiena",
                    "hygiene_plus": "Hygienické umývanie + 75 °C",
                    "intensive": "Intenzívne pranie ",
                    "intensive_rapid": "intenzívny rýchly",
                    "iot_auto_sensor": "Auto Sensor",
                    "iot_auto_universal_soil": "Auto univerzálny 50 -60°C",
                    "iot_auto_wash_soil": "Automatické pranie",
                    "iot_baby_care": "Detská starostlivosť",
                    "iot_breakfast": "Raňajky",
                    "iot_checkup": "Kontrola",
                    "iot_china_crystals": "Krištáľ",
                    "iot_classe_a_59": "Rýchly 59'",
                    "iot_cocktail_glasses": "Koktailové poháre",
                    "iot_cocktail_glasses_soil": "Koktailové poháre",
                    "iot_daily_care": "Denná starostlivosť",
                    "iot_daily_care_soil": "Denná starostlivosť",
                    "iot_delicate": "Jemný 45°C",
                    "iot_dinner_for_two": "Večera pre dvoch",
                    "iot_dinner_for_two_soil": "Večera pre dvoch",
                    "iot_dreft_quick_cycle": "Dreft Quick",
                    "iot_eco_asynch": "Eco 45°C",
                    "iot_eco_bldc": "Eco 45°C",
                    "iot_eco_synch": "Eco 45°C",
                    "iot_extra_hygiene": "Extra hygienický",
                    "iot_fairy_quick_cycle": "Fairy Quick",
                    "iot_happy_hour": "Happy Hour",
                    "iot_jar_quick_cycle": "Jar Quick",
                    "iot_party": "Párty (večierok)",
                    "iot_party_soil": "Párty (večierok)",
                    "iot_pizza_menu": "Pizza Menu",
                    "iot_pizza_menu_soil": "Pizza Menu",
                    "iot_plastic_tupperware": "Plastové riady a misky",
                    "iot_porcelain": "Porcelán",
                    "iot_power_mix_wash": "Power Mix Wash",
                    "iot_power_mix_wash_soil": "Power Mix Wash",
                    "iot_prewash": "Predumývanie",
                    "iot_pyrex_and_glassware": "Pyrex a sklenené riady",
                    "iot_rapid_29": "Rychly 29'",
                    "iot_rapid_39": "Rýchle 39' 60 °C",
                    "iot_single": "Jeden",
                    "iot_steam": "Para 75 °C",
                    "iot_super_flash": "Super oplach",
                    "iot_super_wash": "Super Wash",
                    "iot_turbopower": "Turbo Power",
                    "iot_universal": "Univerzálne 60 °C",
                    "iot_wok_grids_maxi_pans": "Špeciálne panvice (Wok, rošty, maxi panvice)",
                    "iot_wok_grids_maxi_pans_soil": "Špeciálne panvice (Wok, rošty, maxi panvice)",
                    "iot_yes_quick_cycle": "Yes Quick",
                    "night": "Ultra tichý 55°C",
                    "prewash": "Predumývanie",
                    "rapid_20": "Rýchly 20'",
                    "rapid_24": "Rychly 24'",
                    "rapid_29": "Rychly 29' 50°C",
                    "rapid_35": "Wash&Dry 35'",
                    "rapid_39": "Rýchle 39' 60 °C",
                    "rapid_49": "Rýchly 49'",
                    "rapid_59": "Rýchly 59'",
                    "sanitising": "Dezinfekcia",
                    "silence": "Silence",
                    "silent": "Noc",
                    "silent_care": "Silent Care",
                    "smart_ai": "Smart AI",
                    "smart_ai_pro": "Smart AI Pro",
                    "smart_ai_pro_soil": "Smart AI Pro",
                    "smart_ai_rapid": "Smart AI Rapid",
                    "smart_ai_rapid_soil": "Smart AI Rapid",
                    "smart_ai_soil": "Smart AI",
                    "special": "špeciál",
                    "special_pw_prz": "špeciál",
                    "steam": "Para 75 °C",
                    "steam_plus": "Para Plus 75 °C",
                    "total_care": "Total Care 50°C",
                    "ultra_silence": "Ultra tichý 55°C",
                    "ultra_silent": "Ultra tichý 55°C",
                    "universal": "Univerzálne 60 °C",
                    "universal_plus": "Univerzálne Plus 70 °C",
                    "zoom_39": "Zoom 39 min"
                },
                "name": "Program"
            },
            "programs_ih": {
                "state": {
                    "iot_special_ash_brown": "Zemiakové placky",
                    "iot_special_beef_fillet": "Sviečková",
                    "iot_special_beef_veal_stew": "Dusené hovädzie a teľacie mäso",
                    "iot_special_boiled_rice": "Varená ryža",
                    "iot_special_chicken_breast": "Kuracie prsia",
                    "iot_special_chicken_legs": "Kuracie stehná",
                    "iot_special_chocolate_pudding": "Čokoládový puding",
                    "iot_special_entrecote": "Roštenka",
                    "iot_special_fresh_tuna": "Čerstvý tuniak",
                    "iot_special_grilled_vegetables": "Grilovaná zelenina",
                    "iot_special_lamb_cutlet": "Jahňacie kotlety",
                    "iot_special_meatballs": "Mäsové knedličky",
                    "iot_special_minestrone": "Minestrone",
                    "iot_special_mussels": "Mušle",
                    "iot_special_omelette": "Omeleta",
                    "iot_special_pancakes": "Palacinky",
                    "iot_special_paris_style_peas": "Hrášok po parížsky",
                    "iot_special_poached_eggs": "Stratené vajcia",
                    "iot_special_pork_fillet": "Bravčová fileta",
                    "iot_special_pork_ribs": "Bravčové rebierka",
                    "iot_special_prawns": "Krevety",
                    "iot_special_quinoa": "Quinoa",
                    "iot_special_ratatouille": "Ratatouille",
                    "iot_special_salmon_fillet": "Fileta z lososa",
                    "iot_special_saute_potatoes": "Restované zemiaky",
                    "iot_special_scallops": "Lastúry",
                    "iot_special_scrambled_eggs": "Praženica",
                    "iot_special_spelt": "Špalda",
                    "iot_special_veggy_noodles": "Vegetariánske rezance",
                    "iot_special_white_fish_fillet": "Filety z bielych rýb",
                    "iot_standard_boiling": "Vrenie",
                    "iot_standard_frying": "Vyprážať",
                    "iot_standard_keep_warm": "Udržiavanie tepla",
                    "iot_standard_melting": "Topiť",
                    "iot_standard_simmering": "Slabé vrenie"
                },
                "name": "Program"
            },
            "programs_ov": {
                "state": {
                    "bakery": "Cestoviny a pečenie",
                    "bakery_steam": "Parná rúra",
                    "bottom_heating": "Spodný ohrev",
                    "bottom_heating_fan": "Spodný ohrev + Ventilátor",
                    "bread": "Chlieb",
                    "bread_steam": "Chlieb pečený v pare",
                    "combi": "Combi",
                    "convection_fan": "Statický + ventilátor",
                    "convection_fan_turnspit": "Statické + ventilátor + otočný ražeň",
                    "conventional": "Statický",
                    "conventional_turnspit": "Statické + otočný ražeň",
                    "defrost": "Rozmraziť",
                    "descaling": "Odstránenie vodného kameňa",
                    "fish": "Ryby",
                    "fish_steam": "Ryby pripravené v pare",
                    "grill_cata": "Gril",
                    "grill_fan_cata": "Gril + ventilátor",
                    "grill_fan_pyro": "Gril + ventilátor",
                    "grill_pyro": "Gril",
                    "h20_clean": "H2O-Clean",
                    "iot_bread": "Chlieb",
                    "iot_h20_clean": "h2O clean",
                    "leavening": "Kysnutie",
                    "low_temp_cooking": "Varenie pri nízkych teplotách",
                    "low_temp_cooking_fish": "Varenie pri nízkych teplotách – Ryby",
                    "low_temp_cooking_fish_steam": "Varenie pri nízkych teplotách – ryby pripravené v pare",
                    "low_temp_cooking_meat": "Varenie pri nízkych teplotách – Mäso",
                    "low_temp_cooking_meat_steam": "Varenie pri nízkych teplotách - mäso dusené v pare",
                    "low_temp_cooking_steam": "Varenie pri nízkych teplotách v pare",
                    "meat": "Mäso",
                    "meat_steam": "Mäso v pare",
                    "multi_level": "Viacúrovňové",
                    "paella": "Paella",
                    "pasta_and_bakery": "Cestoviny a pečenie",
                    "pizza": "Pizza",
                    "pyrolysis": "Pyrolýza",
                    "pyrolysis_plus": "Pyrolýza +",
                    "red_meat": "Červené mäso",
                    "red_meat_steam": "Červené mäso dusené v pare",
                    "regenerate": "Regenerovať",
                    "soft_plus": "Soft+",
                    "super_grill": "Super Gril",
                    "tailor_bake": "Tailor bake",
                    "tailor_bake_cata": "Tailor Bake",
                    "tailor_bake_pyro": "Tailor Bake",
                    "vegetables": "Zelenina",
                    "vegetables_cata": "Zelenina",
                    "vegetables_pyro": "Zelenina",
                    "water_discharge": "Vypúšťanie vody",
                    "white_meat": "Biele mäso",
                    "white_meat_steam": "Biele mäso pripravené v pare"
                },
                "name": "Program"
            },
            "programs_td": {
                "state": {
                    "active_dry": "Aktívne sušenie",
                    "allergy_care": "Antialergický",
                    "all_in_one": "All in One",
                    "antiallergy": "Antialergický",
                    "anti_odours": "Oživenie",
                    "auto_care": "Automatická starostlivosť",
                    "baby": "Detská",
                    "bed_quilt": "Posteľná prikrývka",
                    "care_30": "Starostlivosť 30",
                    "care_45": "Starostlivosť 45",
                    "care_59": "Starostlivosť 59",
                    "coloured": "Farebná",
                    "daily_45_min": "DENNY 45'",
                    "daily_perfect_59_min": "DAILY PERFECT 59'",
                    "darks_and_coloured": "Tmavá a farebná",
                    "delicates": "Jemné",
                    "duvet": "Prikrývky",
                    "eco": "Eco bavlna",
                    "ecospeed_cottons": "Ecospeed bavlna",
                    "ecospeed_delicates": "Eco rychly - jemne",
                    "ecospeed_mixed": "Ecospeed zmiešaná",
                    "extra_hygiene": "EXTRA HYGIENA",
                    "fitness": "Fitnes",
                    "fresh_care": "Svieža starostlivosť",
                    "genius": "Genius",
                    "hqd_baby_care": "Baby Care",
                    "hqd_bath_towel": "Osušky",
                    "hqd_bed_sheets": "Posteľná bielizeň",
                    "hqd_bulky": "Objemné položky",
                    "hqd_casual": "Neformálne",
                    "hqd_cold_wind_30": "Chladný vánok 30 minút",
                    "hqd_cold_wind_timing": "Studený vánok ",
                    "hqd_cotton": "Bavlna",
                    "hqd_curtain": "Záclony",
                    "hqd_delicate": "Jemné materiály",
                    "hqd_diaper": "Plienky",
                    "hqd_duvet": "Paplón",
                    "hqd_feather": "Prešívané bundy",
                    "hqd_hot_wind_timing": "Horúci vzduch",
                    "hqd_hygienic": "Hygienizácia",
                    "hqd_i_refresh": "I-Refresh",
                    "hqd_i_refresh_pro": "I-Refresh Pro",
                    "hqd_jacket": "Bundy",
                    "hqd_jeans": "Džínsy",
                    "hqd_luxury": "Luxury",
                    "hqd_mix": "Zmiešané",
                    "hqd_night_dry": "Nočné sušenie",
                    "hqd_outdoor": "Outdoor",
                    "hqd_precious_cure": "Precious cure",
                    "hqd_quick_20": "Rýchle 20",
                    "hqd_quick_30": "Rýchle 30",
                    "hqd_quick_dry": "Rýchle sušenie 30",
                    "hqd_quilt": "Prikrývky",
                    "hqd_refresh": "Osvieženie",
                    "hqd_school_uniform": "Školská uniforma",
                    "hqd_shirt": "Košele",
                    "hqd_shoes": "Obuv",
                    "hqd_silk": "Hodváb",
                    "hqd_sports": "Šport",
                    "hqd_synthetics": "Syntetika",
                    "hqd_timer": "Načasované",
                    "hqd_towel": "Osušky",
                    "hqd_underwear": "Spodná bielizeň",
                    "hqd_warm_up": "Zahriatie",
                    "hqd_wool": "Vlna",
                    "hqd_working_suit": "Pracovné odevy",
                    "hygiene": "Hygiena",
                    "iot_checkup": "Kontrola",
                    "iot_dry_anti_mites": "Proti roztočom",
                    "iot_dry_baby": "Detská",
                    "iot_dry_backpacks": "Batohy",
                    "iot_dry_bathrobe": "Bathrobe",
                    "iot_dry_bed_linen": "Posteľná bielizeň",
                    "iot_dry_bed_quilt": "Posteľná prikrývka",
                    "iot_dry_cotton": "Bavlna",
                    "iot_dry_cuddly_toys": "Plyšové hračky",
                    "iot_dry_curtains": "Závesy",
                    "iot_dry_dehumidifier": "Odstraňovač vlhkosti",
                    "iot_dry_delicates": "Jemná",
                    "iot_dry_delicate_tablecloths": "Jemné obrusy",
                    "iot_dry_denim_jeans": "Džínsovina – džínsy",
                    "iot_dry_down_jacket": "Jacket",
                    "iot_dry_duvet": "Prikrývky",
                    "iot_dry_easy_iron_cotton": "Super ľahké žehlenie",
                    "iot_dry_easy_iron_synthetics": "Super ľahké žehlenie syntetiky",
                    "iot_dry_gym_fit": "Športovné oblečenie",
                    "iot_dry_lingerie": "Spodná bielizeň",
                    "iot_dry_mixed": "Zmiešané",
                    "iot_dry_playsuits": "Tepláky",
                    "iot_dry_rapid_30": "Rapid 30",
                    "iot_dry_rapid_59": "Rýchly 59 min.",
                    "iot_dry_refresh": "Osvieženie",
                    "iot_dry_regenerates_waterproof": "Oživení nepromokavých tkanin",
                    "iot_dry_relax_creases": "Uvoľnenie záhybov",
                    "iot_dry_shirts": "Košele",
                    "iot_dry_small_load": "Malá náplň",
                    "iot_dry_swimsuits_and_bikinis": "Plavky",
                    "iot_dry_synthetics": "Syntetická",
                    "iot_dry_synthetic_dry": "Syntetika – sušenie",
                    "iot_dry_tablecloths": "Obrusy",
                    "iot_dry_technical_fabrics": "Technické tkaniny",
                    "iot_dry_warm_embrace": "Detská zavinovačka",
                    "iot_dry_wool": "Woolmark",
                    "jeans": "Džínsy",
                    "mix_and_dry": "Mix&Dry",
                    "pets": "Domáce zvieratá",
                    "pre_iron": "Pred žehlením",
                    "rapid_30": "Rapid 30",
                    "rapid_45": "Rýchly 45 min",
                    "rapid_59": "Perfektne rýchly 59 min",
                    "refresh": "Osvieženie",
                    "relax_creases": "Uvoľnenie záhybov",
                    "saving_30_min": "EKONOMICKY 30'",
                    "shirts": "Košele",
                    "shoes": "Obuv",
                    "small_load": "Malá náplň",
                    "soft_care": "Jemná starostlivosť",
                    "sport_plus": "Sportovy",
                    "super_easy_iron_misti": "Super ľahké žehlenie pre Zmiešané",
                    "super_easy_iron_xxl": "Super ľahké žehlenie XXL",
                    "super_fast_cottons": "Super rýchly bavlna",
                    "super_fast_delicates": "Super rýchly jemná",
                    "synthetics": "Syntetická",
                    "total_care": "Total Care",
                    "trainers": "Športová obuv",
                    "ultra_care": "Ultra Care",
                    "waterproof_revitalize": "Obnovenie vodeodolnosti",
                    "whites": "Biela",
                    "wool": "Sušenie vlny",
                    "woolmark": "Woolmark",
                    "xxl_load": "XXL náplň",
                    "zoom_59": "Zoom 59"
                },
                "name": "Program"
            },
            "programs_wm": {
                "state": {
                    "20_degrees_coloured_cottons": "20° farebné a bavlnené",
                    "20_degrees_new_energy_label": "20°C",
                    "active_steam": "Para",
                    "active_wash": "Aktívne pranie",
                    "active_wash_steam": "Aktívne pranie",
                    "allergy_care": "Antialergické ošetrenie",
                    "allergy_care_pro": "Antialergické ošetrenie Pro",
                    "all_in_one_49": "Všetko v jednom 49 min.",
                    "all_in_one_59": "Všetko v jednom 59 min.",
                    "all_in_one_59_steam": "Aktívne pranie + para",
                    "autocare": "Automatická starostlivosť",
                    "autoclean": "Čistenie bubna",
                    "baby_60": "Všetka detská 60°C",
                    "care_14": " Starostlivost 14'",
                    "care_30": " Starostlivost 30'",
                    "care_44": "Starostlivost 44'",
                    "checkup": "Kontrola",
                    "colour_59": "Farebná 59'",
                    "colour_59_steam": "Farebná bielizeň 59' + Para",
                    "cottons": "Bavlna",
                    "cottons_prewash": "Bavlna + Predpierka",
                    "cottons_steam": "Bavlna + Para",
                    "cotton_care_59": "Bavlna 59 Min",
                    "delicate_59": "Jemné materiály 59 min.",
                    "delicate_silk": "Jemný hodváb",
                    "delicate_silk_steam": "Jemný hodváb + Para",
                    "delicati_59": "Jemné materiály 59 min.",
                    "delicati_59_steam": "Jemné materiály 59 min.",
                    "drain_spin": "Vypúšťanie a odstreďovanie",
                    "easy_iron": "Jednoduché žehlenie",
                    "eco_40_60_new_energy_label": "Eco 40 – 60",
                    "extra_care": "Extra Starostlivost",
                    "fitness": "Fitnes",
                    "fitness_care": "Fitnes",
                    "fresh_care": "Svieža starostlivosť",
                    "fresh_care_steam": "Fresh Care + Para",
                    "handwash_wool": "Pranie v rukách a vlna",
                    "high_dry": "Bavlna suchá",
                    "hqd_20_degrees": "Bavlna 20 ℃",
                    "hqd_allergy": "Antialergické ošetrenie",
                    "hqd_autoclean": "Čistenie bubna",
                    "hqd_babycare": "Detská starostlivosť",
                    "hqd_checkup": "Kontrola",
                    "hqd_cottons": "Bavlna",
                    "hqd_delicate": "Jemné materiály",
                    "hqd_delicate_cradle": "Jemné materiály",
                    "hqd_dry": "Bavlna suchá",
                    "hqd_dry_synthetics": "Zmiešané suché",
                    "hqd_duvet": "Prikrývky",
                    "hqd_eco_40_60_degrees": "Eco 40 – 60",
                    "hqd_handwash_wool": "Vlna",
                    "hqd_i_refresh": "i-Refresh",
                    "hqd_mix": "Zmiešané",
                    "hqd_quick_15": "Rýchly 15 min.",
                    "hqd_quick_wash_57": "Rýchle pranie 57 min.",
                    "hqd_rapid_wash_and_dry": "Pranie a sušenie",
                    "hqd_refresh": "Osvieženie",
                    "hqd_rinse": "Oplachovanie",
                    "hqd_shirts": "Košele",
                    "hqd_smart": "Smart A.I.",
                    "hqd_spin": "Odstreďovanie",
                    "hqd_sport": "Šport",
                    "hqd_super_fast": "Rýchly 39 min.",
                    "hqd_synthetic_and_coloured": "Syntetika",
                    "hygiene_59": "Hygiena Plus 59'",
                    "hygiene_60": "Hygiena 60°",
                    "hygiene_plus_59": "Hygiena Plus 59'",
                    "hygiene_plus_59_min": "Hygiena Plus 59'",
                    "hygiene_pro_49_min": "Hygiene Pro 49 min",
                    "hygiene_pro_steam": "Hygiene Pro + para",
                    "intensive_40": "Intenzívne pranie 40°C",
                    "intensive_40_steam": "Intensive 40°C + Para",
                    "iot_active_steam": "Para",
                    "iot_active_wash_steam": "Aktívne pranie",
                    "iot_allergy_care_pro": "Antialergické ošetrenie Pro",
                    "iot_all_in_one_59_steam": "Aktívne pranie + para",
                    "iot_checkup": "Kontrola",
                    "iot_colour_59_steam": "Farebná bielizeň 59' + Para",
                    "iot_cottons_steam": "Bavlna + Para",
                    "iot_delicate_silk_steam": "Jemný hodváb + Para",
                    "iot_delicati_59_steam": "Jemné materiály 59 min.",
                    "iot_dry_air_refresh": "Prevzdušnenie",
                    "iot_dry_anti_mites": "Proti roztočom",
                    "iot_dry_baby": "Odevy pre batoľa",
                    "iot_dry_backpacks": "Plecniaky",
                    "iot_dry_bathrobe": "Župany a porézne tkaniny",
                    "iot_dry_bed_linen": "Posteľné obliečky",
                    "iot_dry_cotton_dry": "Bavlna suchá",
                    "iot_dry_cuddly_toys": "Plyšové zvieratká",
                    "iot_dry_curtains": "Záclony",
                    "iot_dry_dehumidifier": "Odstraňovač vlhkosti",
                    "iot_dry_delicates_antiallergy": "Jemné materiály – antialergický program",
                    "iot_dry_delicate_tablecloths": "Obrusy z jemných materiálov",
                    "iot_dry_denim_jeans": "Džínsovina – džínsy",
                    "iot_dry_easy_iron_cotton": "Jednoduché žehlenie – bavlna",
                    "iot_dry_easy_iron_synthetics": "Jednoduché žehlenie – syntetika",
                    "iot_dry_gym_fit": "Oblečenie do telocvične a posilňovne",
                    "iot_dry_lingerie": "Spodná bielizeň",
                    "iot_dry_mixed_dry": "Zmiešané suché",
                    "iot_dry_rapid_60_min_delicates": "Rýchly 60 min. – jemné materiály",
                    "iot_dry_shirts": "Košele",
                    "iot_dry_swimsuits_and_bikinis": "Plavky",
                    "iot_dry_synthetics": "Syntetika – sušenie",
                    "iot_dry_synthetic_dry": "Syntetika – sušenie",
                    "iot_dry_tablecloths": "Obrusy",
                    "iot_dry_technical_fabrics": "Technické tkaniny",
                    "iot_dry_warm_embrace": "Teplé bubnové sušenie",
                    "iot_dry_wool_dry": "Vlna suchá",
                    "iot_easy_iron": "Jednoduché žehlenie",
                    "iot_fresh_care_steam": "Fresh Care + Para",
                    "iot_hygiene_pro_steam": "Hygiene Pro + para",
                    "iot_intensive_40_steam": "Intensive 40°C + Para",
                    "iot_mixed_steam": "Zmiešané + Para",
                    "iot_mix_and_colour_59_steam": "Zmiešané a Farebné 59' + Para",
                    "iot_perfect_cotton_59_steam": "Cista Bavlna 59'",
                    "iot_rapid_a_class_60_steam": "Rýchly Trieda A 60 + Para",
                    "iot_resistant_cotton_steam": "Bavlna + Para",
                    "iot_shirts_steam": "Košele + para",
                    "iot_single_item_steam": "Jedna položka + Para",
                    "iot_smart_wash": "Smart Wash",
                    "iot_soft_care_steam": "Soft Care + Steam",
                    "iot_special_39_full_load_steam": "Špeciál 39' + Para",
                    "iot_steam_hygiene_plus": "Para Hygiene Plus ",
                    "iot_synthetic_and_coloured_steam": "Syntetika a farebné materiály + para",
                    "iot_wash_and_dry": "Pranie a sušenie",
                    "iot_wash_anti_mites": "Proti roztočom",
                    "iot_wash_anti_odor": "Odstránenie zápachu",
                    "iot_wash_ariel_clean_cycle": "Ariel Ultimate Clean",
                    "iot_wash_ariel_cold_cycle": "Ariel Cold Clean",
                    "iot_wash_ariel_fresh_cycle": "Ariel Fresh Clean",
                    "iot_wash_baby_sanitizer": "Dezinfekcia",
                    "iot_wash_baby_sanitizer_steam": "Dezinfekčný pre odevy pre batoľa + Para",
                    "iot_wash_backpacks": "Plecniaky",
                    "iot_wash_backpacks_zelig": "Batohy",
                    "iot_wash_bathrobe": "Župany a uteráky",
                    "iot_wash_bathrobe_steam": "Župan + Para",
                    "iot_wash_bed_linen": "Posteľné obliečky",
                    "iot_wash_bed_linen_steam": "Posteľné obliečky + Para",
                    "iot_wash_bed_linen_zelig": "Posteľné obliečky",
                    "iot_wash_big_single_load": "Veľká jednorazová náplň",
                    "iot_wash_bleaching": "Bielenie",
                    "iot_wash_blood_stains": "Krvavé škvrny",
                    "iot_wash_cashmere": "Kašmír",
                    "iot_wash_chocolate_stains": "Čokoládové škvrny",
                    "iot_wash_cold_wash": "Studené pranie",
                    "iot_wash_colored": "Farebné",
                    "iot_wash_colored_anti_stain": "Odstraňovanie škvŕn z farebných materiálov",
                    "iot_wash_colored_delicate": "Farebné chúlostivé",
                    "iot_wash_coloured": "Farebné",
                    "iot_wash_coloured_bed_linen": "Farebné posteľné obliečky",
                    "iot_wash_coloured_bed_linen_steam": "Farebné posteľné obliečky + Para",
                    "iot_wash_coloured_curtains": "Farebné závesy",
                    "iot_wash_coloured_shirts": "Farebné košele",
                    "iot_wash_coloured_shirts_steam": "Farebné košele + Para",
                    "iot_wash_coloured_steam": "Farebné + Para",
                    "iot_wash_coloured_tableclothes": "Farebné obrusy",
                    "iot_wash_coloured_tableclothes_steam": "Farebné obrusy + Para",
                    "iot_wash_cotton": "Bavlna",
                    "iot_wash_cotton_steam": "Bavlna + Para",
                    "iot_wash_cuddly_toys": "Plyšové zvieratká",
                    "iot_wash_curtains": "Záclony",
                    "iot_wash_curtains_steam": "Záclony+Para",
                    "iot_wash_curtains_zelig": "Záclony",
                    "iot_wash_dark": "Tmavé odevy",
                    "iot_wash_darks_and_coloured_44": "Tmavé a farebné 44 min.",
                    "iot_wash_darks_and_coloured_59": "Tmavé a farebné 59 min.",
                    "iot_wash_darks_and_coloured_xl": "Tmavé a farebné XL",
                    "iot_wash_dark_steam": "Tmavé odevy + Para",
                    "iot_wash_dash_clean_cycle": "Dash Ultimate Clean",
                    "iot_wash_dash_cold_cycle": "Dash Cold Clean",
                    "iot_wash_dash_fresh_cycle": "Dash Fresh Clean",
                    "iot_wash_delicate": "Jemné materiály",
                    "iot_wash_delicate_antiallergy": "Antialergický program pre jemné materiály",
                    "iot_wash_delicate_antiallergy_steam": "Antialergický program pre jemné materiály + Para",
                    "iot_wash_delicate_antiallergy_zelig": "Antialergický program pre jemné materiály",
                    "iot_wash_delicate_colors": "Farebné jemné materiály",
                    "iot_wash_delicate_colors_steam": "Farebná bielizeň + Para",
                    "iot_wash_delicate_dark": "Chúlostivé tmavé",
                    "iot_wash_delicate_steam": "Jemné materiály + Para",
                    "iot_wash_delicate_tablecloths": "Obrusy z jemných materiálov",
                    "iot_wash_delicate_tablecloths_steam": "Obrusy z jemných materiálov + Para",
                    "iot_wash_delicate_whites": "Chúlostivé biele",
                    "iot_wash_denim_jeans": "Džínsovina – džínsy",
                    "iot_wash_diving_suits": "Potápačské obleky",
                    "iot_wash_diving_suits_zelig": "Potápačské obleky",
                    "iot_wash_down_jackets": "Prešívané bundy",
                    "iot_wash_down_jackets_zelig": "Prešívané bundy",
                    "iot_wash_duvet": "Prikrývky",
                    "iot_wash_fruit_stains": "Ovocné škvrny",
                    "iot_wash_gym_fit": "Oblečenie do telocvične a posilňovne",
                    "iot_wash_handwash": "Prepieranie",
                    "iot_wash_handwash_colored": "Prepieranie farebného",
                    "iot_wash_handwash_dark": "Prepieranie tmavého",
                    "iot_wash_lingerie": "Spodná bielizeň",
                    "iot_wash_masks_refresh": "Osvieženie rúšok",
                    "iot_wash_masks_sanification": "Dezinfekcia rúšok",
                    "iot_wash_masks_sanification_steam": "Dezinfekcia rúšok + Para",
                    "iot_wash_mats": "Rohože",
                    "iot_wash_men_s_trousers": "Nohavice",
                    "iot_wash_mixed": "Zmiešané",
                    "iot_wash_mixed_steam": "Zmiešané + Para",
                    "iot_wash_mix_and_coloured_44": "Zmiešané a farebné 44 min.",
                    "iot_wash_mix_and_coloured_59": "Zmiešané a farebné 59 min.",
                    "iot_wash_mix_and_coloured_xl": "Zmiešané a farebné XL",
                    "iot_wash_new_clothes": "Nové oblečenie",
                    "iot_wash_perfect_white": "Dokonalá biela",
                    "iot_wash_perfect_white_steam": "Dokonalá biela + Para",
                    "iot_wash_pets": "Doplnky pre domácich miláčikov",
                    "iot_wash_pets_hair_removal": "Odstránenie chĺpkov z domácich miláčikov",
                    "iot_wash_pets_odours_stains_removal": "Odstraňovanie zápachu a škvŕn po domácich zvieratách",
                    "iot_wash_pets_steam": "Doplnky pre domácich miláčikov",
                    "iot_wash_playsuits": "Overaly",
                    "iot_wash_playsuits_steam": "Overaly + Para",
                    "iot_wash_quick_drum_cleaner": "Rýchly čistič bubna",
                    "iot_wash_rapid_14": "Rýchly 14 min.",
                    "iot_wash_rapid_30": "Rýchly 30 min.",
                    "iot_wash_rapid_44": "Rýchly 44 min.",
                    "iot_wash_rapid_59": "Rýchly 59 min",
                    "iot_wash_rapid_59_steam": "Rýchly 59' + Para",
                    "iot_wash_refresh_14_min": "Osvieženie 14'.",
                    "iot_wash_resistant_colored": "Odolné farebné",
                    "iot_wash_resistant_dark": "Odolné tmavé",
                    "iot_wash_resistant_whites": "Odolné biele",
                    "iot_wash_rinse": "Oplachovanie",
                    "iot_wash_shirts": "Košele",
                    "iot_wash_shirts_steam": "Košele + Para",
                    "iot_wash_silk": "Hodváb",
                    "iot_wash_ski_suit": "Lyžiarske odevy",
                    "iot_wash_ski_suit_zelig": "Lyžiarske odevy",
                    "iot_wash_spin": "Odstreďovanie",
                    "iot_wash_sport": "Šport",
                    "iot_wash_sport_anti_odor": "Športové oblečenie",
                    "iot_wash_sport_anti_odor_zelig": "Športové oblečenie",
                    "iot_wash_stains_remover": "Odstraňovanie škvŕn",
                    "iot_wash_swimsuits_and_bikinis": "Plavky",
                    "iot_wash_synthetic": "Syntetika",
                    "iot_wash_synthetic_steam": "Syntetika + Para",
                    "iot_wash_tablecloths": "Obrusy",
                    "iot_wash_tablecloths_steam": "Obrusy + Para",
                    "iot_wash_technical_fabrics": "Technické tkaniny",
                    "iot_wash_technical_fabrics_zelig": "Technické tkaniny",
                    "iot_wash_technical_jackets": "Technické bundy",
                    "iot_wash_technical_jackets_zelig": "Technické bundy",
                    "iot_wash_trainers": "Tenisky",
                    "iot_wash_whites": "Biele",
                    "iot_wash_whites_44": "Biele 44 min.",
                    "iot_wash_whites_59": "Biele 59 min.",
                    "iot_wash_whites_xl": "Biele XL",
                    "iot_wash_wine_stains": "Škvrny od vína",
                    "iot_wash_wool": "Vlna",
                    "jeans": "Džínsy",
                    "jeans_60": "Džínsy",
                    "low_dry": "Zmiešané suché",
                    "mixed": "Zmiešané",
                    "mixed_and_colored_59": "Zmiešané a farebné 59 min.",
                    "mixed_steam": "Zmiešané + Para",
                    "mix_and_colour_59": "Zmiesana + Farebna 59'",
                    "mix_and_colour_59_steam": "Zmiešané a Farebné 59' + Para",
                    "night_and_day": "Noc a deň",
                    "night_wash": "Nočný cyklus",
                    "perfect_59": "Dokonalé vypranie 59 min.",
                    "perfect_cotton_59": "Cista Bavlna 59'",
                    "perfect_cotton_59_steam": "Cista Bavlna 59'",
                    "perfect_whites_59": "Dokonale biele 59'",
                    "rapid_14_min": "Rýchly 14'",
                    "rapid_30_min": "Rýchly 30'",
                    "rapid_44_min": "Rýchly 44'",
                    "rapid_a_class_60": "Rýchly Trieda A 60",
                    "rapid_a_class_60_steam": "Rýchly Trieda A 60 + Para",
                    "rapid_wash_and_dry_59_min": "Pranie a sušenie 59 min.",
                    "resistant_cotton": "Bavlna",
                    "resistant_cotton_steam": "Bavlna + Para",
                    "rinse": "Oplachovanie",
                    "shirts_steam": "Košele + para",
                    "silent_night": "Nočný cyklus",
                    "single_item": "Jedna položka",
                    "single_item_steam": "Jedna položka + Para",
                    "smart_wash": "Smart Wash",
                    "soft_care": "Jemná starostlivosť",
                    "soft_care_steam": "Soft Care + Steam",
                    "soft_care_steam_title": "Soft Care + Steam",
                    "special_39": "Special 39'",
                    "special_39_full_load": "Special 39'",
                    "special_39_full_load_steam": "Špeciál 39' + Para",
                    "special_49": "Špeciálne 49 min.",
                    "sport_39": "Šport 39 min.",
                    "sport_plus_29": "Sport Plus 29\"",
                    "sport_plus_39": "Sport Plus 39'",
                    "steam_39": "Para 39 min.",
                    "steam_care_pro": "Steam Care Pro",
                    "steam_care_pro_cotton": "Steam Care Pro - bavlna",
                    "steam_care_pro_delicates": "Steam Care Pro - jemné",
                    "steam_care_pro_synthetic": "Steam Care Pro - syntetika",
                    "steam_hygiene_plus": "Para Hygiene Plus ",
                    "synthetics": "Syntetika",
                    "synthetic_and_coloured": "Syntetika a farebné materiály",
                    "synthetic_and_coloured_steam": "Syntetika a farebné materiály + para",
                    "tailored_resistant_cotton": "Tailored Resistant Cotton",
                    "tailored_synthetic_and_coloured": "Tailored Synthetic Colored",
                    "total_care": "Celková starostlivosť",
                    "tumbling": "Bubnové sušenie",
                    "wool": "Vlna",
                    "wool_and_delicates_49": "Vlna/Jemné 49'",
                    "wool_dry": "Vlna suchá",
                    "wool_soft_care": "Vlna & Mäkká starostlivost"
                },
                "name": "Program"
            },
            "dry_levels": {
                "state": {
                    "0": "Bez sušenia",
                    "1": "Žehlenie",
                    "2": "Šatník pripravený",
                    "3": "Šatník pripravený",
                    "4": "Extra sušenie",
                    "12": "Žehlenie",
                    "13": "Šatník pripravený",
                    "14": "Hotové na nosenie",
                    "15": "Extra sušenie",
                    "11": "Bez sušenia"
                },
                "name": "Úroveň sušenia"
            },
            "spin_speed": {
                "name": "Odstreďovanie"
            },
            "temperature": {
                "name": "Teplota"
            },
            "dry_time": {
                "name": "Čas sušenia"
            },
            "eco_pilot": {
                "state": {
                    "0": "Off (Vypnúť)",
                    "1": "Nedotýkať sa",
                    "2": "Nasledovať"
                },
                "name": "Ekologický pilot"
            },
            "fan_mode": {
                "state": {
                    "1": "Vysoká",
                    "2": "Stredne ťažká   ",
                    "3": "Nízka",
                    "4": "Automatika",
                    "5": "Automatika"
                }
            },
            "programs_ac": {
                "state": {
                    "iot_10_heating": "Funkcia vykurovania na 10 °C",
                    "iot_auto": "Automatika",
                    "iot_cool": "Chladiť",
                    "iot_dry": "Sušiť",
                    "iot_fan": "Ventilátor",
                    "iot_heat": "Ohrev",
                    "iot_nano_aqua": "Nano Aqua",
                    "iot_purify": "Samoprečisťovanie",
                    "iot_self_clean": "Samočistenie",
                    "iot_self_clean_56": "Sterilné čistenie 56°C",
                    "iot_simple_start": "Spustiť teraz",
                    "iot_uv": "UV",
                    "iot_uv_and_auto": "UV + Auto",
                    "iot_uv_and_cool": "UV + Studené",
                    "iot_uv_and_dry": "UV + Odvlhčovač",
                    "iot_uv_and_fan": "UV + Ventilátor",
                    "iot_uv_and_heat": "UV + Ohrev"
                }
            },
            "programs_ref": {
                "state": {
                    "auto_set": "AUTOMATICKÉ NASTAVENIE",
                    "cheese": "Syr",
                    "chiller": "Quick cool",
                    "cold_drinks": "Soft chill",
                    "eco": "Eco",
                    "eco_mode": "Režim Eco",
                    "fruits_and_veg": "Fruit&Veg",
                    "fruit_and_veg": "Fruit & Veg",
                    "holiday": "DOVOLENKA",
                    "keep_fresh": "0° Fresh",
                    "no_mode_selected": "Nie je vybraný žiadny režim",
                    "quick_cool": "QUICK COOL",
                    "sea_food": "Ready to cook meal",
                    "soft_frozen": "Soft freezing",
                    "super_cool": "SUPER CHLADENIE",
                    "super_freeze": "SUPER MRAZENIE",
                    "tea": "Cold drinks or Beverages",
                    "zero_fresh": "0° Fresh"
                }
            },
            "remaining_time": {
                "name": "Zostávajúci čas"
            },
            "ref_zones": {
                "state": {
                    "fridge": "Chladnička",
                    "freezer": "Mraznička",
                    "vtroom1": "My Zone",
                    "fridge_freezer": "Chladnička & Mraznička"
                },
                "name": "Zóna"
            }
        },
        "switch": {
            "anti_crease": {
                "name": "Proti pokrčeniu"
            },
            "add_dish": {
                "name": "Pridať riad"
            },
            "eco_express": {
                "name": "Eko"
            },
            "extra_dry": {
                "name": "Extra sušenie"
            },
            "half_load": {
                "name": "Polovičné naplnenie"
            },
            "open_door": {
                "name": "Otvoriť dvere"
            },
            "three_in_one": {
                "name": "3 v 1"
            },
            "preheat": {
                "name": "Predhriať"
            },
            "dish_washer": {
                "name": "Umývačka riadu"
            },
            "tumble_dryer": {
                "name": "Bubnová sušička"
            },
            "washing_machine": {
                "name": "Práčka"
            },
            "washer_dryer": {
                "name": "Práčka so sušičkou"
            },
            "oven": {
                "name": "Rúra na pečenie"
            },
            "prewash": {
                "name": "Predumývanie"
            },
            "pause": {
                "name": "Pozastaviť"
            },
            "keep_fresh": {
                "name": "Keep Fresh"
            },
            "delay_time": {
                "name": "Odložený štart"
            },
            "rapid_mode": {
                "name": "Rýchly režim"
            },
            "eco_mode": {
                "name": "Režim ECO"
            },
            "10_degree_heating": {
                "name": "Funkcia vykurovania na 10 °C"
            },
            "self_clean": {
                "name": "Samočistenie"
            },
            "self_clean_56": {
                "name": "Sterilné čistenie 56°C"
            },
            "silent_mode": {
                "name": "Tichý režim"
            },
            "mute_mode": {
                "name": "Stlmený režim"
            },
            "extra_rinse_1": {
                "name": "+ 1 oplachovanie"
            },
            "extra_rinse_2": {
                "name": "+ 2 oplachovania"
            },
            "extra_rinse_3": {
                "name": "+ 3 oplachovania"
            },
            "acqua_plus": {
                "name": "Aquaplus"
            },
            "auto_dose": {
                "name": "Automatická dávka"
            },
            "good_night": {
                "name": "Dobrú noc"
            },
            "auto_dose_softener": {
                "name": "Automatická dávka Aviváž"
            },
            "auto_dose_detergent": {
                "name": "Automatická dávka Prací prostriedok"
            },
            "auto_set": {
                "name": "Automatické nastavenie"
            },
            "super_cool": {
                "name": "Super Cool"
            },
            "super_freeze": {
                "name": "Super Freeze"
            },
            "refrigerator": {
                "name": "Chladnička"
            }
        },
        "binary_sensor": {
            "door_lock": {
                "name": "Uzamknutie dverí"
            },
            "extra_rinse_1": {
                "name": "+ 1 oplachovanie"
            },
            "extra_rinse_2": {
                "name": "+ 2 oplachovania"
            },
            "extra_rinse_3": {
                "name": "+ 3 oplachovania"
            },
            "good_night": {
                "name": "Dobrú noc"
            },
            "anti_crease": {
                "name": "Proti pokrčeniu"
            },
            "aqua_plus": {
                "name": "Aquaplus"
            },
            "spin_speed": {
                "name": "Odstreďovanie"
            },
            "programs_dw": {
                "name": "Program"
            },
            "programs_ih": {
                "name": "Program"
            },
            "programs_ov": {
                "name": "Program"
            },
            "programs_td": {
                "name": "Program"
            },
            "programs_wm": {
                "name": "Program"
            },
            "still_hot": {
                "name": "Stále horúce"
            },
            "pan_status": {
                "name": "Panvica"
            },
            "remote_control": {
                "name": "Daljinsko upravljanje"
            },
            "rinse_aid": {
                "name": "Úroveň prostriedku na oplachovanie"
            },
            "salt_level": {
                "name": "Úroveň soli"
            },
            "door_open": {
                "name": "Otvorené dvere"
            },
            "connection": {
                "name": "Pripojenie spotrebiča"
            },
            "child_lock": {
                "name": "Detská poistka"
            },
            "on": {
                "name": "Zap."
            },
            "prewash": {
                "name": "Predumývanie"
            },
            "acqua_plus": {
                "name": "Aquaplus"
            },
            "auto_dose": {
                "name": "Automatická dávka"
            },
            "buzzer": {
                "name": "Signál na konci cyklu"
            },
            "holiday_mode": {
                "name": "Režim Holiday"
            },
            "auto_set": {
                "name": "Automatické nastavenie"
            },
            "super_cool": {
                "name": "Super Cool"
            },
            "super_freeze": {
                "name": "Super Freeze"
            },
            "freezer_door": {
                "name": "Otvorené dvere Mraznička"
            },
            "fridge_door": {
                "name": "Otvorené dvere Chladnička"
            },
            "filter_replacement": {
                "name": "Výmena filtra"
            }
        },
        "number": {
            "power_management": {
                "name": "Správa výkonu"
            },
            "temperature": {
                "name": "Teplota"
            },
            "delay_time": {
                "name": "Odložený štart"
            },
            "water_hard": {
                "name": "Tvrdosť vody"
            },
            "program_duration": {
                "name": "Trvanie programu"
            },
            "target_temperature": {
                "name": "Cieľová teplota"
            },
            "rinse_iterations": {
                "name": "Počet plákaní"
            },
            "wash_time": {
                "name": "Čas prania"
            },
            "dry_time": {
                "name": "Čas sušenia"
            },
            "steam_level": {
                "name": "Úroveň nastavenia pary"
            },
            "freezer_temp_sel": {
                "name": "Cieľová teplota Mraznička"
            },
            "fridge_temp_sel": {
                "name": "Cieľová teplota Chladnička"
            }
        },
        "button": {
            "induction_hob": {
                "name": "Indukčná varná doska"
            },
            "start_program": {
                "name": "Program Začiatok"
            },
            "stop_program": {
                "name": "Program Zastaviť"
            }
        },
        "climate": {
            "air_conditioner": {
                "name": "Klimatizácia"
            },
            "fridge": {
                "name": "Chladnička",
                "state_attributes": {
                    "preset_mode": {
                        "name": "Režimy chladničky",
                        "state": {
                            "auto_set": "Automatické nastavenie",
                            "super_cool": "Super Cool",
                            "holiday": "Holiday",
                            "no_mode": "Nie je vybraný žiadny režim"
                        }
                    }
                }
            },
            "freezer": {
                "name": "Mraznička",
                "state_attributes": {
                    "preset_mode": {
                        "name": "Režimy mrazničky",
                        "state": {
                            "auto_set": "Automatické nastavenie",
                            "super_freeze": "Super Freeze",
                            "no_mode": "Nie je vybraný žiadny režim"
                        }
                    }
                }
            },
            "oven": {
                "name": "Rúra na pečenie",
                "state_attributes": {
                    "preset_mode": {
                        "name": "Programy",
                        "state": {
                            "bakery": "Cestoviny a pečenie",
                            "bakery_steam": "Parná rúra",
                            "bottom_heating": "Spodný ohrev",
                            "bottom_heating_fan": "Spodný ohrev + Ventilátor",
                            "bread": "Chlieb",
                            "bread_steam": "Chlieb pečený v pare",
                            "combi": "Combi",
                            "convection_fan": "Statický + ventilátor",
                            "convection_fan_turnspit": "Statické + ventilátor + otočný ražeň",
                            "conventional": "Statický",
                            "conventional_turnspit": "Statické + otočný ražeň",
                            "defrost": "Rozmraziť",
                            "descaling": "Odstránenie vodného kameňa",
                            "fish": "Ryby",
                            "fish_steam": "Ryby pripravené v pare",
                            "grill_cata": "Gril",
                            "grill_fan_cata": "Gril + ventilátor",
                            "grill_fan_pyro": "Gril + ventilátor",
                            "grill_pyro": "Gril",
                            "h20_clean": "H2O-Clean",
                            "iot_bread": "Chlieb",
                            "iot_h20_clean": "h2O clean",
                            "leavening": "Kysnutie",
                            "low_temp_cooking": "Varenie pri nízkych teplotách",
                            "low_temp_cooking_fish": "Varenie pri nízkych teplotách – Ryby",
                            "low_temp_cooking_fish_steam": "Varenie pri nízkych teplotách – ryby pripravené v pare",
                            "low_temp_cooking_meat": "Varenie pri nízkych teplotách – Mäso",
                            "low_temp_cooking_meat_steam": "Varenie pri nízkych teplotách - mäso dusené v pare",
                            "low_temp_cooking_steam": "Varenie pri nízkych teplotách v pare",
                            "meat": "Mäso",
                            "meat_steam": "Mäso v pare",
                            "multi_level": "Viacúrovňové",
                            "paella": "Paella",
                            "pasta_and_bakery": "Cestoviny a pečenie",
                            "pizza": "Pizza",
                            "pyrolysis": "Pyrolýza",
                            "pyrolysis_plus": "Pyrolýza +",
                            "red_meat": "Červené mäso",
                            "red_meat_steam": "Červené mäso dusené v pare",
                            "regenerate": "Regenerovať",
                            "soft_plus": "Soft+",
                            "super_grill": "Super Gril",
                            "tailor_bake": "Tailor bake",
                            "tailor_bake_cata": "Tailor Bake",
                            "tailor_bake_pyro": "Tailor Bake",
                            "vegetables": "Zelenina",
                            "vegetables_cata": "Zelenina",
                            "vegetables_pyro": "Zelenina",
                            "water_discharge": "Vypúšťanie vody",
                            "white_meat": "Biele mäso",
                            "white_meat_steam": "Biele mäso pripravené v pare"
                        }
                    }
                }
            }
        }
    },
    "config": {
        "step": {
            "user": {
                "description": "Do the login",
                "data": {
                    "email": "E-mail",
                    "password": "Password"
                }
            }
        }
    }
}