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

35 lines
1.5 KiB
JSON

{
"config": {
"abort": {
"already_configured_device": "Device is already configured",
"already_configured_local_device": "Local device(s) is already configured. Please remove those first before configuring a cloud device.",
"authorize_url_timeout": "Timeout generating authorize url.",
"connection_error": "Failed to connect to Smappee device.",
"invalid_mdns": "Unsupported device for the Smappee integration.",
"missing_configuration": "The component is not configured. Please follow the documentation.",
"no_url_available": "No URL available. For information about this error, [check the help section]({docs_url})"
},
"flow_title": "Smappee: {name}",
"step": {
"environment": {
"data": {
"environment": "Environment"
},
"description": "Set up your Smappee to integrate with Home Assistant."
},
"local": {
"data": {
"host": "Host"
},
"description": "Enter the host to initiate the Smappee local integration"
},
"pick_implementation": {
"title": "Pick Authentication Method"
},
"zeroconf_confirm": {
"description": "Do you want to add the Smappee device with serialnumber `{serialnumber}` to Home Assistant?",
"title": "Discovered Smappee device"
}
}
}
}