add/fix miele program ids mapping (#145577)

* add/fix miele program ids mapping

* fix mistyped keys and base translations
This commit is contained in:
Andrea Turri 2025-05-26 14:56:16 +02:00 committed by GitHub
parent e95e9e1a33
commit 150110e221
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 267 additions and 14 deletions

View File

@ -444,7 +444,7 @@ TUMBLE_DRYER_PROGRAM_ID: dict[int, str] = {
7: "cool_air",
8: "express",
9: "cottons_eco",
10: "automatic_plus",
10: "gentle_smoothing",
12: "proofing",
13: "denim",
14: "shirts",
@ -505,6 +505,26 @@ OVEN_PROGRAM_ID: dict[int, str] = {
51: "moisture_plus_conventional_heat",
74: "moisture_plus_intensive_bake",
76: "moisture_plus_conventional_heat",
97: "custom_program_1",
98: "custom_program_2",
99: "custom_program_3",
100: "custom_program_4",
101: "custom_program_5",
102: "custom_program_6",
103: "custom_program_7",
104: "custom_program_8",
105: "custom_program_9",
106: "custom_program_10",
107: "custom_program_11",
108: "custom_program_12",
109: "custom_program_13",
110: "custom_program_14",
111: "custom_program_15",
112: "custom_program_16",
113: "custom_program_17",
114: "custom_program_18",
115: "custom_program_19",
116: "custom_program_20",
323: "pyrolytic",
326: "descale",
335: "shabbat_program",
@ -515,9 +535,94 @@ OVEN_PROGRAM_ID: dict[int, str] = {
360: "low_temperature_cooking",
361: "steam_cooking",
362: "keeping_warm",
512: "1_tray",
513: "2_trays",
529: "baking_tray",
364: "apple_sponge",
365: "apple_pie",
367: "sponge_base",
368: "swiss_roll",
369: "butter_cake",
373: "marble_cake",
374: "fruit_streusel_cake",
375: "madeira_cake",
378: "blueberry_muffins",
379: "walnut_muffins",
382: "baguettes",
383: "flat_bread",
384: "plaited_loaf",
385: "seeded_loaf",
386: "white_bread_baking_tin",
387: "white_bread_on_tray",
394: "duck",
396: "chicken_whole",
397: "chicken_thighs",
401: "turkey_whole",
402: "turkey_drumsticks",
406: "veal_fillet_roast",
407: "veal_fillet_low_temperature_cooking",
408: "veal_knuckle",
409: "saddle_of_veal_roast",
410: "saddle_of_veal_low_temperature_cooking",
411: "braised_veal",
415: "leg_of_lamb",
419: "saddle_of_lamb_roast",
420: "saddle_of_lamb_low_temperature_cooking",
422: "beef_fillet_roast",
423: "beef_fillet_low_temperature_cooking",
427: "braised_beef",
428: "roast_beef_roast",
429: "roast_beef_low_temperature_cooking",
435: "pork_smoked_ribs_roast",
436: "pork_smoked_ribs_low_temperature_cooking",
443: "ham_roast",
449: "pork_fillet_roast",
450: "pork_fillet_low_temperature_cooking",
454: "saddle_of_venison",
455: "rabbit",
456: "saddle_of_roebuck",
461: "salmon_fillet",
464: "potato_cheese_gratin",
486: "trout",
491: "carp",
492: "salmon_trout",
496: "springform_tin_15cm",
497: "springform_tin_20cm",
498: "springform_tin_25cm",
499: "fruit_flan_puff_pastry",
500: "fruit_flan_short_crust_pastry",
501: "sachertorte",
502: "chocolate_hazlenut_cake_one_large",
503: "chocolate_hazlenut_cake_several_small",
504: "stollen",
505: "drop_cookies_1_tray",
506: "drop_cookies_2_trays",
507: "linzer_augen_1_tray",
508: "linzer_augen_2_trays",
509: "almond_macaroons_1_tray",
510: "almond_macaroons_2_trays",
512: "biscuits_short_crust_pastry_1_tray",
513: "biscuits_short_crust_pastry_2_trays",
514: "vanilla_biscuits_1_tray",
515: "vanilla_biscuits_2_trays",
516: "choux_buns",
518: "spelt_bread",
519: "walnut_bread",
520: "mixed_rye_bread",
522: "dark_mixed_grain_bread",
525: "multigrain_rolls",
526: "rye_rolls",
527: "white_rolls",
528: "tart_flambe",
529: "pizza_yeast_dough_baking_tray",
530: "pizza_yeast_dough_round_baking_tine",
531: "pizza_oil_cheese_dough_baking_tray",
532: "pizza_oil_cheese_dough_round_baking_tine",
533: "quiche_lorraine",
534: "savoury_flan_puff_pastry",
535: "savoury_flan_short_crust_pastry",
536: "osso_buco",
539: "beef_hash",
543: "pork_with_crackling",
550: "potato_gratin",
551: "cheese_souffle",
554: "baiser_one_large",
555: "baiser_several_small",
556: "lemon_meringue_pie",
@ -525,6 +630,19 @@ OVEN_PROGRAM_ID: dict[int, str] = {
621: "prove_15_min",
622: "prove_30_min",
623: "prove_45_min",
624: "belgian_sponge_cake",
625: "goose_unstuffed",
634: "rack_of_lamb_with_vegetables",
635: "yorkshire_pudding",
636: "meat_loaf",
695: "swiss_farmhouse_bread",
696: "plaited_swiss_loaf",
697: "tiger_bread",
698: "ginger_loaf",
699: "goose_stuffed",
700: "beef_wellington",
701: "pork_belly",
702: "pikeperch_fillet_with_vegetables",
99001: "steam_bake",
17003: "no_program",
}
@ -729,6 +847,26 @@ STEAM_OVEN_MICRO_PROGRAM_ID: dict[int, str] = {
72: "sous_vide",
75: "eco_steam_cooking",
77: "rapid_steam_cooking",
97: "custom_program_1",
98: "custom_program_2",
99: "custom_program_3",
100: "custom_program_4",
101: "custom_program_5",
102: "custom_program_6",
103: "custom_program_7",
104: "custom_program_8",
105: "custom_program_9",
106: "custom_program_10",
107: "custom_program_11",
108: "custom_program_12",
109: "custom_program_13",
110: "custom_program_14",
111: "custom_program_15",
112: "custom_program_16",
113: "custom_program_17",
114: "custom_program_18",
115: "custom_program_19",
116: "custom_program_20",
326: "descale",
330: "menu_cooking",
2018: "reheating_with_steam",
@ -970,7 +1108,7 @@ STEAM_OVEN_MICRO_PROGRAM_ID: dict[int, str] = {
2429: "pumpkin_soup",
2430: "meat_with_rice",
2431: "beef_casserole",
2450: "risotto",
2450: "pumpkin_risotto",
2451: "risotto",
2453: "rice_pudding_steam_cooking",
2454: "rice_pudding_rapid_steam_cooking",
@ -1146,10 +1284,10 @@ STATE_PROGRAM_ID: dict[int, dict[int, str]] = {
MieleAppliance.DISHWASHER: DISHWASHER_PROGRAM_ID,
MieleAppliance.DISH_WARMER: DISH_WARMER_PROGRAM_ID,
MieleAppliance.OVEN: OVEN_PROGRAM_ID,
MieleAppliance.OVEN_MICROWAVE: OVEN_PROGRAM_ID,
MieleAppliance.STEAM_OVEN_MK2: OVEN_PROGRAM_ID,
MieleAppliance.STEAM_OVEN: OVEN_PROGRAM_ID,
MieleAppliance.STEAM_OVEN_COMBI: OVEN_PROGRAM_ID,
MieleAppliance.OVEN_MICROWAVE: OVEN_PROGRAM_ID | STEAM_OVEN_MICRO_PROGRAM_ID,
MieleAppliance.STEAM_OVEN_MK2: OVEN_PROGRAM_ID | STEAM_OVEN_MICRO_PROGRAM_ID,
MieleAppliance.STEAM_OVEN_COMBI: OVEN_PROGRAM_ID | STEAM_OVEN_MICRO_PROGRAM_ID,
MieleAppliance.STEAM_OVEN: STEAM_OVEN_MICRO_PROGRAM_ID,
MieleAppliance.STEAM_OVEN_MICRO: STEAM_OVEN_MICRO_PROGRAM_ID,
MieleAppliance.WASHER_DRYER: WASHING_MACHINE_PROGRAM_ID,
MieleAppliance.ROBOT_VACUUM_CLEANER: ROBOT_VACUUM_CLEANER_PROGRAM_ID,

View File

@ -330,9 +330,11 @@
"program_id": {
"name": "Program",
"state": {
"1_tray": "1 tray",
"2_trays": "2 trays",
"amaranth": "Amaranth",
"almond_macaroons_1_tray": "Almond macaroons (1 tray)",
"almond_macaroons_2_trays": "Almond macaroons (2 trays)",
"apple_pie": "Apple pie",
"apple_sponge": "Apple sponge",
"apples_diced": "Apples (diced)",
"apples_halved": "Apples (halved)",
"apples_quartered": "Apples (quartered)",
@ -344,6 +346,8 @@
"apricots_halved_steam_cooking": "Apricots (halved, steam cooking)",
"apricots_quartered": "Apricots (quartered)",
"apricots_wedges": "Apricots (wedges)",
"savoury_flan_puff_pastry": "Savoury flan, puff pastry",
"savoury_flan_short_crust_pastry": "Savoury flan, short crust pastry",
"artichokes_large": "Artichokes large",
"artichokes_medium": "Artichokes medium",
"artichokes_small": "Artichokes small",
@ -353,15 +357,18 @@
"auto_roast": "Auto roast",
"automatic": "Automatic",
"automatic_plus": "Automatic plus",
"baking_tray": "Baking tray",
"baguettes": "Baguettes",
"barista_assistant": "BaristaAssistant",
"baser_one_large": "Baiser one large",
"baser_severall_small": "Baiser several small",
"baser_one_large": "Baiser (one large)",
"baser_severall_small": "Baiser (several small)",
"basket_program": "Basket program",
"basmati_rice_rapid_steam_cooking": "Basmati rice (rapid steam cooking)",
"basmati_rice_steam_cooking": "Basmati rice (steam cooking)",
"bed_linen": "Bed linen",
"beef_casserole": "Beef casserole",
"beef_fillet_low_temperature_cooking": "Beef fillet (low temperature cooking)",
"beef_fillet_roast": "Beef fillet (roast)",
"beef_hash": "Beef hash",
"beef_tenderloin": "Beef tenderloin",
"beef_tenderloin_medaillons_1_cm_low_temperature_cooking": "Beef tenderloin (medaillons, 1 cm, low-temperature cooking)",
"beef_tenderloin_medaillons_1_cm_steam_cooking": "Beef tenderloin (medaillons, 1 cm, steam cooking)",
@ -369,9 +376,11 @@
"beef_tenderloin_medaillons_2_cm_steam_cooking": "Beef tenderloin (medaillons, 2 cm, steam cooking)",
"beef_tenderloin_medaillons_3_cm_low_temperature_cooking": "Beef tenderloin (medaillons, 3 cm, low-temperature cooking)",
"beef_tenderloin_medaillons_3_cm_steam_cooking": "Beef tenderloin (medaillons, 3 cm, steam cooking)",
"beef_wellington": "Beef Wellington",
"beetroot_whole_large": "Beetroot (whole, large)",
"beetroot_whole_medium": "Beetroot (whole, medium)",
"beetroot_whole_small": "Beetroot (whole, small)",
"belgian_sponge_cake": "Belgian sponge cake",
"beluga_lentils": "Beluga lentils",
"black_beans": "Black beans",
"black_salsify_medium": "Black salsify (medium)",
@ -379,12 +388,15 @@
"black_salsify_thin": "Black salsify (thin)",
"black_tea": "Black tea",
"blanching": "Blanching",
"blueberry_muffins": "Blueberry muffins",
"bologna_sausage": "Bologna sausage",
"bottling": "Bottling",
"bottling_hard": "Bottling (hard)",
"bottling_medium": "Bottling (medium)",
"bottling_soft": "Bottling (soft)",
"bottom_heat": "Bottom heat",
"braised_beef": "Braised beef",
"braised_veal": "Braised veal",
"bread_dumplings_boil_in_the_bag": "Bread dumplings (boil-in-the-bag)",
"bread_dumplings_fresh": "Bread dumplings (fresh)",
"brewing_unit_degrease": "Brewing unit degrease",
@ -407,6 +419,7 @@
"bunched_carrots_whole_large": "Bunched carrots (whole, large)",
"bunched_carrots_whole_medium": "Bunched carrots (whole, medium)",
"bunched_carrots_whole_small": "Bunched carrots (whole, small)",
"butter_cake": "Butter cake",
"cafe_au_lait": "Café au lait",
"caffe_latte": "Caffè latte",
"cappuccino": "Cappuccino",
@ -435,13 +448,19 @@
"chanterelle": "Chanterelle",
"char": "Char",
"check_appliance": "Check appliance",
"cheese_souffle": "Cheese souffle",
"cheesecake_one_large": "Cheesecake (one large)",
"cheesecake_several_small": "Cheesecake (several small)",
"chick_peas": "Chick peas",
"chicken_thighs": "Chicken thighs",
"chicken_tikka_masala_with_rice": "Chicken Tikka Masala with rice",
"chicken_whole": "Chicken",
"chinese_cabbage_cut": "Chinese cabbage (cut)",
"chocolate_hazlenut_cake_one_large": "Chocolate hazlenut cake (one large)",
"chocolate_hazlenut_cake_several_small": "Chocolate hazlenut cake (several small)",
"chongming_rapid_steam_cooking": "Chongming (rapid steam cooking)",
"chongming_steam_cooking": "Chongming (steam cooking)",
"choux_buns": "Choux buns",
"christmas_pudding_cooking": "Christmas pudding (cooking)",
"christmas_pudding_heating": "Christmas pudding (heating)",
"clean_machine": "Clean machine",
@ -458,6 +477,8 @@
"common_sole_fillet_2_cm": "Common sole (fillet, 2 cm)",
"conventional_heat": "Conventional heat",
"cook_bacon": "Cook bacon",
"biscuits_short_crust_pastry_1_tray": "Biscuits, short crust pastry (1 tray)",
"biscuits_short_crust_pastry_2_trays": "Biscuits, short crust pastry (2 trays)",
"cool_air": "Cool air",
"corn_on_the_cob": "Corn on the cob",
"cottons": "Cottons",
@ -468,7 +489,30 @@
"cranberries": "Cranberries",
"crevettes": "Crevettes",
"curtains": "Curtains",
"custom_program_1": "Custom program 1",
"custom_program_2": "Custom program 2",
"custom_program_3": "Custom program 3",
"custom_program_4": "Custom program 4",
"custom_program_5": "Custom program 5",
"custom_program_6": "Custom program 6",
"custom_program_7": "Custom program 7",
"custom_program_8": "Custom program 8",
"custom_program_9": "Custom program 9",
"custom_program_10": "Custom program 10",
"custom_program_11": "Custom program 11",
"custom_program_12": "Custom program 12",
"custom_program_13": "Custom program 13",
"custom_program_14": "Custom program 14",
"custom_program_15": "Custom program 15",
"custom_program_16": "Custom program 16",
"custom_program_17": "Custom program 17",
"custom_program_18": "Custom program 18",
"custom_program_19": "Custom program 19",
"custom_program_20": "Custom program 20",
"drop_cookies_1_tray": "Drop cookies (1 tray)",
"drop_cookies_2_trays": "Drop cookies (2 trays)",
"dark_garments": "Dark garments",
"dark_mixed_grain_bread": "Dark mixed grain bread",
"decrystallise_honey": "Decrystallise honey",
"defrost": "Defrost",
"defrosting_with_microwave": "Defrosting with microwave",
@ -481,6 +525,7 @@
"down_duvets": "Down duvets",
"down_filled_items": "Down-filled items",
"drain_spin": "Drain/spin",
"duck": "Duck",
"dutch_hash": "Dutch hash",
"eco": "ECO",
"eco_40_60": "ECO 40-60",
@ -503,8 +548,12 @@
"fennel_quartered": "Fennel (quartered)",
"fennel_strips": "Fennel (strips)",
"first_wash": "First wash",
"flat_bread": "Flat bread",
"flat_white": "Flat white",
"freshen_up": "Freshen up",
"fruit_streusel_cake": "Fruit streusel cake",
"fruit_flan_puff_pastry": "Fruit flan, puff pastry",
"fruit_flan_short_crust_pastry": "Fruit flan, short crust pastry",
"fruit_tea": "Fruit tea",
"full_grill": "Full grill",
"gentle": "Gentle",
@ -515,9 +564,12 @@
"german_turnip_diced": "German turnip (diced)",
"gilt_head_bream_fillet": "Gilt-head bream (fillet)",
"gilt_head_bream_whole": "Gilt-head bream (whole)",
"ginger_loaf": "Ginger loaf",
"glasses_warm": "Glasses warm",
"gnocchi_fresh": "Gnocchi (fresh)",
"goose_barnacles": "Goose barnacles",
"goose_stuffed": "Goose stuffed",
"goose_unstuffed": "Goose unstuffed",
"gooseberries": "Gooseberries",
"goulash_soup": "Goulash soup",
"green_asparagus_medium": "Green asparagus (medium)",
@ -533,6 +585,7 @@
"greenage_plums": "Greenage plums",
"halibut_fillet_2_cm": "Halibut (fillet, 2 cm)",
"halibut_fillet_3_cm": "Halibut (fillet, 3 cm)",
"ham_roast": "Ham roast",
"heating_damp_flannels": "Heating damp flannels",
"hens_eggs_size_l_hard": "Hens eggs (size „L“, hard)",
"hens_eggs_size_l_medium": "Hens eggs (size „L“, medium)",
@ -572,17 +625,23 @@
"latte_macchiato": "Latte macchiato",
"leek_pieces": "Leek (pieces)",
"leek_rings": "Leek (rings)",
"leg_of_lamb": "Leg of lamb",
"lemon_meringue_pie": "Lemon meringue pie",
"linzer_augen_1_tray": "Linzer Augen (1 tray)",
"linzer_augen_2_trays": "Linzer Augen (2 trays)",
"long_coffee": "Long coffee",
"long_grain_rice_general_rapid_steam_cooking": "Long grain rice (general, rapid steam cooking)",
"long_grain_rice_general_steam_cooking": "Long grain rice (general, steam cooking)",
"low_temperature_cooking": "Low temperature cooking",
"maintenance": "Maintenance program",
"madeira_cake": "Madeira cake",
"make_yoghurt": "Make yoghurt",
"mangel_cut": "Mangel (cut)",
"marble_cake": "Marble cake",
"meat_for_soup_back_or_top_rib": "Meat for soup (back or top rib)",
"meat_for_soup_brisket": "Meat for soup (brisket)",
"meat_for_soup_leg_steak": "Meat for soup (leg steak)",
"meat_loaf": "Meat loaf",
"meat_with_rice": "Meat with rice",
"melt_chocolate": "Melt chocolate",
"menu_cooking": "Menu cooking",
@ -593,10 +652,12 @@
"millet": "Millet",
"minimum_iron": "Minimum iron",
"mirabelles": "Mirabelles",
"mixed_rye_bread": "Mixed rye bread",
"moisture_plus_auto_roast": "Moisture plus + Auto roast",
"moisture_plus_conventional_heat": "Moisture plus + Conventional heat",
"moisture_plus_fan_plus": "Moisture plus + Fan plus",
"moisture_plus_intensive_bake": "Moisture plus + Intensive bake",
"multigrain_rolls": "Multigrain rolls",
"mushrooms_diced": "Mushrooms (diced)",
"mushrooms_halved": "Mushrooms (halved)",
"mushrooms_quartered": "Mushrooms (quartered)",
@ -614,6 +675,7 @@
"normal": "[%key:common::state::normal%]",
"oats_cracked": "Oats (cracked)",
"oats_whole": "Oats (whole)",
"osso_buco": "Osso buco",
"outerwear": "Outerwear",
"oyster_mushroom_diced": "Oyster mushroom (diced)",
"oyster_mushroom_strips": "Oyster mushroom (strips)",
@ -654,11 +716,17 @@
"pike_piece": "Pike (piece)",
"pillows": "Pillows",
"pinto_beans": "Pinto beans",
"pizza_oil_cheese_dough_baking_tray": "Pizza, oil cheese dough (baking tray)",
"pizza_oil_cheese_dough_round_baking_tine": "Pizza, oil cheese dough (round baking tine)",
"pizza_yeast_dough_baking_tray": "Pizza, yeast dough (baking tray)",
"pizza_yeast_dough_round_baking_tine": "Pizza, yeast dough (round baking tine)",
"plaice_fillet_1_cm": "Plaice (fillet, 1 cm)",
"plaice_fillet_2_cm": "Plaice (fillet, 2 cm)",
"plaice_whole_2_cm": "Plaice (whole, 2 cm)",
"plaice_whole_3_cm": "Plaice (whole, 3 cm)",
"plaice_whole_4_cm": "Plaice (whole, 4 cm)",
"plaited_loaf": "Plaited loaf",
"plaited_swiss_loaf": "Plaited swiss loaf",
"plums_halved": "Plums (halved)",
"plums_whole": "Plums (whole)",
"pointed_cabbage_cut": "Pointed cabbage (cut)",
@ -667,13 +735,21 @@
"polenta_swiss_style_fine_polenta": "Polenta Swiss style (fine polenta)",
"polenta_swiss_style_medium_polenta": "Polenta Swiss style (medium polenta)",
"popcorn": "Popcorn",
"pork_belly": "Pork belly",
"pork_fillet_low_temperature_cooking": "Pork fillet (low temperature cooking)",
"pork_fillet_roast": "Pork fillet (roast)",
"pork_smoked_ribs_low_temperature_cooking": "Pork smoked ribs (low temperature cooking)",
"pork_smoked_ribs_roast": "Pork smoked ribs (roast)",
"pork_tenderloin_medaillons_3_cm": "Pork tenderloin (medaillons, 3 cm)",
"pork_tenderloin_medaillons_4_cm": "Pork tenderloin (medaillons, 4 cm)",
"pork_tenderloin_medaillons_5_cm": "Pork tenderloin (medaillons, 5 cm)",
"pork_with_crackling": "Pork with crackling",
"potato_cheese_gratin": "Potato cheese gratin",
"potato_dumplings_half_half_boil_in_bag": "Potato dumplings (half/half, boil-in-bag)",
"potato_dumplings_half_half_deep_frozen": "Potato dumplings (half/half, deep-frozen)",
"potato_dumplings_raw_boil_in_bag": "Potato dumplings (raw, boil-in-bag)",
"potato_dumplings_raw_deep_frozen": "Potato dumplings (raw, deep-frozen)",
"potato_gratin": "Potato gratin",
"potatoes_floury_diced": "Potatoes (floury, diced)",
"potatoes_floury_halved": "Potatoes (floury, halved)",
"potatoes_floury_quartered": "Potatoes (floury, quartered)",
@ -714,12 +790,16 @@
"prove_45_min": "Prove for 45 min",
"prove_dough": "Prove dough",
"pumpkin_diced": "Pumpkin (diced)",
"pumpkin_risotto": "Pumpkin risotto",
"pumpkin_soup": "Pumpkin soup",
"pyrolytic": "Pyrolytic",
"quiche_lorraine": "Quiche Lorraine",
"quick_mw": "Quick MW",
"quick_power_wash": "QuickPowerWash",
"quinces_diced": "Quinces (diced)",
"quinoa": "Quinoa",
"rabbit": "Rabbit",
"rack_of_lamb_with_vegetables": "Rack of lamb with vegetables",
"rapid_steam_cooking": "Rapid steam cooking",
"ravioli_fresh": "Ravioli (fresh)",
"razor_clams_large": "Razor clams (large)",
@ -742,6 +822,8 @@
"rinse_out_lint": "Rinse out lint",
"risotto": "Risotto",
"ristretto": "Ristretto",
"roast_beef_low_temperature_cooking": "Roast beef (low temperature cooking)",
"roast_beef_roast": "Roast beef (roast)",
"romanesco_florets_large": "Romanesco florets (large)",
"romanesco_florets_medium": "Romanesco florets (medium)",
"romanesco_florets_small": "Romanesco florets (small)",
@ -754,7 +836,16 @@
"runner_beans_sliced": "Runner beans (sliced)",
"runner_beans_whole": "Runner beans (whole)",
"rye_cracked": "Rye (cracked)",
"rye_rolls": "Rye rolls",
"rye_whole": "Rye (whole)",
"sachertorte": "Sachertorte",
"saddle_of_lamb_low_temperature_cooking": "Saddle of lamb (low temperature cooking)",
"saddle_of_lamb_roast": "Saddle of lamb (roast)",
"saddle_of_roebuck": "Saddle of roebuck",
"saddle_of_veal_low_temperature_cooking": "Saddle of veal (low temperature cooking)",
"saddle_of_veal_roast": "Saddle of veal (roast)",
"saddle_of_venison": "Saddle of venison",
"salmon_fillet": "Salmon fillet",
"salmon_fillet_2_cm": "Salmon (fillet, 2 cm)",
"salmon_fillet_3_cm": "Salmon (fillet, 3 cm)",
"salmon_piece": "Salmon (piece)",
@ -767,6 +858,7 @@
"schupfnudeln_potato_noodels": "Schupfnudeln (potato noodels)",
"sea_devil_fillet_3_cm": "Sea devil (fillet, 3 cm)",
"sea_devil_fillet_4_cm": "Sea devil (fillet, 4 cm)",
"seeded_loaf": "Seeded loaf",
"separate_rinse_starch": "Separate rinse/starch",
"shabbat_program": "Shabbat program",
"sheyang_rapid_steam_cooking": "Sheyang (rapid steam cooking)",
@ -789,29 +881,39 @@
"sour_cherries": "Sour cherries",
"sous_vide": "Sous-vide",
"spaetzle_fresh": "Spätzle (fresh)",
"spelt_bread": "Spelt bread",
"spelt_cracked": "Spelt (cracked)",
"spelt_whole": "Spelt (whole)",
"spinach": "Spinach",
"sponge_base": "Sponge base",
"sportswear": "Sportswear",
"spot": "Spot",
"springform_tin_15cm": "Springform tin 15cm",
"springform_tin_20cm": "Springform tin 20cm",
"springform_tin_25cm": "Springform tin 25cm",
"standard_pillows": "Standard pillows",
"starch": "Starch",
"steam_care": "Steam care",
"steam_cooking": "Steam cooking",
"steam_smoothing": "Steam smoothing",
"sterilize_crockery": "Sterilize crockery",
"stollen": "Stollen",
"stuffed_cabbage": "Stuffed cabbage",
"sweat_onions": "Sweat onions",
"swede_cut_into_batons": "Swede (cut into batons)",
"swede_diced": "Swede (diced)",
"sweet_cheese_dumplings": "Sweet cheese dumplings",
"sweet_cherries": "Sweet cherries",
"swiss_farmhouse_bread": "Swiss farmhouse bread",
"swiss_roll": "Swiss roll",
"swiss_toffee_cream_100_ml": "Swiss toffee cream (100 ml)",
"swiss_toffee_cream_150_ml": "Swiss toffee cream (150 ml)",
"tagliatelli_fresh": "Tagliatelli (fresh)",
"tall_items": "Tall items",
"tart_flambe": "Tart flambè",
"teltow_turnip_diced": "Teltow turnip (diced)",
"teltow_turnip_sliced": "Teltow turnip (sliced)",
"tiger_bread": "Tiger bread",
"tilapia_fillet_1_cm": "Tilapia (fillet, 1 cm)",
"tilapia_fillet_2_cm": "Tilapia (fillet, 2 cm)",
"toffee_date_dessert_one_large": "Toffee-date dessert (one large)",
@ -829,17 +931,26 @@
"turbot_fillet_2_cm": "Turbot (fillet, 2 cm)",
"turbot_fillet_3_cm": "Turbot (fillet, 3 cm)",
"turkey_breast": "Turkey breast",
"turkey_drumsticks": "Turkey drumsticks",
"turkey_whole": "Turkey",
"uonumma_koshihikari_rapid_steam_cooking": "Uonumma Koshihikari (rapid steam cooking)",
"uonumma_koshihikari_steam_cooking": "Uonumma Koshihikari (steam cooking)",
"vanilla_biscuits_1_tray": "Vanilla biscuits (1 tray)",
"vanilla_biscuits_2_trays": "Vanilla biscuits (2 trays)",
"veal_fillet_low_temperature_cooking": "Veal fillet (low temperature cooking)",
"veal_fillet_medaillons_1_cm": "Veal fillet (medaillons, 1 cm)",
"veal_fillet_medaillons_2_cm": "Veal fillet (medaillons, 2 cm)",
"veal_fillet_medaillons_3_cm": "Veal fillet (medaillons, 3 cm)",
"veal_fillet_roast": "Veal fillet (roast)",
"veal_fillet_whole": "Veal fillet (whole)",
"veal_knuckle": "Veal knuckle",
"veal_sausages": "Veal sausages",
"venus_clams": "Venus clams",
"very_hot_water": "Very hot water",
"viennese_apple_strudel": "Viennese apple strudel",
"viennese_silverside": "Viennese silverside",
"walnut_bread": "Walnut bread",
"walnut_muffins": "Walnut muffins",
"warm_air": "Warm air",
"wheat_cracked": "Wheat (cracked)",
"wheat_whole": "Wheat (whole)",
@ -847,6 +958,9 @@
"white_asparagus_thick": "White asparagus (thick)",
"white_asparagus_thin": "White asparagus (thin)",
"white_beans": "White beans",
"white_bread_baking_tin": "White bread (baking tin)",
"white_bread_on_tray": "White bread (tray)",
"white_rolls": "White rolls",
"white_tea": "White tea",
"whole_ham_reheating": "Whole ham (reheating)",
"whole_ham_steam_cooking": "Whole ham (steam cooking)",
@ -864,6 +978,7 @@
"yellow_beans_whole": "Yellow beans (whole)",
"yellow_split_peas": "Yellow split peas",
"yom_tov": "Yom tov",
"yorkshire_pudding": "Yorkshire pudding",
"zander_fillet": "Zander (fillet)"
}
},