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

20 lines
539 B
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured",
"single_instance_allowed": "Already configured. Only a single configuration possible."
},
"error": {
"cannot_connect": "Failed to connect",
"unknown": "Unexpected error"
},
"step": {
"user": {
"data": {
"device": "Device"
},
"title": "Connect to the modem"
}
}
}
}