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

76 lines
2.7 KiB
JSON
Raw Normal View History

{
2020-05-13 18:27:21 +00:00
"config": {
"abort": {
2020-10-06 00:08:09 +00:00
"already_configured": "Device is already configured",
"cannot_connect": "Failed to connect",
"not_lutron_device": "Discovered device is not a Lutron device"
2020-05-13 18:27:21 +00:00
},
"error": {
2020-10-06 00:08:09 +00:00
"cannot_connect": "Failed to connect"
2020-05-13 18:27:21 +00:00
},
"flow_title": "{name} ({host})",
2020-05-13 18:27:21 +00:00
"step": {
"import_failed": {
"description": "Couldn\u2019t setup bridge (host: {host}) imported from configuration.yaml.",
"title": "Failed to import Cas\u00e9ta bridge configuration."
},
"link": {
"description": "To pair with {name} ({host}), after submitting this form, press the black button on the back of the bridge.",
"title": "Pair with the bridge"
},
"user": {
"data": {
"host": "Host"
},
2021-02-05 00:03:54 +00:00
"description": "Enter the IP address of the device.",
"title": "Automatically connect to the bridge"
2020-05-13 18:27:21 +00:00
}
}
},
"device_automation": {
"trigger_subtype": {
"button_1": "First button",
"button_2": "Second button",
"button_3": "Third button",
"button_4": "Fourth button",
"close_1": "Close 1",
"close_2": "Close 2",
"close_3": "Close 3",
"close_4": "Close 4",
"close_all": "Close all",
"group_1_button_1": "First Group first button",
"group_1_button_2": "First Group second button",
"group_2_button_1": "Second Group first button",
"group_2_button_2": "Second Group second button",
"lower": "Lower",
"lower_1": "Lower 1",
"lower_2": "Lower 2",
"lower_3": "Lower 3",
"lower_4": "Lower 4",
"lower_all": "Lower all",
"off": "Off",
"on": "On",
"open_1": "Open 1",
"open_2": "Open 2",
"open_3": "Open 3",
"open_4": "Open 4",
"open_all": "Open all",
"raise": "Raise",
"raise_1": "Raise 1",
"raise_2": "Raise 2",
"raise_3": "Raise 3",
"raise_4": "Raise 4",
"raise_all": "Raise all",
"stop": "Stop (favorite)",
"stop_1": "Stop 1",
"stop_2": "Stop 2",
"stop_3": "Stop 3",
"stop_4": "Stop 4",
"stop_all": "Stop all"
},
"trigger_type": {
"press": "\"{subtype}\" pressed",
"release": "\"{subtype}\" released"
}
2020-05-29 00:04:16 +00:00
}
2021-03-16 00:04:36 +00:00
}