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

18 lines
432 B
JSON
Raw Normal View History

2022-05-16 00:24:28 +00:00
{
"config": {
"error": {
"cannot_connect": "Ha fallado la conexi\u00f3n",
"invalid_api_key": "Clave API inv\u00e1lida"
},
"step": {
"user": {
"data": {
"api_key": "Clave API",
"name": "Nombre",
"path": "Ruta",
"url": "URL"
}
}
}
}
}