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

53 lines
1.7 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"flow_title": "{mac} ({ip})",
"step": {
"user": {
"data": {
"host": "Host",
"port": "Port",
"system_id": "System ID"
},
"description": "The System ID can be obtained in the MyLink app under Integration by selecting any non-Cloud service."
}
}
},
"options": {
"abort": {
"cannot_connect": "Failed to connect"
},
"step": {
"entity_config": {
"data": {
"reverse": "Cover is reversed"
},
"description": "Configure options for `{entity_id}`",
"title": "Configure Entity"
},
"init": {
"data": {
"default_reverse": "Default reversal status for unconfigured covers",
"entity_id": "Configure a specific entity.",
"target_id": "Configure options for a cover."
},
"title": "Configure MyLink Options"
},
"target_config": {
"data": {
"reverse": "Cover is reversed"
},
"description": "Configure options for `{target_name}`",
"title": "Configure MyLink Cover"
}
}
},
"title": "Somfy MyLink"
}