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

47 lines
1.9 KiB
JSON
Raw Normal View History

2020-08-24 10:43:31 +00:00
{
"config": {
"abort": {
2020-09-27 00:06:49 +00:00
"already_configured": "Device is already configured",
"unsupported_firmware": "The device is using an unsupported firmware version."
2020-08-24 10:43:31 +00:00
},
"error": {
2020-09-02 00:03:29 +00:00
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
2020-08-24 10:43:31 +00:00
},
"flow_title": "{name}",
2020-08-24 10:43:31 +00:00
"step": {
"confirm_discovery": {
2021-02-10 00:05:10 +00:00
"description": "Do you want to set up the {model} at {host}?\n\nBattery-powered devices that are password protected must be woken up before continuing with setting up.\nBattery-powered devices that are not password protected will be added when the device wakes up, you can now manually wake the device up using a button on it or wait for the next data update from the device."
2020-08-24 10:43:31 +00:00
},
"credentials": {
"data": {
2020-09-02 00:03:29 +00:00
"password": "Password",
"username": "Username"
}
},
2020-08-24 10:43:31 +00:00
"user": {
"data": {
2020-09-02 00:03:29 +00:00
"host": "Host"
2020-09-29 00:03:20 +00:00
},
2021-02-10 00:05:10 +00:00
"description": "Before set up, battery-powered devices must be woken up, you can now wake the device up using a button on it."
2020-08-24 10:43:31 +00:00
}
}
},
"device_automation": {
"trigger_subtype": {
"button": "Button",
2021-02-03 10:46:49 +00:00
"button1": "First button",
"button2": "Second button",
"button3": "Third button"
},
2021-02-03 10:46:49 +00:00
"trigger_type": {
"double": "{subtype} double clicked",
"long": " {subtype} long clicked",
"long_single": "{subtype} long clicked and then single clicked",
"single": "{subtype} single clicked",
"single_long": "{subtype} single clicked and then long clicked",
"triple": "{subtype} triple clicked"
}
2020-11-11 12:25:22 +00:00
}
2021-02-03 10:46:49 +00:00
}