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

26 lines
665 B
JSON
Raw Normal View History

{
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
"cannot_connect": "Failed to connect",
"unknown": "Unexpected error",
"pairing_failure": "Unable to pair: {error_id}",
"invalid_pin": "Invalid PIN"
},
"step": {
"user": {
"data": {
2021-02-12 00:02:46 +00:00
"api_version": "API Version",
"host": "Host"
}
}
}
},
"device_automation": {
"trigger_type": {
"turn_on": "Device is requested to turn on"
}
}
2021-02-12 00:02:46 +00:00
}