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

33 lines
886 B
JSON
Raw Normal View History

{
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
"cannot_connect": "Failed to connect",
2021-02-27 00:05:45 +00:00
"invalid_pin": "Invalid PIN",
"pairing_failure": "Unable to pair: {error_id}",
2021-02-27 00:05:45 +00:00
"unknown": "Unexpected error"
},
"step": {
2021-03-17 00:03:55 +00:00
"pair": {
"data": {
"pin": "PIN Code"
},
"description": "Enter the PIN displayed on your TV",
"title": "Pair"
},
"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
}