core/homeassistant/components/switchbot/translations/en.json

37 lines
1.0 KiB
JSON

{
"config": {
"abort": {
"already_configured_device": "Device is already configured",
"cannot_connect": "Failed to connect",
"no_unconfigured_devices": "No unconfigured devices found.",
"switchbot_unsupported_type": "Unsupported Switchbot Type.",
"unknown": "Unexpected error"
},
"flow_title": "{name} ({address})",
"step": {
"confirm": {
"description": "Do you want to setup {name}?"
},
"password": {
"data": {
"password": "Password"
},
"description": "The {name} device requires a password"
},
"user": {
"data": {
"address": "Device address"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"retry_count": "Retry count"
}
}
}
}
}