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

36 lines
1.2 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured",
"cannot_connect": "Failed to connect",
"invalid_token": "Invalid access token",
"reauth_successful": "Re-authentication was successful",
"unknown": "Unexpected error"
},
"error": {
"cannot_connect": "Failed to connect",
"not_allowing_new_tokens": "Nanoleaf is not allowing new tokens, follow the instructions above.",
"unknown": "Unexpected error"
},
"flow_title": "{name}",
"step": {
"link": {
"description": "Press and hold the power button on your Nanoleaf for 5 seconds until the button LEDs start flashing, then click **SUBMIT** within 30 seconds.",
"title": "Link Nanoleaf"
},
"user": {
"data": {
"host": "Host"
}
}
}
},
"device_automation": {
"trigger_type": {
"swipe_down": "Swipe Down",
"swipe_left": "Swipe Left",
"swipe_right": "Swipe Right",
"swipe_up": "Swipe Up"
}
}
}