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

42 lines
1.2 KiB
JSON
Raw Normal View History

2021-02-13 00:03:13 +00:00
{
"config": {
2021-04-22 00:02:50 +00:00
"abort": {
"already_configured": "El dispositivo ya est\u00e1 configurado"
},
2021-03-16 00:04:36 +00:00
"error": {
2021-04-22 00:02:50 +00:00
"cannot_connect": "No se pudo conectar",
2021-03-16 00:04:36 +00:00
"invalid_pin": "PIN no v\u00e1lido",
2021-04-22 00:02:50 +00:00
"pairing_failure": "No se ha podido emparejar: {error_id}",
"unknown": "Error inesperado"
2021-03-16 00:04:36 +00:00
},
2021-02-13 00:03:13 +00:00
"step": {
2021-03-20 00:04:10 +00:00
"pair": {
2021-04-22 00:02:50 +00:00
"data": {
"pin": "C\u00f3digo PIN"
},
2021-03-20 00:04:10 +00:00
"description": "Introduzca el PIN que se muestra en el televisor",
"title": "Par"
},
2021-02-13 00:03:13 +00:00
"user": {
"data": {
2021-02-20 00:08:25 +00:00
"api_version": "Versi\u00f3n del API",
"host": "Host"
2021-02-13 00:03:13 +00:00
}
}
}
},
"device_automation": {
"trigger_type": {
"turn_on": "Se solicita al dispositivo que se encienda"
}
2021-07-17 00:09:24 +00:00
},
"options": {
"step": {
"init": {
"data": {
"allow_notify": "Permitir el uso del servicio de notificaci\u00f3n de datos."
}
}
}
2021-02-13 00:03:13 +00:00
}
}