forked from hongtat/smartthings-capabilities
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathriceCooker.i18n.fr.json
executable file
·1098 lines (1098 loc) · 46.6 KB
/
riceCooker.i18n.fr.json
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
{
"tag": "fr",
"label": "Rice Cooker",
"attributes": {
"completionTime": {
"label": "Temps restant",
"description": "The running completion time for the rice cooker",
"displayTemplate": "{{device.label}} {{attribute}} was {{value}}",
"i18n": {}
},
"schedulingEnabled": {
"label": "Programmer",
"description": "Whether the rice cooker supports scheduled cooking",
"displayTemplate": "{{device.label}} {{attribute}} was {{value}}",
"i18n": {}
},
"scheduledTime": {
"label": "Heure de fin programmée",
"description": "Scheduled start time for rice cooker",
"displayTemplate": "{{device.label}} {{attribute}} was {{value}}",
"i18n": {}
},
"cookerState": {
"label": "Statut du cuiseur",
"description": "Current state of the rice cooker",
"displayTemplate": "{{device.label}} {{attribute}} was {{value}}",
"i18n": {
"value": {
"running": {
"label": "Actif"
},
"ready": {
"label": "Prêt"
},
"scheduled": {
"label": "Cuisson programmée"
},
"error": {
"label": "Il y a un problème"
}
}
}
},
"supportedCookerModes": {
"label": "supported rice cooker modes",
"description": "Modes supported by the rice cooker running state",
"displayTemplate": "{{device.label}} {{attribute}} was {{value}}",
"i18n": {
"value": {
"reheating": {
"label": "reheating"
},
"soakInnerPot": {
"label": "soak inner pot"
},
"keepWarm": {
"label": "keep warm"
},
"cooking": {
"label": "cooking"
},
"autoClean": {
"label": "auto clean"
}
}
}
},
"schedulableMenus": {
"label": "Schedulable Menus",
"description": "Menus for this rice cooker that can be scheduled",
"displayTemplate": "{{device.label}} {{attribute}} are {{value}}",
"i18n": {
"value": {
"superGrains": {
"label": "Super Grains"
},
"plainPorridge": {
"label": "Plain Porridge"
},
"mixedGrainForSaladWithAdlay": {
"label": "Mixed Grain for Salad with Adlay"
},
"scorchedRiceTea": {
"label": "Scorched Rice Tea"
},
"kamutRice": {
"label": "Kamut Rice"
},
"odaemi": {
"label": "Odaemi"
},
"mixedGrainForSaladWithKamut": {
"label": "Mixed Grain for Salad with Kamut"
},
"sousVide": {
"label": "Sous Vide"
},
"mixedGrainsQuick": {
"label": "Mixed Grains Quick"
},
"alchanmi": {
"label": "Alchanmi"
},
"riceWithRipeKimchiAndAbaloneInHotPot": {
"label": "Rice with Ripe Kimchi and Abalone in Hot Pot"
},
"riceForGimbap": {
"label": "Rice for Gimbap"
},
"riceWithAssortedMushrommsInHotPot": {
"label": "Rice with Assorted Mushromms in Hot Pot"
},
"beef,ShiitakeMushroom,EggPorridge": {
"label": "Beef, Shiitake Mushroom, Egg Porridge"
},
"stickyPlainRice": {
"label": "Sticky Plain Rice"
},
"frozenMixedGrain": {
"label": "Frozen Mixed Grain"
},
"beef,Cabbage,WhiteMushroom,Jujube,SoftBoiledRice": {
"label": "Beef,Cabbage,White Mushroom,Jujube,Soft Boiled Rice"
},
"broccoliPorridge": {
"label": "Broccoli Porridge"
},
"bakedEgg": {
"label": "Baked Egg"
},
"chickpeaRice": {
"label": "Chickpea Rice"
},
"pineNutPorridge": {
"label": "Pine Nut Porridge"
},
"riceWithBeans": {
"label": "Rice with Beans"
},
"barleyMixedGrainRice": {
"label": "Barley Mixed Grain Rice"
},
"mixedGrainForSaladWithQuinoa(1Cup)": {
"label": "Mixed Grain for Salad with Quinoa (1Cup)"
},
"codFlesh,SweetPumpkin,Mung-BeanSprouts,BlackSesame,SoftBoiledRice": {
"label": "Cod Flesh, Sweet Pumpkin, Mung-Bean Sprouts, Black Sesame, Soft Boiled Rice"
},
"babyFoodStep1": {
"label": "Baby Food Step 1"
},
"babyFoodStep2": {
"label": "Baby Food Step 2"
},
"riceWithTruffledBulgogiInHotPot": {
"label": "Rice with Truffled Bulgogi in Hot Pot"
},
"babyFoodStep3": {
"label": "Baby Food Step 3"
},
"haedeul": {
"label": "Haedeul"
},
"mixedGrainForSaladWithLentilBean(1Cup)": {
"label": "Mixed Grain for Salad with Lentil Bean (1Cup)"
},
"brownRice100": {
"label": "Brown Rice 100%"
},
"riceWithAbaloneInHotPot": {
"label": "Rice with Abalone in Hot Pot"
},
"konjacRice": {
"label": "Konjac Rice"
},
"beef,Apple,BroccoliPorridge": {
"label": "Beef, Apple, Broccoli Porridge"
},
"chicken,SweetPumpkin,Cabbage,StickyRicePorridge": {
"label": "Chicken, Sweet Pumpkin, Cabbage, Sticky Rice Porridge"
},
"mixedGrainForSaladWithQuinoa(2Cup)": {
"label": "Mixed Grain for Salad with Quinoa (2Cup)"
},
"mixedGrainForSaladWithOatRice": {
"label": "Mixed Grain for Salad with Oat Rice"
},
"mixedGrainForSalad": {
"label": "Mixed Grain for Salad"
},
"quinoaRice": {
"label": "Quinoa Rice"
},
"steamedSweetPotato": {
"label": "Steamed Sweet Potato"
},
"mixedGrainForSaladWithLentilBean": {
"label": "Mixed Grain for Salad with Lentil Bean"
},
"oatRice": {
"label": "Oat Rice"
},
"mixedGrainForSaladWithLentilBean(2Cup)": {
"label": "Mixed Grain For Salad with Lentil Bean (2 Cup)"
},
"mixedGrainForSaladWithBrownRice": {
"label": "Mixed Grain for Salad with Brown Rice"
},
"abalonePorridge": {
"label": "Abalone Porridge"
},
"riceWithBrackenAndSteakInHotPot": {
"label": "Rice with Bracken and Steak in Hot Pot"
},
"cauldronRice": {
"label": "Cauldron Rice"
},
"mixedGrainForSaladWithChickpea": {
"label": "Mixed Grain for Salad with Chickpea"
},
"yakbab": {
"label": "Yakbab"
},
"riceWithSteakInHotPot": {
"label": "rice with Steak in Hot Pot"
},
"mixedGrains": {
"label": "Mixed Grains"
},
"riceWithBeefAndBeanSproutsInHotPot": {
"label": "Rice with Beef and Bean Sprouts in Hot Pot"
},
"mixedGrainForSaladWithBrownRice(1Cup)": {
"label": "Mixed Grain for Salad with Brown Rice (1 Cup)"
},
"mixedGrainForSaladWithBarley": {
"label": "Mixed Grain for Salad with Barley"
},
"cod-Meat,Vitamin,CarrotPorridge": {
"label": "Cod-Meat, Vitamin, Carrot Porridge"
},
"galbijjim": {
"label": "Galbijjim"
},
"riceWithSeasonedVegetablesInHotPot": {
"label": "Rice with Seasoned Vegetables in Hot Pot"
},
"riceWithWebfootOctopusAndSaussureaInHotPot": {
"label": "Rice with Webfoot Octopus and Saussurea in Hot Pot"
},
"riceWithSpicyWebfootOctopusInHotPot": {
"label": "Rice with Spicy Webfoot Octopus in Hot Pot"
},
"mixedGrainForSaladWithQuinoa": {
"label": "Mixed Grain for Salad with Quinoa"
},
"mixedGrainForSaladWithBrownRice(2Cup)": {
"label": "Mixed Grain for Salad with Brown Rice (2 Cup)"
},
"mixedGrainForSaladWithMillet": {
"label": "Mixed Grain for Salad with Millet"
},
"mixedGrainForVitality": {
"label": "Mixed Grain for Vitality"
},
"scorchedRice": {
"label": "Scorched Rice"
},
"steamedPotato": {
"label": "Steamed Potato"
},
"chicken,PineNut,Chestnut,Spinach,SoftBoiledRice": {
"label": "Chicken, Pine Nut, Chestnut, Spinach, Soft Boiled Rice"
},
"riceWithBeefAndAssortedMushroomsInHotPot": {
"label": "Rice with Beef and Assorted Mushrooms in Hot Pot"
},
"chicken,Zucchini,SweetPotato,StickyRicePorridge": {
"label": "Chicken, Zucchini, Sweet Potato, Sticky Rice Porridge"
},
"plainQuick": {
"label": "Plain Quick"
},
"beef,KingTrumpetMushroom,BroccoliPorridge": {
"label": "Beef, King Trumpet Mushroom, Broccoli Porridge"
},
"nutritiousRiceInHotPot": {
"label": "Nutritious Rice in Hot Pot"
},
"mixedGrainForSaladWithChickpea(2Cup)": {
"label": "Mixed Grain for Salad with Chickpea (2 Cup)"
},
"chicken,Cheese,Beet,Eggplant,SoftBoiledRice": {
"label": "Chicken, Cheese, Beet, Eggplant, Soft Boiled Rice"
},
"wellCookedPlainRice": {
"label": "Well Cooked Plain Rice"
},
"chicken,SweetPotato,Beet,BeetPorridge": {
"label": "Chicken, Sweet Potato, Beet, Beet Porridge"
},
"beef,Beet,EnokiMushroom,PerillaSeeds,SoftBoiledRice": {
"label": "Beef, Beet, Enoki Mushroom, Perilla Seeds, Soft Boiled Rice"
},
"beef,Zucchini,PearPorridge": {
"label": "Beef, Zucchini, Pear Porridge"
},
"potatoCarrotPorridge": {
"label": "Potato Carrot Porridge"
},
"nutritiousPorridge": {
"label": "Nutritious Porridge"
},
"frozenPlainRice": {
"label": "Frozen Plain Rice"
},
"chicken,BeanSprouts,Jujube,StickyRicePorridge": {
"label": "Chicken, Bean Sprouts, Jujube, Sticky Rice Porridge"
},
"chicken,BokChoy,BananaPorridge": {
"label": "Chicken, BokChoy, Banana Porridge"
},
"samgyetang": {
"label": "Samgyetang"
},
"mixedGrainForSlim": {
"label": "Mixed Grain for Slim"
},
"boiledEgg": {
"label": "Boiled Egg"
},
"mixedGrainForSaladWithChickpea(1Cup)": {
"label": "Mixed Grain for Salad with Chickpea (1 Cup)"
},
"steamedDish": {
"label": "Steamed Dish"
},
"lentilBeanRice": {
"label": "Lentil Bean Rice"
}
}
}
},
"startTime": {
"label": "Temps de chauffe",
"description": "Start time of the rice cooker",
"displayTemplate": "{{device.label}} {{attribute}} was {{value}}",
"i18n": {}
},
"cookerMode": {
"label": "Mode",
"description": "The running Modes of the rice cooker",
"displayTemplate": "{{device.label}} {{attribute}} was {{value}}",
"i18n": {
"value": {
"reheating": {
"label": "Réchauffage"
},
"soakInnerPot": {
"label": "Trempage dans le pot intérieur"
},
"keepWarm": {
"label": "Chauffage"
},
"cooking": {
"label": "Cuisson"
},
"autoClean": {
"label": "Nettoyage automatique"
}
}
}
},
"menu": {
"label": "Menu",
"description": "The rice cooker menu",
"displayTemplate": "{{device.label}} {{attribute}} was {{value}}",
"i18n": {
"value": {
"mixedGrainForSaladWithAdlay": {
"label": "Mélange de céréales avec herbe à chapelets en salade"
},
"scorchedRiceTea": {
"label": "Thé de croûte de riz"
},
"odaemi": {
"label": "Odaemi"
},
"mixedGrainsQuick": {
"label": "Mélange de céréales rapide"
},
"alchanmi": {
"label": "Alchanmi"
},
"riceWithRipeKimchiAndAbaloneInHotPot": {
"label": "Riz cuit dans un pot en grès avec ormeau et kimchi mûr"
},
"riceForGimbap": {
"label": "Riz pour gimbap"
},
"beef,ShiitakeMushroom,EggPorridge": {
"label": "Bœuf, champignons shiitake, porridge aux œufs"
},
"stickyPlainRice": {
"label": "Riz blanc gluant"
},
"frozenMixedGrain": {
"label": "Mélange de céréales surgelé"
},
"beef,Cabbage,WhiteMushroom,Jujube,SoftBoiledRice": {
"label": "Bœuf, chou, champignons blancs, riz cuit au jujube"
},
"broccoliPorridge": {
"label": "Porridge au brocoli"
},
"riceWithBeans": {
"label": "Riz avec haricots"
},
"barleyMixedGrainRice": {
"label": "Riz avec orge et mélange de céréales"
},
"codFlesh,SweetPumpkin,Mung-BeanSprouts,BlackSesame,SoftBoiledRice": {
"label": "Cabillaud, citrouille douce, germes de haricot, riz cuit au sésame"
},
"riceWithTruffledBulgogiInHotPot": {
"label": "Riz cuit dans un pot en grès avec steak"
},
"riceWithAbaloneInHotPot": {
"label": "Riz cuit dans un pot en grès avec ormeau"
},
"mixedGrainForSalad": {
"label": "Mélange de céréales en salade"
},
"mixedGrainForSaladWithQuinoa(2Cup)": {
"label": "Mélange de céréales et quinoa en salade (2 tasses)"
},
"chicken,SweetPumpkin,Cabbage,StickyRicePorridge": {
"label": "Poulet, citrouille douce, chou, porridge de riz gluant"
},
"steamedSweetPotato": {
"label": "Patates douces à la vapeur"
},
"mixedGrainForSaladWithLentilBean": {
"label": "Mélange de céréales et lentilles en salade"
},
"oatRice": {
"label": "Riz avec avoine"
},
"mixedGrainForSaladWithBrownRice": {
"label": "Mélange de céréales et riz brun en salade"
},
"mixedGrainForSaladWithLentilBean(2Cup)": {
"label": "Mélange de céréales avec lentilles en salade (2 tasses)"
},
"riceWithBrackenAndSteakInHotPot": {
"label": "Riz cuit dans un pot en grès avec steak et fougères"
},
"cauldronRice": {
"label": "Riz cuit dans un pot en grès"
},
"mixedGrainForSaladWithChickpea": {
"label": "Mélange de céréales et pois chiches en salade"
},
"riceWithSteakInHotPot": {
"label": "Riz cuit dans un pot en grès avec steak"
},
"mixedGrainForSaladWithBarley": {
"label": "Mélange de céréales et orge en salade"
},
"riceWithSeasonedVegetablesInHotPot": {
"label": "Riz cuit dans un pot en grès avec légumes de saison"
},
"galbijjim": {
"label": "Galbijjim"
},
"riceWithWebfootOctopusAndSaussureaInHotPot": {
"label": "Riz cuit dans un pot en grès avec poulpe ocellé et un saussurea"
},
"mixedGrainForSaladWithQuinoa": {
"label": "Mélange de céréales et quinoa en salade"
},
"mixedGrainForSaladWithBrownRice(2Cup)": {
"label": "Mélange de céréales et riz brun en salade (2 tasses)"
},
"mixedGrainForVitality": {
"label": "Mélange de céréales pour la vitalité"
},
"plainQuick": {
"label": "Riz blanc rapide"
},
"mixedGrainForSaladWithChickpea(2Cup)": {
"label": "Mélange de céréales et pois chiches en salade (2 tasses)"
},
"wellCookedPlainRice": {
"label": "Riz blanc bien cuit"
},
"beef,Beet,EnokiMushroom,PerillaSeeds,SoftBoiledRice": {
"label": "Bœuf, betterave, champignons enoki, riz cuit aux graines de pérille"
},
"frozenPlainRice": {
"label": "Riz blanc surgelé"
},
"customMenu08": {
"label": "customMenu08"
},
"customMenu09": {
"label": "customMenu09"
},
"customMenu02": {
"label": "customMenu02"
},
"mixedGrainForSlim": {
"label": "Mélange de céréales pour régime"
},
"customMenu03": {
"label": "customMenu03"
},
"customMenu01": {
"label": "customMenu01"
},
"customMenu06": {
"label": "customMenu06"
},
"customMenu07": {
"label": "customMenu07"
},
"steamedDish": {
"label": "Plat à la vapeur"
},
"customMenu04": {
"label": "customMenu04"
},
"customMenu05": {
"label": "customMenu05"
},
"superGrains": {
"label": "Riz avec super céréales"
},
"customMenu10": {
"label": "customMenu10"
},
"plainPorridge": {
"label": "Porridge nature"
},
"kamutRice": {
"label": "Riz avec kamut"
},
"mixedGrainForSaladWithKamut": {
"label": "Mélange de céréales et kamut en salade"
},
"sousVide": {
"label": "Sous-vide"
},
"customMenu19": {
"label": "customMenu19"
},
"riceWithAssortedMushrommsInHotPot": {
"label": "Riz cuit dans un pot en grès avec un assortiment de champignons"
},
"customMenu13": {
"label": "customMenu13"
},
"bakedEgg": {
"label": "Œufs cuits"
},
"chickpeaRice": {
"label": "Riz avec pois chiches"
},
"pineNutPorridge": {
"label": "Porridge aux pignons de pin"
},
"customMenu14": {
"label": "customMenu14"
},
"customMenu11": {
"label": "customMenu11"
},
"customMenu12": {
"label": "customMenu12"
},
"customMenu17": {
"label": "customMenu17"
},
"customMenu18": {
"label": "customMenu18"
},
"customMenu15": {
"label": "customMenu15"
},
"customMenu16": {
"label": "customMenu16"
},
"mixedGrainForSaladWithQuinoa(1Cup)": {
"label": "Mélange de céréales et quinoa en salade (1 tasse)"
},
"customMenu20": {
"label": "customMenu20"
},
"babyFoodStep1": {
"label": "Nourriture pour bébé étape 1"
},
"babyFoodStep2": {
"label": "Nourriture pour bébé étape 2"
},
"babyFoodStep3": {
"label": "Nourriture pour bébé étape 3"
},
"haedeul": {
"label": "Haedeul"
},
"mixedGrainForSaladWithLentilBean(1Cup)": {
"label": "Mélange de céréales avec lentilles en salade (1 tasse)"
},
"brownRice100": {
"label": "100 % de riz brun"
},
"konjacRice": {
"label": "Riz de Konjac"
},
"mixedGrainForSaladWithOatRice": {
"label": "Mélange de céréales et avoine en salade"
},
"beef,Apple,BroccoliPorridge": {
"label": "Bœuf, pomme, porridge au brocoli"
},
"quinoaRice": {
"label": "Riz avec quinoa"
},
"abalonePorridge": {
"label": "Bouillie de riz à l'ormeau"
},
"yakbab": {
"label": "Yakbap"
},
"mixedGrains": {
"label": "Mélange de céréales"
},
"riceWithBeefAndBeanSproutsInHotPot": {
"label": "Riz cuit dans un pot en grès avec du bœuf et des germes de soja"
},
"mixedGrainForSaladWithBrownRice(1Cup)": {
"label": "Mélange de céréales et riz brun en salade (1 tasse)"
},
"cod-Meat,Vitamin,CarrotPorridge": {
"label": "Cabillaud, vitamine, porridge carotte"
},
"riceWithSpicyWebfootOctopusInHotPot": {
"label": "Riz cuit dans un pot en grès avec poulpe ocellé"
},
"mixedGrainForSaladWithMillet": {
"label": "Mélange de céréales et millet en salade"
},
"scorchedRice": {
"label": "Croûte de riz"
},
"steamedPotato": {
"label": "Pommes de terre à la vapeur"
},
"riceWithBeefAndAssortedMushroomsInHotPot": {
"label": "Riz cuit dans un pot en grès avec du bœuf et un assortiment de champignons"
},
"chicken,PineNut,Chestnut,Spinach,SoftBoiledRice": {
"label": "Poulet, pignons, châtaignes, riz cuit aux épinards"
},
"chicken,Zucchini,SweetPotato,StickyRicePorridge": {
"label": "Poulet, courgette, patate douce, porridge de riz gluant"
},
"beef,KingTrumpetMushroom,BroccoliPorridge": {
"label": "Bœuf, pleurotes du panicaut, porridge au brocoli"
},
"nutritiousRiceInHotPot": {
"label": "Riz nutritif cuit dans un pot en grès"
},
"chicken,Cheese,Beet,Eggplant,SoftBoiledRice": {
"label": "Poulet, fromage, betterave, riz cuit aux aubergines"
},
"chicken,SweetPotato,Beet,BeetPorridge": {
"label": "Poulet, patate douce, betterave, porridge aux feuilles de betterave"
},
"beef,Zucchini,PearPorridge": {
"label": "Bœuf, courgette, porridge aux poires"
},
"nutritiousPorridge": {
"label": "Porridge nutritif"
},
"potatoCarrotPorridge": {
"label": "Porridge carotte et pomme de terre"
},
"chicken,BokChoy,BananaPorridge": {
"label": "Poulet, bok choy, porridge à la banane"
},
"chicken,BeanSprouts,Jujube,StickyRicePorridge": {
"label": "Poulet, germes de soja, jujube, porridge de riz gluant"
},
"samgyetang": {
"label": "Samgyetang"
},
"boiledEgg": {
"label": "Œufs à la coque"
},
"mixedGrainForSaladWithChickpea(1Cup)": {
"label": "Mélange de céréales et pois chiches en salade (1 tasse)"
},
"lentilBeanRice": {
"label": "Riz avec lentilles"
}
}
}
},
"supportedMenus": {
"label": "supported menus",
"description": "Supported menus for this rice cooker to be in",
"displayTemplate": "{{device.label}} {{attribute}} are {{value}}",
"i18n": {
"value": {
"superGrains": {
"label": "Super Grains"
},
"plainPorridge": {
"label": "Plain Porridge"
},
"mixedGrainForSaladWithAdlay": {
"label": "Mixed Grain for Salad with Adlay"
},
"scorchedRiceTea": {
"label": "Scorched Rice Tea"
},
"kamutRice": {
"label": "Kamut Rice"
},
"mixedGrainForSaladWithKamut": {
"label": "Mixed Grain for Salad with Kamut"
},
"odaemi": {
"label": "Odaemi"
},
"sousVide": {
"label": "Sous Vide"
},
"riceWithRipeKimchiAndAbaloneInHotPot": {
"label": "Rice with Ripe Kimchi and Abalone in Hot Pot"
},
"mixedGrainsQuick": {
"label": "Mixed Grains Quick"
},
"alchanmi": {
"label": "Alchanmi"
},
"riceWithAssortedMushrommsInHotPot": {
"label": "Rice with Assorted Mushromms in Hot Pot"
},
"riceForGimbap": {
"label": "Rice for Gimbap"
},
"beef,ShiitakeMushroom,EggPorridge": {
"label": "Beef, Shiitake Mushroom, Egg Porridge"
},
"stickyPlainRice": {
"label": "Sticky Plain Rice"
},
"frozenMixedGrain": {
"label": "Frozen Mixed Grain"
},
"beef,Cabbage,WhiteMushroom,Jujube,SoftBoiledRice": {
"label": "Beef,Cabbage,White Mushroom,Jujube,Soft Boiled Rice"
},
"broccoliPorridge": {
"label": "Broccoli Porridge"
},
"chickpeaRice": {
"label": "Chickpea Rice"
},
"bakedEgg": {
"label": "Baked Egg"
},
"pineNutPorridge": {
"label": "Pine Nut Porridge"
},
"riceWithBeans": {
"label": "Rice with Beans"
},
"mixedGrainForSaladWithQuinoa(1Cup)": {
"label": "Mixed Grain for Salad with Quinoa (1Cup)"
},
"barleyMixedGrainRice": {
"label": "Barley Mixed Grain Rice"
},
"codFlesh,SweetPumpkin,Mung-BeanSprouts,BlackSesame,SoftBoiledRice": {
"label": "Cod Flesh, Sweet Pumpkin, Mung-Bean Sprouts, Black Sesame, Soft Boiled Rice"
},
"babyFoodStep1": {
"label": "Baby Food Step 1"
},
"babyFoodStep2": {
"label": "Baby Food Step 2"
},
"babyFoodStep3": {
"label": "Baby Food Step 3"
},
"riceWithTruffledBulgogiInHotPot": {
"label": "Rice with Truffled Bulgogi in Hot Pot"
},
"haedeul": {
"label": "Haedeul"
},
"mixedGrainForSaladWithLentilBean(1Cup)": {
"label": "Mixed Grain for Salad with Lentil Bean (1Cup)"
},
"brownRice100": {
"label": "Brown Rice 100%"
},
"riceWithAbaloneInHotPot": {
"label": "Rice with Abalone in Hot Pot"
},
"konjacRice": {
"label": "Konjac Rice"
},
"chicken,SweetPumpkin,Cabbage,StickyRicePorridge": {
"label": "Chicken, Sweet Pumpkin, Cabbage, Sticky Rice Porridge"
},
"mixedGrainForSaladWithOatRice": {
"label": "Mixed Grain for Salad with Oat Rice"
},
"mixedGrainForSalad": {
"label": "Mixed Grain for Salad"
},
"beef,Apple,BroccoliPorridge": {
"label": "Beef, Apple, Broccoli Porridge"
},
"mixedGrainForSaladWithQuinoa(2Cup)": {
"label": "Mixed Grain for Salad with Quinoa (2Cup)"
},
"steamedSweetPotato": {
"label": "Steamed Sweet Potato"
},
"quinoaRice": {
"label": "Quinoa Rice"
},
"mixedGrainForSaladWithLentilBean": {
"label": "Mixed Grain for Salad with Lentil Bean"
},
"mixedGrainForSaladWithBrownRice": {
"label": "Mixed Grain for Salad with Brown Rice"
},
"oatRice": {
"label": "Oat Rice"
},
"mixedGrainForSaladWithLentilBean(2Cup)": {
"label": "Mixed Grain For Salad with Lentil Bean (2 Cup)"
},
"abalonePorridge": {
"label": "Abalone Porridge"
},
"riceWithBrackenAndSteakInHotPot": {
"label": "Rice with Bracken and Steak in Hot Pot"
},
"cauldronRice": {
"label": "Cauldron Rice"
},
"mixedGrainForSaladWithChickpea": {
"label": "Mixed Grain for Salad with Chickpea"
},
"yakbab": {
"label": "Yakbab"
},
"riceWithSteakInHotPot": {
"label": "rice with Steak in Hot Pot"
},
"mixedGrains": {
"label": "Mixed Grains"
},
"riceWithBeefAndBeanSproutsInHotPot": {
"label": "Rice with Beef and Bean Sprouts in Hot Pot"
},
"mixedGrainForSaladWithBrownRice(1Cup)": {
"label": "Mixed Grain for Salad with Brown Rice (1 Cup)"
},
"cod-Meat,Vitamin,CarrotPorridge": {
"label": "Cod-Meat, Vitamin, Carrot Porridge"
},
"mixedGrainForSaladWithBarley": {
"label": "Mixed Grain for Salad with Barley"
},
"galbijjim": {
"label": "Galbijjim"
},
"riceWithSeasonedVegetablesInHotPot": {
"label": "Rice with Seasoned Vegetables in Hot Pot"
},
"riceWithWebfootOctopusAndSaussureaInHotPot": {
"label": "Rice with Webfoot Octopus and Saussurea in Hot Pot"
},
"riceWithSpicyWebfootOctopusInHotPot": {
"label": "Rice with Spicy Webfoot Octopus in Hot Pot"
},
"mixedGrainForSaladWithQuinoa": {
"label": "Mixed Grain for Salad with Quinoa"
},
"mixedGrainForSaladWithBrownRice(2Cup)": {
"label": "Mixed Grain for Salad with Brown Rice (2 Cup)"
},
"mixedGrainForSaladWithMillet": {
"label": "Mixed Grain for Salad with Millet"
},
"mixedGrainForVitality": {
"label": "Mixed Grain for Vitality"
},
"scorchedRice": {
"label": "Scorched Rice"
},
"steamedPotato": {
"label": "Steamed Potato"
},
"riceWithBeefAndAssortedMushroomsInHotPot": {
"label": "Rice with Beef and Assorted Mushrooms in Hot Pot"
},
"chicken,PineNut,Chestnut,Spinach,SoftBoiledRice": {
"label": "Chicken, Pine Nut, Chestnut, Spinach, Soft Boiled Rice"
},
"chicken,Zucchini,SweetPotato,StickyRicePorridge": {
"label": "Chicken, Zucchini, Sweet Potato, Sticky Rice Porridge"
},
"plainQuick": {
"label": "Plain Quick"
},
"beef,KingTrumpetMushroom,BroccoliPorridge": {
"label": "Beef, King Trumpet Mushroom, Broccoli Porridge"
},
"chicken,Cheese,Beet,Eggplant,SoftBoiledRice": {
"label": "Chicken, Cheese, Beet, Eggplant, Soft Boiled Rice"
},
"nutritiousRiceInHotPot": {
"label": "Nutritious Rice in Hot Pot"
},
"mixedGrainForSaladWithChickpea(2Cup)": {
"label": "Mixed Grain for Salad with Chickpea (2 Cup)"
},
"wellCookedPlainRice": {
"label": "Well Cooked Plain Rice"
},
"chicken,SweetPotato,Beet,BeetPorridge": {
"label": "Chicken, Sweet Potato, Beet, Beet Porridge"
},
"beef,Beet,EnokiMushroom,PerillaSeeds,SoftBoiledRice": {
"label": "Beef, Beet, Enoki Mushroom, Perilla Seeds, Soft Boiled Rice"
},
"beef,Zucchini,PearPorridge": {
"label": "Beef, Zucchini, Pear Porridge"
},
"potatoCarrotPorridge": {
"label": "Potato Carrot Porridge"
},
"nutritiousPorridge": {
"label": "Nutritious Porridge"
},
"chicken,BeanSprouts,Jujube,StickyRicePorridge": {
"label": "Chicken, Bean Sprouts, Jujube, Sticky Rice Porridge"
},
"chicken,BokChoy,BananaPorridge": {
"label": "Chicken, BokChoy, Banana Porridge"
},
"frozenPlainRice": {
"label": "Frozen Plain Rice"
},
"samgyetang": {
"label": "Samgyetang"
},
"mixedGrainForSlim": {
"label": "Mixed Grain for Slim"
},
"boiledEgg": {
"label": "Boiled Egg"
},
"mixedGrainForSaladWithChickpea(1Cup)": {
"label": "Mixed Grain for Salad with Chickpea (1 Cup)"
},
"steamedDish": {
"label": "Steamed Dish"
},
"lentilBeanRice": {
"label": "Lentil Bean Rice"
}
}
}
},
"event": {
"label": "Progression",
"description": "Event for automation event trigger",
"displayTemplate": "{{device.label}} {{attribute}} was {{value}}",
"i18n": {
"value": {
"autoCleanComplete": {
"label": "Nettoyage automatique terminé"
},
"reheatingComplete": {
"label": "Réchauffage terminé"
},
"keepWarmComplete": {
"label": "Maintien au chaud arrêté"
},