aboutsummaryrefslogtreecommitdiff
path: root/custom_components/hon/translations/pt.json
blob: e5518036328293696a922cc62a087bc8679c0123 (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": "Pronto",
                    "1": "Pronto",
                    "3": "Pausa",
                    "4": "Agendado",
                    "5": "Agendado",
                    "6": "Erro",
                    "7": "Pronto",
                    "2": "Programa em execução",
                    "8": "Test",
                    "9": "Ciclo de paragem…"
                }
            },
            "program_phases_wm": {
                "state": {
                    "0": "Pronto",
                    "1": "Lavar",
                    "2": "Lavar",
                    "3": "Centrifugar",
                    "4": "Lavagem",
                    "5": "Lavagem",
                    "6": "Lavagem",
                    "7": "Secagem",
                    "9": "Vapor",
                    "10": "Pronto",
                    "11": "Centrifugar",
                    "12": "Pesagem ",
                    "13": "Pesagem ",
                    "14": "Lavar",
                    "15": "Lavar",
                    "16": "Lavar",
                    "17": "Lavagem",
                    "18": "Lavagem",
                    "19": "Agendado",
                    "20": "Manter Fresco",
                    "24": "Refrescar",
                    "25": "Lavar",
                    "26": "Aquecimento",
                    "27": "Lavar"
                },
                "name": "Fase"
            },
            "program_phases_td": {
                "state": {
                    "0": "Pronto",
                    "1": "Secagem",
                    "2": "Secagem",
                    "3": "Arrefecimento",
                    "13": "Arrefecimento",
                    "14": "Secagem",
                    "15": "Secagem",
                    "16": "Arrefecimento",
                    "18": "Manter Fresco",
                    "19": "Secagem",
                    "20": "Secagem",
                    "11": "Pronto",
                    "17": "unknown"
                },
                "name": "Fase"
            },
            "program_phases_dw": {
                "state": {
                    "0": "Pronto",
                    "1": "Pré-lavagem",
                    "2": "Lavar",
                    "3": "Lavagem",
                    "4": "Secagem",
                    "5": "Pronto",
                    "6": "Hot rinse"
                },
                "name": "Fase"
            },
            "dry_levels": {
                "state": {
                    "0": "Sem secagem",
                    "1": "Engomar",
                    "2": "Guarda-Roupa pronto",
                    "3": "Guarda-Roupa pronto",
                    "4": "Extra seco",
                    "12": "Engomar",
                    "13": "Guarda-Roupa pronto",
                    "14": "Pronto a usar",
                    "15": "Extra seco",
                    "11": "Sem secagem"
                },
                "name": "Nível de secagem"
            },
            "anti_crease": {
                "name": "Anti-vincos"
            },
            "power": {
                "name": "Nível de potência"
            },
            "remaining_time": {
                "name": "Tempo restante"
            },
            "temperature": {
                "name": "Temperatura"
            },
            "water_efficiency": {
                "name": "Eficiência da água"
            },
            "water_saving": {
                "name": "Poupança de água"
            },
            "duration": {
                "name": "Duração"
            },
            "target_temperature": {
                "name": "Temperatura alvo"
            },
            "spin_speed": {
                "name": "Centrifugar"
            },
            "steam_leve": {
                "name": "Nível de vapor"
            },
            "dirt_level": {
                "name": "Nível de sujidade"
            },
            "delay_time": {
                "name": "Início adiado"
            },
            "dry_time": {
                "name": "Tempo de secagem"
            },
            "suggested_load": {
                "name": "Capacidade de carga"
            },
            "energy_label": {
                "name": "Eficiência energética"
            },
            "det_dust": {
                "name": "Pó"
            },
            "det_liquid": {
                "name": "Líquido"
            },
            "errors": {
                "name": "Erro"
            },
            "programs": {
                "name": "Programa atual"
            },
            "cycles_total": {
                "name": "Ciclos Total"
            },
            "energy_total": {
                "name": "Consumo de energia Total"
            },
            "water_total": {
                "name": "Eficiência da água Total"
            },
            "energy_current": {
                "name": "Consumo de energia Data"
            },
            "water_current": {
                "name": "Eficiência da água Data"
            },
            "mach_modes_ac": {
                "state": {
                    "0": "Auto",
                    "1": "Frio",
                    "2": "Frio",
                    "3": "Secar",
                    "4": "Calor",
                    "5": "Ventilador",
                    "6": "Ventilador"
                }
            },
            "programs_td": {
                "state": {
                    "active_dry": "Secagem ativa",
                    "allergy_care": "Anti alergias",
                    "all_in_one": "All in One",
                    "antiallergy": "Anti alergias",
                    "anti_odours": "Anti-odor",
                    "auto_care": "Auto Care",
                    "baby": "Roupa de bebé",
                    "bed_quilt": "Colchas",
                    "care_30": "Cuidado 30",
                    "care_45": "Cuidado 45",
                    "care_59": "Cuidado 59",
                    "coloured": "Cores",
                    "daily_45_min": "DIARIO 45'",
                    "daily_perfect_59_min": "DIARIO PERFEITO 59'",
                    "darks_and_coloured": "Roupa escura e colorida",
                    "delicates": "Delicados",
                    "duvet": "Edredãos",
                    "eco": "Eco Algodão",
                    "ecospeed_cottons": "Velocidade eco algodões",
                    "ecospeed_delicates": "Ecospeed roupa delicada",
                    "ecospeed_mixed": "Velocidade eco mistos",
                    "extra_hygiene": "Higiene Extra",
                    "fitness": "Fitness",
                    "fresh_care": "Cuidado Fresco",
                    "genius": "Genius",
                    "hqd_baby_care": "Baby Care",
                    "hqd_bath_towel": "Toalhas",
                    "hqd_bed_sheets": "Lençóis",
                    "hqd_bulky": "Itens volumosos",
                    "hqd_casual": "Casual",
                    "hqd_cold_wind_30": "Brisa fresca durante 30 minutos",
                    "hqd_cold_wind_timing": "Brisa fresca ",
                    "hqd_cotton": "Algodão",
                    "hqd_curtain": "Cortinas",
                    "hqd_delicate": "Roupa delicada",
                    "hqd_diaper": "Fraldas",
                    "hqd_duvet": "Edredões",
                    "hqd_feather": "Blusões",
                    "hqd_hot_wind_timing": "Ar quente",
                    "hqd_hygienic": "Higienização",
                    "hqd_i_refresh": "I-Refresh",
                    "hqd_i_refresh_pro": "I-Refresh Pro",
                    "hqd_jacket": "Casacos",
                    "hqd_jeans": "Jeans",
                    "hqd_luxury": "Peças requintadas",
                    "hqd_mix": "Mistos",
                    "hqd_night_dry": "Secagem durante a noite",
                    "hqd_outdoor": "Outdoor",
                    "hqd_precious_cure": "Precious cure",
                    "hqd_quick_20": "Rápido 20",
                    "hqd_quick_30": "Rápido 30",
                    "hqd_quick_dry": "Secagem rápida 30",
                    "hqd_quilt": "Colchas",
                    "hqd_refresh": "Refrescar",
                    "hqd_school_uniform": "Farda da escola",
                    "hqd_shirt": "Camisas",
                    "hqd_shoes": "Calçado",
                    "hqd_silk": "Seda",
                    "hqd_sports": "Desporto",
                    "hqd_synthetics": "Sintéticos",
                    "hqd_timer": "Temporizado",
                    "hqd_towel": "Toalhas",
                    "hqd_underwear": "Roupa interior",
                    "hqd_warm_up": "Aquecer",
                    "hqd_wool": "Lãs",
                    "hqd_working_suit": "Roupa de trabalho",
                    "hygiene": "Higiene",
                    "iot_checkup": "Check-Up",
                    "iot_dry_anti_mites": "Anti-ácaros",
                    "iot_dry_baby": "Roupa de bebé",
                    "iot_dry_backpacks": "Mochilas",
                    "iot_dry_bathrobe": "Roupões",
                    "iot_dry_bed_linen": "Roupa de cama",
                    "iot_dry_bed_quilt": "Colchas",
                    "iot_dry_cotton": "Algodão",
                    "iot_dry_cuddly_toys": "Brinquedos macios",
                    "iot_dry_curtains": "Cortinas",
                    "iot_dry_dehumidifier": "Removedor de humidade",
                    "iot_dry_delicates": "Roupa delicada",
                    "iot_dry_delicate_tablecloths": "Roupa de mesa delicada",
                    "iot_dry_denim_jeans": "Ganga - Jeans",
                    "iot_dry_down_jacket": "Jacket",
                    "iot_dry_duvet": "Edredãos",
                    "iot_dry_easy_iron_cotton": "Engomar fácil",
                    "iot_dry_easy_iron_synthetics": "Engomar Super Fácil de Sintéticos",
                    "iot_dry_gym_fit": "Roupa de desporto - Fitness",
                    "iot_dry_lingerie": "Roupa interior",
                    "iot_dry_mixed": "Mistos",
                    "iot_dry_playsuits": "Macacões",
                    "iot_dry_rapid_30": "Rapid 30",
                    "iot_dry_rapid_59": "Rápido 59’.",
                    "iot_dry_refresh": "Refrescar",
                    "iot_dry_regenerates_waterproof": "Regeneração da Impermeabilização (?)",
                    "iot_dry_relax_creases": "Menos vincos",
                    "iot_dry_shirts": "Camisas",
                    "iot_dry_small_load": "Pequena carga",
                    "iot_dry_swimsuits_and_bikinis": "Fatos de banho",
                    "iot_dry_synthetics": "Sintéticos",
                    "iot_dry_synthetic_dry": "Secagem de Sintéticos",
                    "iot_dry_tablecloths": "Roupa de mesa",
                    "iot_dry_technical_fabrics": "Tecidos técnicos",
                    "iot_dry_warm_embrace": "Warm Embrace (?)",
                    "iot_dry_wool": "Woolmark",
                    "jeans": "Jeans",
                    "mix_and_dry": "Mix&Dry (Mista e Seca)",
                    "pets": "Animais de estimação",
                    "pre_iron": "Pré engomar",
                    "rapid_30": "Rapid 30",
                    "rapid_45": "Rápido 45 min",
                    "rapid_59": "Rápida Perfeita 59 min",
                    "refresh": "Refrescar",
                    "relax_creases": "Menos vincos",
                    "saving_30_min": "ECO 30'",
                    "shirts": "Camisas",
                    "shoes": "Calçado",
                    "small_load": "Pequena carga",
                    "soft_care": "Cuidado Suave",
                    "sport_plus": "Roupa desportiva",
                    "super_easy_iron_misti": "Engomar Super Fácil de mistos",
                    "super_easy_iron_xxl": "Engomar Super Fácil XXL",
                    "super_fast_cottons": "Algodões super rápido",
                    "super_fast_delicates": "Delicados super rápido",
                    "synthetics": "Sintéticos",
                    "total_care": "Total Care",
                    "trainers": "Ténis",
                    "ultra_care": "Ultra Care",
                    "waterproof_revitalize": "Revitalização da impermeabialização",
                    "whites": "Roupa branca",
                    "wool": "Secagem de lãs",
                    "woolmark": "Woolmark",
                    "xxl_load": "Carga XXL",
                    "zoom_59": "Zoom 59"
                }
            },
            "room_temperature": {
                "name": "Temperatura ambiente"
            },
            "humidity": {
                "name": "Humidade"
            },
            "freezer_temp": {
                "name": "Temperatura do congelador"
            },
            "fridge_temp": {
                "name": "Temperatura do frigorífico"
            }
        },
        "select": {
            "programs_dw": {
                "state": {
                    "59_min": "Rápido 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 Universal 50 - 60°C",
                    "auto_universal_plus": "Auto Universal Plus 65 - 75°C",
                    "auto_universal_plus_soil": "Auto Universal Plus 65 - 75°C",
                    "auto_universal_soil": "Auto Universal 50 - 60°C",
                    "auto_wash": "Auto Wash",
                    "auto_wash_soil": "Auto Wash",
                    "classe_a_59": "Classe A 59' 65°C",
                    "delicate": "Delicados 45°C",
                    "dishwasher_care": "Ciclo de limpeza de calcário",
                    "eco": "Eco",
                    "eco_asynch": "Eco 45°C",
                    "eco_bldc": "Eco 45°C",
                    "eco_synch": "Eco 45°C",
                    "gentle_wash": "Gentle wash",
                    "glass": "Vidro",
                    "glassware": "Vidros 45 °C",
                    "glass_care": "Glass Care",
                    "hygiene": "Higiene",
                    "hygiene_plus": "Higiene+ 75 °C",
                    "intensive": "Intensivo ",
                    "intensive_rapid": "Rápido intensivo",
                    "iot_auto_sensor": "Auto Sensor",
                    "iot_auto_universal_soil": "Auto Universal 50 - 60°C",
                    "iot_auto_wash_soil": "Auto Wash",
                    "iot_baby_care": "Roupa de bebé",
                    "iot_breakfast": "Pequeno-almoço",
                    "iot_checkup": "Check-Up",
                    "iot_china_crystals": "Porcelana chinesa",
                    "iot_classe_a_59": "Rápido 59'",
                    "iot_cocktail_glasses": "Copos para Cocktail",
                    "iot_cocktail_glasses_soil": "Copos para Cocktail",
                    "iot_daily_care": "Roupa Diária",
                    "iot_daily_care_soil": "Roupa Diária",
                    "iot_delicate": "Delicados 45°C",
                    "iot_dinner_for_two": "Jantar para 2",
                    "iot_dinner_for_two_soil": "Jantar para 2",
                    "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": "Higiene Extra",
                    "iot_fairy_quick_cycle": "Fairy Quick",
                    "iot_happy_hour": "Happy Hour",
                    "iot_jar_quick_cycle": "Jar Quick",
                    "iot_party": "Loiça de festas",
                    "iot_party_soil": "Loiça de festas",
                    "iot_pizza_menu": "Menu de Pizza",
                    "iot_pizza_menu_soil": "Menu de Pizza",
                    "iot_plastic_tupperware": "Plásticos e Tupperwares",
                    "iot_porcelain": "Porcelana",
                    "iot_power_mix_wash": "Lavagem Power Mix",
                    "iot_power_mix_wash_soil": "Lavagem Power Mix",
                    "iot_prewash": "Pré-lavagem",
                    "iot_pyrex_and_glassware": "Pyrex e Recipientes de vidro",
                    "iot_rapid_29": "Rapido 29'",
                    "iot_rapid_39": "Rápido 39 min. 60 °C",
                    "iot_single": "Solteiros",
                    "iot_steam": "Vapor 75 °C",
                    "iot_super_flash": "Super Flash",
                    "iot_super_wash": "Lavagem Super",
                    "iot_turbopower": "TurboPower",
                    "iot_universal": "Universal 60 °C",
                    "iot_wok_grids_maxi_pans": "Tachos Especiais (Wok - Grelhas e Tachos Máxi)",
                    "iot_wok_grids_maxi_pans_soil": "Tachos Especiais (Wok - Grelhas e Tachos Máxi)",
                    "iot_yes_quick_cycle": "Yes Quick",
                    "night": "Ultra Silencioso 55°C",
                    "prewash": "Pré-lavagem",
                    "rapid_20": "Rápido 20'",
                    "rapid_24": "Rapido 24'",
                    "rapid_29": "Rapido 29' 50°C",
                    "rapid_35": "Wash&Dry 35'",
                    "rapid_39": "Rápido 39 min. 60 °C",
                    "rapid_49": "Rápido 49'",
                    "rapid_59": "Rápido 59'",
                    "sanitising": "Desinfetante",
                    "silence": "Silence",
                    "silent": "Noite",
                    "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": "especial",
                    "special_pw_prz": "especial",
                    "steam": "Vapor 75 °C",
                    "steam_plus": "Vapor Mais 75°C",
                    "total_care": "Total Care 50°C",
                    "ultra_silence": "Ultra Silencioso 55°C",
                    "ultra_silent": "Ultra Silencioso 55°C",
                    "universal": "Universal 60 °C",
                    "universal_plus": "Universal plus 70 °C",
                    "zoom_39": "Zoom 39 min"
                },
                "name": "Programa"
            },
            "programs_ih": {
                "state": {
                    "iot_special_ash_brown": "Castanho cinza",
                    "iot_special_beef_fillet": "Lombo de novilho",
                    "iot_special_beef_veal_stew": "Carne de vitela guisada ",
                    "iot_special_boiled_rice": "Arroz cozido",
                    "iot_special_chicken_breast": "Peito de frango",
                    "iot_special_chicken_legs": "Pernas de frango",
                    "iot_special_chocolate_pudding": "Pudim de chocolate",
                    "iot_special_entrecote": "Entrecôte",
                    "iot_special_fresh_tuna": "Atum fresco",
                    "iot_special_grilled_vegetables": "Legumes grelhados",
                    "iot_special_lamb_cutlet": "Costeleta de borrego",
                    "iot_special_meatballs": "Almôndegas",
                    "iot_special_minestrone": "Minestrone",
                    "iot_special_mussels": "Mexilhões",
                    "iot_special_omelette": "Omelete",
                    "iot_special_pancakes": "Panquecas",
                    "iot_special_paris_style_peas": "Ervilhas ao estilo parisiense",
                    "iot_special_poached_eggs": "Ovos escalfados",
                    "iot_special_pork_fillet": "Lombo porco ",
                    "iot_special_pork_ribs": "Lombo de porco",
                    "iot_special_prawns": "Camarões",
                    "iot_special_quinoa": "Quinoa",
                    "iot_special_ratatouille": "Ratatouille",
                    "iot_special_salmon_fillet": "Filé de salmão",
                    "iot_special_saute_potatoes": "Batatas salteadas",
                    "iot_special_scallops": "Vieiras",
                    "iot_special_scrambled_eggs": "Ovos mexidos",
                    "iot_special_spelt": "Espelta",
                    "iot_special_veggy_noodles": "Massa vegetariana",
                    "iot_special_white_fish_fillet": "Filetes de peixe branco",
                    "iot_standard_boiling": "Boiling",
                    "iot_standard_frying": "Fritar",
                    "iot_standard_keep_warm": "Manter quente",
                    "iot_standard_melting": "Derreter",
                    "iot_standard_simmering": "Simmering"
                },
                "name": "Programa"
            },
            "programs_ov": {
                "state": {
                    "bakery": "Massas e bolos",
                    "bakery_steam": "Vapor do forno",
                    "bottom_heating": "Aquecimento inferior",
                    "bottom_heating_fan": "Aquecimento Inferior + Ventilação",
                    "bread": "Pão",
                    "bread_steam": "Pão no vapor",
                    "combi": "Combi",
                    "convection_fan": "Convecção + Ventilador",
                    "convection_fan_turnspit": "Espeto com convecção ventilada",
                    "conventional": "Estático",
                    "conventional_turnspit": "Espeto convencional",
                    "defrost": "Descongelar",
                    "descaling": "Descalcificação",
                    "fish": "Peixe",
                    "fish_steam": "Peixe no vapor",
                    "grill_cata": "Grelhar",
                    "grill_fan_cata": "Grelhar com ventilação",
                    "grill_fan_pyro": "Grelhar + Ventilação",
                    "grill_pyro": "Grelhar",
                    "h20_clean": "H2O-Clean",
                    "iot_bread": "Pão",
                    "iot_h20_clean": "h2O clean",
                    "leavening": "Levedação",
                    "low_temp_cooking": "Cozimento em baixa temperatura",
                    "low_temp_cooking_fish": "Cozimento em baixa temperatura Peixe",
                    "low_temp_cooking_fish_steam": "Cozimento em baixa temperatura Peixe a vapor",
                    "low_temp_cooking_meat": "Cozimento em baixa temperatura Carne",
                    "low_temp_cooking_meat_steam": "Cozimento em baixa temperatura Carne no vapor",
                    "low_temp_cooking_steam": "Cozimento em baixa temperatura no vapor",
                    "meat": "Carne",
                    "meat_steam": "Vapor de carne",
                    "multi_level": "Multinível",
                    "paella": "Paella",
                    "pasta_and_bakery": "Massas e bolos",
                    "pizza": "Pizza",
                    "pyrolysis": "Pirólise",
                    "pyrolysis_plus": "Pirólise +",
                    "red_meat": "Carne Vermelha",
                    "red_meat_steam": "Carne Vermelha no vapor",
                    "regenerate": "Regenerar",
                    "soft_plus": "Soft+",
                    "super_grill": "Super Grelhador",
                    "tailor_bake": "Tailor bake",
                    "tailor_bake_cata": "Tailor Bake",
                    "tailor_bake_pyro": "Tailor Bake",
                    "vegetables": "Vegetais",
                    "vegetables_cata": "Legumes",
                    "vegetables_pyro": "Legumes",
                    "water_discharge": "Descarga d'água",
                    "white_meat": "Carne Branca",
                    "white_meat_steam": "Carne Branca no vapor"
                },
                "name": "Programa"
            },
            "programs_td": {
                "state": {
                    "active_dry": "Secagem ativa",
                    "allergy_care": "Anti alergias",
                    "all_in_one": "All in One",
                    "antiallergy": "Anti alergias",
                    "anti_odours": "Anti-odor",
                    "auto_care": "Auto Care",
                    "baby": "Roupa de bebé",
                    "bed_quilt": "Colchas",
                    "care_30": "Cuidado 30",
                    "care_45": "Cuidado 45",
                    "care_59": "Cuidado 59",
                    "coloured": "Cores",
                    "daily_45_min": "DIARIO 45'",
                    "daily_perfect_59_min": "DIARIO PERFEITO 59'",
                    "darks_and_coloured": "Roupa escura e colorida",
                    "delicates": "Delicados",
                    "duvet": "Edredãos",
                    "eco": "Eco Algodão",
                    "ecospeed_cottons": "Velocidade eco algodões",
                    "ecospeed_delicates": "Ecospeed roupa delicada",
                    "ecospeed_mixed": "Velocidade eco mistos",
                    "extra_hygiene": "Higiene Extra",
                    "fitness": "Fitness",
                    "fresh_care": "Cuidado Fresco",
                    "genius": "Genius",
                    "hqd_baby_care": "Baby Care",
                    "hqd_bath_towel": "Toalhas",
                    "hqd_bed_sheets": "Lençóis",
                    "hqd_bulky": "Itens volumosos",
                    "hqd_casual": "Casual",
                    "hqd_cold_wind_30": "Brisa fresca durante 30 minutos",
                    "hqd_cold_wind_timing": "Brisa fresca ",
                    "hqd_cotton": "Algodão",
                    "hqd_curtain": "Cortinas",
                    "hqd_delicate": "Roupa delicada",
                    "hqd_diaper": "Fraldas",
                    "hqd_duvet": "Edredões",
                    "hqd_feather": "Blusões",
                    "hqd_hot_wind_timing": "Ar quente",
                    "hqd_hygienic": "Higienização",
                    "hqd_i_refresh": "I-Refresh",
                    "hqd_i_refresh_pro": "I-Refresh Pro",
                    "hqd_jacket": "Casacos",
                    "hqd_jeans": "Jeans",
                    "hqd_luxury": "Peças requintadas",
                    "hqd_mix": "Mistos",
                    "hqd_night_dry": "Secagem durante a noite",
                    "hqd_outdoor": "Outdoor",
                    "hqd_precious_cure": "Precious cure",
                    "hqd_quick_20": "Rápido 20",
                    "hqd_quick_30": "Rápido 30",
                    "hqd_quick_dry": "Secagem rápida 30",
                    "hqd_quilt": "Colchas",
                    "hqd_refresh": "Refrescar",
                    "hqd_school_uniform": "Farda da escola",
                    "hqd_shirt": "Camisas",
                    "hqd_shoes": "Calçado",
                    "hqd_silk": "Seda",
                    "hqd_sports": "Desporto",
                    "hqd_synthetics": "Sintéticos",
                    "hqd_timer": "Temporizado",
                    "hqd_towel": "Toalhas",
                    "hqd_underwear": "Roupa interior",
                    "hqd_warm_up": "Aquecer",
                    "hqd_wool": "Lãs",
                    "hqd_working_suit": "Roupa de trabalho",
                    "hygiene": "Higiene",
                    "iot_checkup": "Check-Up",
                    "iot_dry_anti_mites": "Anti-ácaros",
                    "iot_dry_baby": "Roupa de bebé",
                    "iot_dry_backpacks": "Mochilas",
                    "iot_dry_bathrobe": "Roupões",
                    "iot_dry_bed_linen": "Roupa de cama",
                    "iot_dry_bed_quilt": "Colchas",
                    "iot_dry_cotton": "Algodão",
                    "iot_dry_cuddly_toys": "Brinquedos macios",
                    "iot_dry_curtains": "Cortinas",
                    "iot_dry_dehumidifier": "Removedor de humidade",
                    "iot_dry_delicates": "Roupa delicada",
                    "iot_dry_delicate_tablecloths": "Roupa de mesa delicada",
                    "iot_dry_denim_jeans": "Ganga - Jeans",
                    "iot_dry_down_jacket": "Jacket",
                    "iot_dry_duvet": "Edredãos",
                    "iot_dry_easy_iron_cotton": "Engomar fácil",
                    "iot_dry_easy_iron_synthetics": "Engomar Super Fácil de Sintéticos",
                    "iot_dry_gym_fit": "Roupa de desporto - Fitness",
                    "iot_dry_lingerie": "Roupa interior",
                    "iot_dry_mixed": "Mistos",
                    "iot_dry_playsuits": "Macacões",
                    "iot_dry_rapid_30": "Rapid 30",
                    "iot_dry_rapid_59": "Rápido 59’.",
                    "iot_dry_refresh": "Refrescar",
                    "iot_dry_regenerates_waterproof": "Regeneração da Impermeabilização (?)",
                    "iot_dry_relax_creases": "Menos vincos",
                    "iot_dry_shirts": "Camisas",
                    "iot_dry_small_load": "Pequena carga",
                    "iot_dry_swimsuits_and_bikinis": "Fatos de banho",
                    "iot_dry_synthetics": "Sintéticos",
                    "iot_dry_synthetic_dry": "Secagem de Sintéticos",
                    "iot_dry_tablecloths": "Roupa de mesa",
                    "iot_dry_technical_fabrics": "Tecidos técnicos",
                    "iot_dry_warm_embrace": "Warm Embrace (?)",
                    "iot_dry_wool": "Woolmark",
                    "jeans": "Jeans",
                    "mix_and_dry": "Mix&Dry (Mista e Seca)",
                    "pets": "Animais de estimação",
                    "pre_iron": "Pré engomar",
                    "rapid_30": "Rapid 30",
                    "rapid_45": "Rápido 45 min",
                    "rapid_59": "Rápida Perfeita 59 min",
                    "refresh": "Refrescar",
                    "relax_creases": "Menos vincos",
                    "saving_30_min": "ECO 30'",
                    "shirts": "Camisas",
                    "shoes": "Calçado",
                    "small_load": "Pequena carga",
                    "soft_care": "Cuidado Suave",
                    "sport_plus": "Roupa desportiva",
                    "super_easy_iron_misti": "Engomar Super Fácil de mistos",
                    "super_easy_iron_xxl": "Engomar Super Fácil XXL",
                    "super_fast_cottons": "Algodões super rápido",
                    "super_fast_delicates": "Delicados super rápido",
                    "synthetics": "Sintéticos",
                    "total_care": "Total Care",
                    "trainers": "Ténis",
                    "ultra_care": "Ultra Care",
                    "waterproof_revitalize": "Revitalização da impermeabialização",
                    "whites": "Roupa branca",
                    "wool": "Secagem de lãs",
                    "woolmark": "Woolmark",
                    "xxl_load": "Carga XXL",
                    "zoom_59": "Zoom 59"
                },
                "name": "Programa"
            },
            "programs_wm": {
                "state": {
                    "20_degrees_coloured_cottons": "20° Cores e Algodões",
                    "20_degrees_new_energy_label": "20°C",
                    "active_steam": "Vapor",
                    "active_wash": "Lavagem Ativa",
                    "active_wash_steam": "Lavagem Ativa",
                    "allergy_care": "Cuidado de Alergias",
                    "allergy_care_pro": "Cuidado Alergias Pro",
                    "all_in_one_49": "Tudo em Um 49'.",
                    "all_in_one_59": "Tudo em Um 59'.",
                    "all_in_one_59_steam": "Active Wash + Vapor",
                    "autocare": "Cuidado automático",
                    "autoclean": "Limpeza do tambor",
                    "baby_60": "All Baby 60°C",
                    "care_14": "Cuidado Rapido 14'",
                    "care_30": "Cuidado Rapido 30'",
                    "care_44": "Cuidado Rapido 44'",
                    "checkup": "Check-Up",
                    "colour_59": "Cores 59'",
                    "colour_59_steam": "Cores 59' + vapor",
                    "cottons": "Algodão",
                    "cottons_prewash": "Algodões + Pré-lavagem",
                    "cottons_steam": "Algodão + Vapor",
                    "cotton_care_59": "Algodões 59 min",
                    "delicate_59": "Delicados 59'",
                    "delicate_silk": "Seda delicada",
                    "delicate_silk_steam": "Seda delicada + vapor",
                    "delicati_59": "Delicados 59'",
                    "delicati_59_steam": "Delicados 59'",
                    "drain_spin": "Drenar +e Centrifugar",
                    "easy_iron": "Engomar Fácil",
                    "eco_40_60_new_energy_label": "Eco 40-60",
                    "extra_care": "Cuidado extra",
                    "fitness": "Fitness Care",
                    "fitness_care": "Fitness Care",
                    "fresh_care": "Cuidado Fresco",
                    "fresh_care_steam": "Fresh Care + Vapor",
                    "handwash_wool": "Lavagem manual e lã",
                    "high_dry": "Secagem de algodão",
                    "hqd_20_degrees": "Algodão 20℃",
                    "hqd_allergy": "Cuidado de Alergias",
                    "hqd_autoclean": "Limpeza do tambor",
                    "hqd_babycare": "Roupa de bebé",
                    "hqd_checkup": "Check-Up",
                    "hqd_cottons": "Algodão",
                    "hqd_delicate": "Roupa delicada",
                    "hqd_delicate_cradle": "Roupa delicada",
                    "hqd_dry": "Secagem de algodão",
                    "hqd_dry_synthetics": "Secos mistos",
                    "hqd_duvet": "Edredãos",
                    "hqd_eco_40_60_degrees": "Eco 40-60",
                    "hqd_handwash_wool": "Lãs",
                    "hqd_i_refresh": "i-Refresh",
                    "hqd_mix": "Misto",
                    "hqd_quick_15": "Rápido 15'",
                    "hqd_quick_wash_57": "Ciclo Rápido 57 min",
                    "hqd_rapid_wash_and_dry": "Lavar & secar",
                    "hqd_refresh": "Refrescar",
                    "hqd_rinse": "Lavagem",
                    "hqd_shirts": "Camisas",
                    "hqd_smart": "Smart A.I.",
                    "hqd_spin": "Centrifugar",
                    "hqd_sport": "Desporto",
                    "hqd_super_fast": "Rápido 39’",
                    "hqd_synthetic_and_coloured": "Sintéticos",
                    "hygiene_59": "Higiene Plus 59'",
                    "hygiene_60": "Higiene 60°",
                    "hygiene_plus_59": "Higiene Plus 59'",
                    "hygiene_plus_59_min": "Higiene Plus 59'",
                    "hygiene_pro_49_min": "Hygiene Pro 49 min",
                    "hygiene_pro_steam": "Hygiene Pro + Vapor",
                    "intensive_40": "Intensivo 40°C",
                    "intensive_40_steam": "Intensivo 40°C + vapor",
                    "iot_active_steam": "Vapor",
                    "iot_active_wash_steam": "Lavagem Ativa",
                    "iot_allergy_care_pro": "Cuidado Alergias Pro",
                    "iot_all_in_one_59_steam": "Active Wash + Vapor",
                    "iot_checkup": "Check-Up",
                    "iot_colour_59_steam": "Cores 59' + vapor",
                    "iot_cottons_steam": "Algodão + Vapor",
                    "iot_delicate_silk_steam": "Seda delicada + vapor",
                    "iot_delicati_59_steam": "Delicados 59'",
                    "iot_dry_air_refresh": "Refrescar ao Ar",
                    "iot_dry_anti_mites": "Anti-ácaros",
                    "iot_dry_baby": "Bebé",
                    "iot_dry_backpacks": "Mochilas",
                    "iot_dry_bathrobe": "Roupões e tecidos porosos",
                    "iot_dry_bed_linen": "Roupa de cama",
                    "iot_dry_cotton_dry": "Secagem de algodão",
                    "iot_dry_cuddly_toys": "Animais de peluche",
                    "iot_dry_curtains": "Cortinas",
                    "iot_dry_dehumidifier": "Removedor de humidade",
                    "iot_dry_delicates_antiallergy": "Delicados - antialérgicos",
                    "iot_dry_delicate_tablecloths": "Toalhas delicadas",
                    "iot_dry_denim_jeans": "Ganga - Jeans",
                    "iot_dry_easy_iron_cotton": "Engomagem Fácil - Algodão",
                    "iot_dry_easy_iron_synthetics": "Engomar Fácil - Sintéticos",
                    "iot_dry_gym_fit": "Vestuário de ginásio - fitness",
                    "iot_dry_lingerie": "Lingerie",
                    "iot_dry_mixed_dry": "Secos mistos",
                    "iot_dry_rapid_60_min_delicates": "Rápido 60' - Delicados",
                    "iot_dry_shirts": "Camisas",
                    "iot_dry_swimsuits_and_bikinis": "Fatos de banho",
                    "iot_dry_synthetics": "Secagem de Sintéticos",
                    "iot_dry_synthetic_dry": "Secagem de Sintéticos",
                    "iot_dry_tablecloths": "Toalhas de mesa",
                    "iot_dry_technical_fabrics": "Tecidos técnicos",
                    "iot_dry_warm_embrace": "Secagem a quente",
                    "iot_dry_wool_dry": "Secagem de lãs",
                    "iot_easy_iron": "Engomar Fácil",
                    "iot_fresh_care_steam": "Fresh Care + Vapor",
                    "iot_hygiene_pro_steam": "Hygiene Pro + Vapor",
                    "iot_intensive_40_steam": "Intensivo 40°C + vapor",
                    "iot_mixed_steam": "Mistos + Vapor",
                    "iot_mix_and_colour_59_steam": "Mistos E Cores 59' + Vapor",
                    "iot_perfect_cotton_59_steam": "Algodao Perfeito 59'",
                    "iot_rapid_a_class_60_steam": "Classe A rápida 60 + vapor",
                    "iot_resistant_cotton_steam": "Algodão + Vapor",
                    "iot_shirts_steam": "Camisas + Vapor",
                    "iot_single_item_steam": "Peça única + Vapor",
                    "iot_smart_wash": "Smart Wash",
                    "iot_soft_care_steam": "Soft Care + Steam",
                    "iot_special_39_full_load_steam": "Special 39' + Vapor",
                    "iot_steam_hygiene_plus": "Hygiene Plus Steam ",
                    "iot_synthetic_and_coloured_steam": "Sintéticos e Cores + Vapor",
                    "iot_wash_and_dry": "Lavar & secar",
                    "iot_wash_anti_mites": "Anti-ácaros",
                    "iot_wash_anti_odor": "Anti-odor",
                    "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": "Desinfetante",
                    "iot_wash_baby_sanitizer_steam": "higienizador para bebê + vapor",
                    "iot_wash_backpacks": "Mochilas",
                    "iot_wash_backpacks_zelig": "Mochilas",
                    "iot_wash_bathrobe": "Roupões e toalhas",
                    "iot_wash_bathrobe_steam": "Roupão + Vapor",
                    "iot_wash_bed_linen": "Roupa de cama",
                    "iot_wash_bed_linen_steam": "Roupa de cama + Vapor",
                    "iot_wash_bed_linen_zelig": "Roupa de cama",
                    "iot_wash_big_single_load": "Peça única grande",
                    "iot_wash_bleaching": "Branqueamento",
                    "iot_wash_blood_stains": "Nódoas de sangue",
                    "iot_wash_cashmere": "Cachemira",
                    "iot_wash_chocolate_stains": "Nódoas de chocolate",
                    "iot_wash_cold_wash": "Lavagem a frio",
                    "iot_wash_colored": "Cores",
                    "iot_wash_colored_anti_stain": "Remoção de nódoas para roupas de cor",
                    "iot_wash_colored_delicate": "Cores delicadas",
                    "iot_wash_coloured": "Cores",
                    "iot_wash_coloured_bed_linen": "Roupa de cama de cores",
                    "iot_wash_coloured_bed_linen_steam": "Roupa de cama de cores + vapor",
                    "iot_wash_coloured_curtains": "Cortinas de cor",
                    "iot_wash_coloured_shirts": "Camisas de cor",
                    "iot_wash_coloured_shirts_steam": "Camisas de cor + vapor",
                    "iot_wash_coloured_steam": "Cores + Vapor",
                    "iot_wash_coloured_tableclothes": "Toalhas de mesa de cor",
                    "iot_wash_coloured_tableclothes_steam": "Toalhas de mesa de cor + Vapor",
                    "iot_wash_cotton": "Algodão",
                    "iot_wash_cotton_steam": "Algodão + Vapor",
                    "iot_wash_cuddly_toys": "Animais de peluche",
                    "iot_wash_curtains": "Cortinas",
                    "iot_wash_curtains_steam": "Cortinas+Vapor",
                    "iot_wash_curtains_zelig": "Cortinas",
                    "iot_wash_dark": "Rupas escuras",
                    "iot_wash_darks_and_coloured_44": "Escuros e cores 44'",
                    "iot_wash_darks_and_coloured_59": "Escuros e cores 59'",
                    "iot_wash_darks_and_coloured_xl": "Escuros e cores XL",
                    "iot_wash_dark_steam": "Rupas escuras + Vapor",
                    "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": "Roupa delicada",
                    "iot_wash_delicate_antiallergy": "Antialérgico para roupas delicadas",
                    "iot_wash_delicate_antiallergy_steam": "Antialérgico para roupas delicadas + Vapor",
                    "iot_wash_delicate_antiallergy_zelig": "Antialérgico para roupas delicadas",
                    "iot_wash_delicate_colors": "Delicados de cor",
                    "iot_wash_delicate_colors_steam": "Cores + vapor",
                    "iot_wash_delicate_dark": "Escuros delicados",
                    "iot_wash_delicate_steam": "Roupa delicada + Vapor",
                    "iot_wash_delicate_tablecloths": "Toalhas delicadas",
                    "iot_wash_delicate_tablecloths_steam": "Toalhas delicadas + Vapor",
                    "iot_wash_delicate_whites": "Brancos delicados",
                    "iot_wash_denim_jeans": "Ganga - Jeans",
                    "iot_wash_diving_suits": "Fatos de mergulho",
                    "iot_wash_diving_suits_zelig": "Fatos de mergulho",
                    "iot_wash_down_jackets": "Blusões",
                    "iot_wash_down_jackets_zelig": "Blusões",
                    "iot_wash_duvet": "Edredãos",
                    "iot_wash_fruit_stains": "Nódoas de fruta",
                    "iot_wash_gym_fit": "Vestuário de ginásio - fitness",
                    "iot_wash_handwash": "Lavagem à mão",
                    "iot_wash_handwash_colored": "Lavagem à mão cores",
                    "iot_wash_handwash_dark": "Lavagem à mão de escuros",
                    "iot_wash_lingerie": "Lingerie",
                    "iot_wash_masks_refresh": "Refrescar Máscaras",
                    "iot_wash_masks_sanification": "Desinfeção de Máscaras",
                    "iot_wash_masks_sanification_steam": "Desinfeção de Máscaras + Vapor",
                    "iot_wash_mats": "Tapetes",
                    "iot_wash_men_s_trousers": "Calças ",
                    "iot_wash_mixed": "Misto",
                    "iot_wash_mixed_steam": "Mistos + Vapor",
                    "iot_wash_mix_and_coloured_44": "Misto e cores 44'",
                    "iot_wash_mix_and_coloured_59": "Misto e cores 59'",
                    "iot_wash_mix_and_coloured_xl": "Misto e cores XL",
                    "iot_wash_new_clothes": "Roupa nova",
                    "iot_wash_perfect_white": "Branco perfeito",
                    "iot_wash_perfect_white_steam": "Branco perfeito + Vapor",
                    "iot_wash_pets": "Acessórios de animais",
                    "iot_wash_pets_hair_removal": "Remoção de pelo de animais de estimação",
                    "iot_wash_pets_odours_stains_removal": "Remoção de odores e manchas de animais de estimação",
                    "iot_wash_pets_steam": "Acessórios de animais",
                    "iot_wash_playsuits": "Macacões",
                    "iot_wash_playsuits_steam": "Macacões + Vapor",
                    "iot_wash_quick_drum_cleaner": "Produto de limpeza rápida do tambor",
                    "iot_wash_rapid_14": "Rápido 14’",
                    "iot_wash_rapid_30": "Rápido 30’",
                    "iot_wash_rapid_44": "Rápido 44’",
                    "iot_wash_rapid_59": "Rápido 59’",
                    "iot_wash_rapid_59_steam": "Rápido 59' + vapor",
                    "iot_wash_refresh_14_min": "Refrescar 14'",
                    "iot_wash_resistant_colored": "Cores resistentes",
                    "iot_wash_resistant_dark": "Escuros resistentes",
                    "iot_wash_resistant_whites": "Brancos resistentes",
                    "iot_wash_rinse": "Lavagem",
                    "iot_wash_shirts": "Camisas",
                    "iot_wash_shirts_steam": "Camisas + Vapor",
                    "iot_wash_silk": "Seda",
                    "iot_wash_ski_suit": "Fatos de Ski",
                    "iot_wash_ski_suit_zelig": "Fatos de Ski",
                    "iot_wash_spin": "Centrifugar",
                    "iot_wash_sport": "Desporto",
                    "iot_wash_sport_anti_odor": "Roupa de desporto anti odor",
                    "iot_wash_sport_anti_odor_zelig": "Roupa de desporto anti odor",
                    "iot_wash_stains_remover": "Removedor de nódoas",
                    "iot_wash_swimsuits_and_bikinis": "Fatos de banho",
                    "iot_wash_synthetic": "Sintéticos",
                    "iot_wash_synthetic_steam": "Sintéticos + Vapor",
                    "iot_wash_tablecloths": "Toalhas de mesa",
                    "iot_wash_tablecloths_steam": "Toalhas de mesa + Vapor",
                    "iot_wash_technical_fabrics": "Tecidos técnicos",
                    "iot_wash_technical_fabrics_zelig": "Tecidos técnicos",
                    "iot_wash_technical_jackets": "Casacos técnicos",
                    "iot_wash_technical_jackets_zelig": "Casacos técnicos",
                    "iot_wash_trainers": "Ténis",
                    "iot_wash_whites": "Brancos",
                    "iot_wash_whites_44": "Brancos 44'",
                    "iot_wash_whites_59": "Brancos 59'",
                    "iot_wash_whites_xl": "Brancos XL",
                    "iot_wash_wine_stains": "Nódoas de vinho",
                    "iot_wash_wool": "Lãs",
                    "jeans": "Jeans",
                    "jeans_60": "Jeans",
                    "low_dry": "Secos mistos",
                    "mixed": "Mistos",
                    "mixed_and_colored_59": "Misto e Cores 59'",
                    "mixed_steam": "Mistos + Vapor",
                    "mix_and_colour_59": "Mistos E Cores 59'",
                    "mix_and_colour_59_steam": "Mistos E Cores 59' + Vapor",
                    "night_and_day": "Noite e Dia",
                    "night_wash": "Ciclo durante a noite",
                    "perfect_59": "Perfeito 59'",
                    "perfect_cotton_59": "Algodao Perfeito 59'",
                    "perfect_cotton_59_steam": "Algodao Perfeito 59'",
                    "perfect_whites_59": "Branco perfeito 59'",
                    "rapid_14_min": "Rápido 14'",
                    "rapid_30_min": "Rápido 30'",
                    "rapid_44_min": "Rápido 44'",
                    "rapid_a_class_60": "Classe A rápida 60",
                    "rapid_a_class_60_steam": "Classe A rápida 60 + vapor",
                    "rapid_wash_and_dry_59_min": "Lavar e Secar 59'.",
                    "resistant_cotton": "Algodão",
                    "resistant_cotton_steam": "Algodão + Vapor",
                    "rinse": "Lavagem",
                    "shirts_steam": "Camisas + Vapor",
                    "silent_night": "Ciclo durante a noite",
                    "single_item": "Peça única",
                    "single_item_steam": "Peça única + Vapor",
                    "smart_wash": "Smart Wash",
                    "soft_care": "Cuidado Suave",
                    "soft_care_steam": "Soft Care + Steam",
                    "soft_care_steam_title": "Soft Care + Steam",
                    "special_39": "Especial 39'",
                    "special_39_full_load": "Especial 39'",
                    "special_39_full_load_steam": "Special 39' + Vapor",
                    "special_49": "Especial 49'",
                    "sport_39": "Desporto 39'",
                    "sport_plus_29": "Desporto Plus 29\"",
                    "sport_plus_39": "Desporto Plus 39'",
                    "steam_39": "Vapor 39'",
                    "steam_care_pro": "Steam Care Pro",
                    "steam_care_pro_cotton": "Steam Care Pro - Algodões",
                    "steam_care_pro_delicates": "Steam Care Pro - Delicados",
                    "steam_care_pro_synthetic": "Steam Care Pro - Sintéticos",
                    "steam_hygiene_plus": "Hygiene Plus Steam ",
                    "synthetics": "Sintéticos",
                    "synthetic_and_coloured": "Sintéticos e Cores",
                    "synthetic_and_coloured_steam": "Sintéticos e Cores + Vapor",
                    "tailored_resistant_cotton": "Tailored Resistant Cotton",
                    "tailored_synthetic_and_coloured": "Tailored Synthetic Colored",
                    "total_care": "Cuidado Total",
                    "tumbling": "Secar na máquina",
                    "wool": "Lãs",
                    "wool_and_delicates_49": "Lãs/Delicados 49'",
                    "wool_dry": "Secagem de lãs",
                    "wool_soft_care": "Lãs & Cuidado Suavidade"
                },
                "name": "Programa"
            },
            "dry_levels": {
                "state": {
                    "0": "Sem secagem",
                    "1": "Engomar",
                    "2": "Guarda-Roupa pronto",
                    "3": "Guarda-Roupa pronto",
                    "4": "Extra seco",
                    "12": "Engomar",
                    "13": "Guarda-Roupa pronto",
                    "14": "Pronto a usar",
                    "15": "Extra seco",
                    "11": "Sem secagem"
                },
                "name": "Nível de secagem"
            },
            "spin_speed": {
                "name": "Centrifugar"
            },
            "temperature": {
                "name": "Temperatura"
            },
            "dry_time": {
                "name": "Tempo de secagem"
            },
            "eco_pilot": {
                "state": {
                    "0": "Off",
                    "1": "Evitar o toque",
                    "2": "Seguir"
                },
                "name": "Eco pilot"
            },
            "fan_mode": {
                "state": {
                    "1": "Alta",
                    "2": "Média   ",
                    "3": "Baixa",
                    "4": "Auto",
                    "5": "Auto"
                }
            },
            "programs_ac": {
                "state": {
                    "iot_10_heating": "Função de aquecimento de 10 °C",
                    "iot_auto": "Auto",
                    "iot_cool": "Frio",
                    "iot_dry": "Secar",
                    "iot_fan": "Ventilador",
                    "iot_heat": "Calor",
                    "iot_nano_aqua": "Nano Aqua",
                    "iot_purify": "Autopurificação",
                    "iot_self_clean": "Autolimpeza",
                    "iot_self_clean_56": "Steri-Clean 56°C",
                    "iot_simple_start": "Iniciar agora",
                    "iot_uv": "UV",
                    "iot_uv_and_auto": "UV + Auto",
                    "iot_uv_and_cool": "UV + Frio",
                    "iot_uv_and_dry": "UV + Desumidificador",
                    "iot_uv_and_fan": "UV + Ventilação",
                    "iot_uv_and_heat": "UV + Calor"
                }
            },
            "programs_ref": {
                "state": {
                    "auto_set": "AUTO-SET",
                    "cheese": "Queijo",
                    "chiller": "Quick cool",
                    "cold_drinks": "Soft chill",
                    "eco": "Eco",
                    "eco_mode": "Modo Eco",
                    "fruits_and_veg": "Fruit&Veg",
                    "fruit_and_veg": "Fruit & Veg",
                    "holiday": "HOLIDAY",
                    "keep_fresh": "0° Fresh",
                    "no_mode_selected": "Nenhum modo selecionado",
                    "quick_cool": "QUICK COOL",
                    "sea_food": "Ready to cook meal",
                    "soft_frozen": "Soft freezing",
                    "super_cool": "SUPER COOL",
                    "super_freeze": "SUPER FREEZE",
                    "tea": "Cold drinks or Beverages",
                    "zero_fresh": "0° Fresh"
                }
            },
            "remaining_time": {
                "name": "Tempo restante"
            },
            "ref_zones": {
                "state": {
                    "fridge": "Frigorífico",
                    "freezer": "Congelador",
                    "vtroom1": "My Zone",
                    "fridge_freezer": "Frigorífico & Congelador"
                },
                "name": "Zona"
            }
        },
        "switch": {
            "anti_crease": {
                "name": "Anti-vincos"
            },
            "add_dish": {
                "name": "Adicionar pratos"
            },
            "eco_express": {
                "name": "Eco"
            },
            "extra_dry": {
                "name": "Extra seco"
            },
            "half_load": {
                "name": "Meia carga"
            },
            "open_door": {
                "name": "Abrir porta"
            },
            "three_in_one": {
                "name": "3 em 1"
            },
            "preheat": {
                "name": "Pré-aquecimento"
            },
            "dish_washer": {
                "name": "Máquina de lavar loiça"
            },
            "tumble_dryer": {
                "name": "Máquina de secar"
            },
            "washing_machine": {
                "name": "Máquina de lavar"
            },
            "washer_dryer": {
                "name": "Máquina de lavar e secar"
            },
            "oven": {
                "name": "Forno"
            },
            "prewash": {
                "name": "Pré-lavagem"
            },
            "pause": {
                "name": "Pausa"
            },
            "keep_fresh": {
                "name": "Keep Fresh"
            },
            "delay_time": {
                "name": "Início adiado"
            },
            "rapid_mode": {
                "name": "Modo rápido"
            },
            "eco_mode": {
                "name": "Modo ECO"
            },
            "10_degree_heating": {
                "name": "Função de aquecimento de 10 °C"
            },
            "self_clean": {
                "name": "Autolimpeza"
            },
            "self_clean_56": {
                "name": "Steri-Clean 56°C"
            },
            "silent_mode": {
                "name": "Modo Silencioso"
            },
            "mute_mode": {
                "name": "Modo Mute"
            },
            "extra_rinse_1": {
                "name": "+1 enxaguamento"
            },
            "extra_rinse_2": {
                "name": "+2 enxaguamentos"
            },
            "extra_rinse_3": {
                "name": "+3 enxaguamentos"
            },
            "acqua_plus": {
                "name": "Acquaplus"
            },
            "auto_dose": {
                "name": "Autodosagem"
            },
            "good_night": {
                "name": "Boa Noite"
            },
            "auto_dose_softener": {
                "name": "Autodosagem Amaciador"
            },
            "auto_dose_detergent": {
                "name": "Autodosagem Detergente"
            },
            "auto_set": {
                "name": "Ajuste automático"
            },
            "super_cool": {
                "name": "Super Cool"
            },
            "super_freeze": {
                "name": "Super Freeze"
            },
            "refrigerator": {
                "name": "Frigorífico"
            }
        },
        "binary_sensor": {
            "door_lock": {
                "name": "Fecho da porta"
            },
            "extra_rinse_1": {
                "name": "+1 enxaguamento"
            },
            "extra_rinse_2": {
                "name": "+2 enxaguamentos"
            },
            "extra_rinse_3": {
                "name": "+3 enxaguamentos"
            },
            "good_night": {
                "name": "Boa Noite"
            },
            "anti_crease": {
                "name": "Anti-vincos"
            },
            "aqua_plus": {
                "name": "Acquaplus"
            },
            "spin_speed": {
                "name": "Centrifugar"
            },
            "programs_dw": {
                "name": "Programa"
            },
            "programs_ih": {
                "name": "Programa"
            },
            "programs_ov": {
                "name": "Programa"
            },
            "programs_td": {
                "name": "Programa"
            },
            "programs_wm": {
                "name": "Programa"
            },
            "still_hot": {
                "name": "Ainda quente"
            },
            "pan_status": {
                "name": "Frigideira"
            },
            "remote_control": {
                "name": "Controlo remoto"
            },
            "rinse_aid": {
                "name": "Nível de Abrilhantador"
            },
            "salt_level": {
                "name": "Nível de sal"
            },
            "door_open": {
                "name": "Porta aberta"
            },
            "connection": {
                "name": "Ligação do aparelho"
            },
            "child_lock": {
                "name": "Trinco para Crianças"
            },
            "on": {
                "name": "On"
            },
            "prewash": {
                "name": "Pré-lavagem"
            },
            "acqua_plus": {
                "name": "Acquaplus"
            },
            "auto_dose": {
                "name": "Autodosagem"
            },
            "buzzer": {
                "name": "Besouro de fim de ciclo"
            },
            "holiday_mode": {
                "name": "Modo Holiday"
            },
            "auto_set": {
                "name": "Ajuste automático"
            },
            "super_cool": {
                "name": "Super Cool"
            },
            "super_freeze": {
                "name": "Super Freeze"
            },
            "freezer_door": {
                "name": "Porta aberta Congelador"
            },
            "fridge_door": {
                "name": "Porta aberta Frigorífico"
            },
            "filter_replacement": {
                "name": "Substituição do filtro"
            }
        },
        "number": {
            "power_management": {
                "name": "Gestão de energia"
            },
            "temperature": {
                "name": "Temperatura"
            },
            "delay_time": {
                "name": "Início adiado"
            },
            "water_hard": {
                "name": "Dureza da água"
            },
            "program_duration": {
                "name": "Duração do programa"
            },
            "target_temperature": {
                "name": "Temperatura alvo"
            },
            "rinse_iterations": {
                "name": "Número de enxaguamentos"
            },
            "wash_time": {
                "name": "Tempo de lavagem"
            },
            "dry_time": {
                "name": "Tempo de secagem"
            },
            "steam_level": {
                "name": "Nível de vapor"
            },
            "freezer_temp_sel": {
                "name": "Temperatura alvo Congelador"
            },
            "fridge_temp_sel": {
                "name": "Temperatura alvo Frigorífico"
            }
        },
        "button": {
            "induction_hob": {
                "name": "Placa de indução"
            },
            "start_program": {
                "name": "Programa Início"
            },
            "stop_program": {
                "name": "Programa Parar"
            }
        },
        "climate": {
            "air_conditioner": {
                "name": "Ar Condicionado"
            },
            "fridge": {
                "name": "Frigorífico",
                "state_attributes": {
                    "preset_mode": {
                        "name": "Modos do frigorífico",
                        "state": {
                            "auto_set": "Ajuste automático",
                            "super_cool": "Super Cool",
                            "holiday": "Holiday",
                            "no_mode": "Nenhum modo selecionado"
                        }
                    }
                }
            },
            "freezer": {
                "name": "Congelador",
                "state_attributes": {
                    "preset_mode": {
                        "name": "Modos do congelador",
                        "state": {
                            "auto_set": "Ajuste automático",
                            "super_freeze": "Super Freeze",
                            "no_mode": "Nenhum modo selecionado"
                        }
                    }
                }
            },
            "oven": {
                "name": "Forno",
                "state_attributes": {
                    "preset_mode": {
                        "name": "Programas",
                        "state": {
                            "bakery": "Massas e bolos",
                            "bakery_steam": "Vapor do forno",
                            "bottom_heating": "Aquecimento inferior",
                            "bottom_heating_fan": "Aquecimento Inferior + Ventilação",
                            "bread": "Pão",
                            "bread_steam": "Pão no vapor",
                            "combi": "Combi",
                            "convection_fan": "Convecção + Ventilador",
                            "convection_fan_turnspit": "Espeto com convecção ventilada",
                            "conventional": "Estático",
                            "conventional_turnspit": "Espeto convencional",
                            "defrost": "Descongelar",
                            "descaling": "Descalcificação",
                            "fish": "Peixe",
                            "fish_steam": "Peixe no vapor",
                            "grill_cata": "Grelhar",
                            "grill_fan_cata": "Grelhar com ventilação",
                            "grill_fan_pyro": "Grelhar + Ventilação",
                            "grill_pyro": "Grelhar",
                            "h20_clean": "H2O-Clean",
                            "iot_bread": "Pão",
                            "iot_h20_clean": "h2O clean",
                            "leavening": "Levedação",
                            "low_temp_cooking": "Cozimento em baixa temperatura",
                            "low_temp_cooking_fish": "Cozimento em baixa temperatura Peixe",
                            "low_temp_cooking_fish_steam": "Cozimento em baixa temperatura Peixe a vapor",
                            "low_temp_cooking_meat": "Cozimento em baixa temperatura Carne",
                            "low_temp_cooking_meat_steam": "Cozimento em baixa temperatura Carne no vapor",
                            "low_temp_cooking_steam": "Cozimento em baixa temperatura no vapor",
                            "meat": "Carne",
                            "meat_steam": "Vapor de carne",
                            "multi_level": "Multinível",
                            "paella": "Paella",
                            "pasta_and_bakery": "Massas e bolos",
                            "pizza": "Pizza",
                            "pyrolysis": "Pirólise",
                            "pyrolysis_plus": "Pirólise +",
                            "red_meat": "Carne Vermelha",
                            "red_meat_steam": "Carne Vermelha no vapor",
                            "regenerate": "Regenerar",
                            "soft_plus": "Soft+",
                            "super_grill": "Super Grelhador",
                            "tailor_bake": "Tailor bake",
                            "tailor_bake_cata": "Tailor Bake",
                            "tailor_bake_pyro": "Tailor Bake",
                            "vegetables": "Vegetais",
                            "vegetables_cata": "Legumes",
                            "vegetables_pyro": "Legumes",
                            "water_discharge": "Descarga d'água",
                            "white_meat": "Carne Branca",
                            "white_meat_steam": "Carne Branca no vapor"
                        }
                    }
                }
            }
        }
    },
    "config": {
        "step": {
            "user": {
                "description": "Faça login",
                "data": {
                    "email": "E-mail",
                    "password": "Palavra-passe"
                }
            }
        }
    }
}