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

29 lines
1.2 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured",
"connection_aborted": "Failed to connect",
"unknown": "Unexpected error"
},
"error": {
"invalid_sgtin_or_pin": "Invalid SGTIN or PIN Code, please try again.",
"press_the_button": "Please press the blue button.",
"register_failed": "Failed to register, please try again.",
"timeout_button": "Blue button press timeout, please try again."
},
"step": {
"init": {
"data": {
"hapid": "Access point ID (SGTIN)",
"name": "Name (optional, used as name prefix for all devices)",
"pin": "PIN Code"
},
"title": "Pick HomematicIP Access point"
},
"link": {
"description": "Press the blue button on the access point and the submit button to register HomematicIP with Home Assistant.\n\n![Location of button on bridge](/static/images/config_flows/config_homematicip_cloud.png)",
"title": "Link Access point"
}
}
}
}