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",
2022-08-12 00:23:47 +00:00
"pairing_failure": "No se puede emparejar: {error_id}",
2021-04-22 00:02:50 +00:00
"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"
},
2022-08-12 00:23:47 +00:00
"description": "Introduce el PIN que se muestra en tu TV",
2021-03-20 00:04:10 +00:00
"title": "Par"
},
2021-02-13 00:03:13 +00:00
"user": {
"data": {
2022-08-14 00:25:47 +00:00
"api_version": "Versi\u00f3n de la API",
2021-02-20 00:08:25 +00:00
"host": "Host"
2021-02-13 00:03:13 +00:00
}
}
}
},
"device_automation": {
"trigger_type": {
2022-08-14 00:25:47 +00:00
"turn_on": "Se solicita que el dispositivo se encienda"
2021-02-13 00:03:13 +00:00
}
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
}
}