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