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

43 lines
1.5 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured",
"already_in_progress": "Configuration flow is already in progress",
"connection_error": "Failed to connect"
},
"error": {
"discovery_error": "Failed to discover a Motion Gateway"
},
"flow_title": "{short_mac} ({ip_address})",
"step": {
"connect": {
"data": {
"api_key": "API Key"
},
"description": "You will need the 16 character API Key, see https://www.home-assistant.io/integrations/motion_blinds/#retrieving-the-key for instructions"
},
"select": {
"data": {
"select_ip": "IP Address"
},
"description": "Run the setup again if you want to connect additional Motion Gateways",
"title": "Select the Motion Gateway that you wish to connect"
},
"user": {
"data": {
"host": "IP Address"
},
"description": "Connect to your Motion Gateway, if the IP address is not set, auto-discovery is used"
}
}
},
"options": {
"step": {
"init": {
"data": {
"wait_for_push": "Wait for multicast push on update"
}
}
}
}
}