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

33 lines
1.1 KiB
JSON
Raw Normal View History

2020-06-23 00:09:06 +00:00
{
"config": {
"abort": {
2020-06-24 00:08:54 +00:00
"already_configured": "El dispositivo ya est\u00e1 configurado",
"no_server_found": "No se ha encontrado servidor LMS."
2020-06-23 00:09:06 +00:00
},
"error": {
"cannot_connect": "No se pudo conectar",
2020-06-24 00:08:54 +00:00
"invalid_auth": "Autenticaci\u00f3n no v\u00e1lida",
"no_server_found": "No se pudo descubrir autom\u00e1ticamente el servidor.",
"unknown": "Error inesperado"
2020-06-23 00:09:06 +00:00
},
2020-06-24 00:08:54 +00:00
"flow_title": "Logitech Squeezebox: {host}",
2020-06-23 00:09:06 +00:00
"step": {
"edit": {
"data": {
"host": "Host",
"password": "Contrase\u00f1a",
"port": "Puerto",
"username": "Usuario"
2020-06-24 00:08:54 +00:00
},
"title": "Editar la informaci\u00f3n de conexi\u00f3n"
2020-06-23 00:09:06 +00:00
},
"user": {
"data": {
"host": "Host"
2020-06-24 00:08:54 +00:00
},
"title": "Configurar Logitech Media Server"
2020-06-23 00:09:06 +00:00
}
}
2020-06-24 00:08:54 +00:00
},
"title": "Logitech Squeezebox"
2020-06-23 00:09:06 +00:00
}