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

31 lines
830 B
JSON

{
"config": {
"error": {
"cannot_connect": "Impossibile connettersi",
"invalid_auth": "Autenticazione non valida",
"not_supported": "\u00c8 supportata solo l'API PrusaLink v2",
"unknown": "Errore imprevisto"
},
"step": {
"user": {
"data": {
"api_key": "Chiave API",
"host": "Host"
}
}
}
},
"entity": {
"sensor": {
"printer_state": {
"state": {
"cancelling": "Annullamento",
"idle": "Inattivo",
"paused": "In pausa",
"pausing": "Pausa",
"printing": "Stampa"
}
}
}
}
}