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

18 lines
429 B
JSON

{
"config": {
"error": {
"cannot_connect": "Impossibile connettersi",
"invalid_api_key": "Chiave API non valida"
},
"step": {
"user": {
"data": {
"api_key": "Chiave API",
"name": "Nome",
"path": "Percorso",
"url": "URL"
}
}
}
}
}