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

50 lines
2.1 KiB
JSON
Raw Normal View History

2020-08-27 00:04:55 +00:00
{
"config": {
"abort": {
"already_configured": "Device is already configured",
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
2020-11-22 00:04:54 +00:00
"no_uuid": "Kodi instance does not have a unique id. This is most likely due to an old Kodi version (17.x or below). You can configure the integration manually or upgrade to a more recent Kodi version.",
2020-08-27 00:04:55 +00:00
"unknown": "Unexpected error"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"flow_title": "Kodi: {name}",
"step": {
"credentials": {
"data": {
"password": "Password",
"username": "Username"
},
"description": "Please enter your Kodi user name and password. These can be found in System/Settings/Network/Services."
},
"discovery_confirm": {
"description": "Do you want to add Kodi (`{name}`) to Home Assistant?",
"title": "Discovered Kodi"
},
"user": {
"data": {
"host": "Host",
"port": "Port",
2020-10-04 00:05:05 +00:00
"ssl": "Uses an SSL certificate"
2020-08-27 00:04:55 +00:00
},
"description": "Kodi connection information. Please make sure to enable \"Allow control of Kodi via HTTP\" in System/Settings/Network/Services."
},
"ws_port": {
"data": {
"ws_port": "Port"
},
"description": "The WebSocket port (sometimes called TCP port in Kodi). In order to connect over WebSocket, you need to enable \"Allow programs ... to control Kodi\" in System/Settings/Network/Services. If WebSocket is not enabled, remove the port and leave empty."
}
}
},
"device_automation": {
"trigger_type": {
"turn_off": "{entity_name} was requested to turn off",
"turn_on": "{entity_name} was requested to turn on"
}
}
}