core/homeassistant/components/roborock/strings.json

68 lines
1.9 KiB
JSON

{
"config": {
"step": {
"user": {
"description": "Enter your Roborock email address.",
"data": {
"username": "Email"
}
},
"code": {
"description": "Type the verification code sent to your email",
"data": {
"code": "Verification code"
}
}
},
"error": {
"invalid_code": "The code you entered was incorrect, please check it and try again.",
"invalid_email": "There is no account associated with the email you entered, please try again.",
"invalid_email_format": "There is an issue with the formatting of your email - please try again.",
"unknown_roborock": "There was an unknown roborock exception - please check your logs.",
"unknown_url": "There was an issue determining the correct url for your roborock account - please check your logs.",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
}
},
"entity": {
"sensor": {
"main_brush_time_left": {
"name": "Main brush time left"
},
"side_brush_time_left": {
"name": "Side brush time left"
},
"filter_time_left": {
"name": "Filter time left"
},
"sensor_time_left": {
"name": "Sensor time left"
}
},
"select": {
"mop_mode": {
"name": "Mop mode",
"state": {
"standard": "Standard",
"deep": "Deep",
"deep_plus": "Deep+",
"custom": "Custom",
"fast": "Fast"
}
},
"mop_intensity": {
"name": "Mop intensity",
"state": {
"off": "Off",
"mild": "Mild",
"moderate": "Moderate",
"intense": "Intense",
"custom": "Custom"
}
}
}
}
}