Add missing translations to Roborock (#121796)

This commit is contained in:
Jan-Philipp Benecke 2024-07-12 15:51:18 +02:00 committed by GitHub
parent 1acbcf921a
commit 6a86cdf3f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -217,7 +217,8 @@
"unknown": "Unknown", "unknown": "Unknown",
"locked": "Locked", "locked": "Locked",
"air_drying_stopping": "Air drying stopping", "air_drying_stopping": "Air drying stopping",
"egg_attack": "Cupid mode" "egg_attack": "Cupid mode",
"mapping": "Mapping"
} }
}, },
"total_cleaning_time": { "total_cleaning_time": {
@ -326,7 +327,8 @@
"deep": "Deep", "deep": "Deep",
"deep_plus": "Deep+", "deep_plus": "Deep+",
"custom": "Custom", "custom": "Custom",
"fast": "Fast" "fast": "Fast",
"smart_mode": "SmartPlan"
} }
}, },
"mop_intensity": { "mop_intensity": {
@ -337,10 +339,12 @@
"mild": "Mild", "mild": "Mild",
"medium": "Medium", "medium": "Medium",
"moderate": "Moderate", "moderate": "Moderate",
"max": "Max",
"high": "High", "high": "High",
"intense": "Intense", "intense": "Intense",
"custom": "[%key:component::roborock::entity::select::mop_mode::state::custom%]", "custom": "[%key:component::roborock::entity::select::mop_mode::state::custom%]",
"custom_water_flow": "Custom water flow" "custom_water_flow": "Custom water flow",
"smart_mode": "[%key:component::roborock::entity::select::mop_mode::state::smart_mode%]"
} }
}, },
"selected_map": { "selected_map": {
@ -385,13 +389,14 @@
"custom": "[%key:component::roborock::entity::select::mop_mode::state::custom%]", "custom": "[%key:component::roborock::entity::select::mop_mode::state::custom%]",
"gentle": "Gentle", "gentle": "Gentle",
"off": "[%key:common::state::off%]", "off": "[%key:common::state::off%]",
"max": "Max", "max": "[%key:component::roborock::entity::select::mop_intensity::state::max%]",
"max_plus": "Max plus", "max_plus": "Max plus",
"medium": "Medium", "medium": "Medium",
"quiet": "Quiet", "quiet": "Quiet",
"silent": "Silent", "silent": "Silent",
"standard": "[%key:component::roborock::entity::select::mop_mode::state::standard%]", "standard": "[%key:component::roborock::entity::select::mop_mode::state::standard%]",
"turbo": "Turbo" "turbo": "Turbo",
"smart_mode": "[%key:component::roborock::entity::select::mop_mode::state::smart_mode%]"
} }
} }
} }