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

43 lines
1.5 KiB
JSON
Raw Normal View History

{
"config": {
"abort": {
"already_configured": "Device is already configured",
2020-11-24 00:04:19 +00:00
"already_in_progress": "Configuration flow is already in progress",
"connection_error": "Failed to connect"
},
2021-02-03 10:46:49 +00:00
"error": {
2022-05-19 00:26:11 +00:00
"discovery_error": "Failed to discover a Motion Gateway"
2021-02-03 10:46:49 +00:00
},
"flow_title": "{short_mac} ({ip_address})",
"step": {
2021-02-03 10:46:49 +00:00
"connect": {
"data": {
2022-05-19 00:26:11 +00:00
"api_key": "API Key"
2021-02-03 10:46:49 +00:00
},
2022-05-19 00:26:11 +00:00
"description": "You will need the 16 character API Key, see https://www.home-assistant.io/integrations/motion_blinds/#retrieving-the-key for instructions"
2021-02-03 10:46:49 +00:00
},
"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": {
2020-11-24 00:04:19 +00:00
"host": "IP Address"
},
2022-05-19 00:26:11 +00:00
"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"
2022-05-19 00:26:11 +00:00
}
}
}
}
}