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

23 lines
817 B
JSON
Raw Normal View History

2022-05-16 00:24:28 +00:00
{
"config": {
2022-06-02 00:27:51 +00:00
"abort": {
"already_configured": "El servicio ya est\u00e1 configurado"
},
2022-05-16 00:24:28 +00:00
"error": {
2022-08-12 00:23:47 +00:00
"cannot_connect": "No se pudo conectar",
2022-05-16 00:24:28 +00:00
"invalid_auth": "Autenticaci\u00f3n no v\u00e1lida"
},
"step": {
"user": {
"data": {
"host": "Host",
"password": "Contrase\u00f1a",
"port": "Puerto",
2022-08-11 00:26:23 +00:00
"username": "Nombre de usuario",
2022-08-12 00:23:47 +00:00
"web_port": "Puerto web (para visitar el servicio)"
2022-06-02 00:27:51 +00:00
},
2022-08-12 00:23:47 +00:00
"description": "Para poder usar esta integraci\u00f3n, debes habilitar la siguiente opci\u00f3n en la configuraci\u00f3n de Deluge: Daemon > Allow Remote Connections"
2022-05-16 00:24:28 +00:00
}
}
}
}