Add missing translations for miele dishwasher (#149702)

This commit is contained in:
Åke Strandberg 2025-07-30 23:45:05 +02:00 committed by GitHub
parent f318766021
commit 2cf144fb25
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 0 deletions

View File

@ -431,6 +431,16 @@ DISHWASHER_PROGRAM_ID: dict[int, str] = {
38: "quick_power_wash", 38: "quick_power_wash",
42: "tall_items", 42: "tall_items",
44: "power_wash", 44: "power_wash",
200: "eco",
202: "automatic",
203: "comfort_wash",
204: "power_wash",
205: "intensive",
207: "extra_quiet",
209: "comfort_wash_plus",
210: "gentle",
214: "maintenance",
215: "rinse_salt",
} }
TUMBLE_DRYER_PROGRAM_ID: dict[int, str] = { TUMBLE_DRYER_PROGRAM_ID: dict[int, str] = {
-1: "no_program", # Extrapolated from other device types. -1: "no_program", # Extrapolated from other device types.

View File

@ -485,6 +485,8 @@
"cook_bacon": "Cook bacon", "cook_bacon": "Cook bacon",
"biscuits_short_crust_pastry_1_tray": "Biscuits, short crust pastry (1 tray)", "biscuits_short_crust_pastry_1_tray": "Biscuits, short crust pastry (1 tray)",
"biscuits_short_crust_pastry_2_trays": "Biscuits, short crust pastry (2 trays)", "biscuits_short_crust_pastry_2_trays": "Biscuits, short crust pastry (2 trays)",
"comfort_wash": "Comfort wash",
"comfort_wash_plus": "Comfort wash plus",
"cool_air": "Cool air", "cool_air": "Cool air",
"corn_on_the_cob": "Corn on the cob", "corn_on_the_cob": "Corn on the cob",
"cottons": "Cottons", "cottons": "Cottons",
@ -827,6 +829,7 @@
"rice_pudding_steam_cooking": "Rice pudding (steam cooking)", "rice_pudding_steam_cooking": "Rice pudding (steam cooking)",
"rinse": "Rinse", "rinse": "Rinse",
"rinse_out_lint": "Rinse out lint", "rinse_out_lint": "Rinse out lint",
"rinse_salt": "Rinse salt",
"risotto": "Risotto", "risotto": "Risotto",
"ristretto": "Ristretto", "ristretto": "Ristretto",
"roast_beef_low_temperature_cooking": "Roast beef (low temperature cooking)", "roast_beef_low_temperature_cooking": "Roast beef (low temperature cooking)",