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

31 lines
1.3 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Questa stampante \u00e8 gi\u00e0 configurata.",
"unsupported_model": "Questo modello di stampante non \u00e8 supportato."
},
"error": {
"connection_error": "Errore di connessione.",
"snmp_error": "Server SNMP spento o stampante non supportata.",
"wrong_host": "Nome host o indirizzo IP non valido."
},
"flow_title": "Stampante Brother: {model} {serial_number}",
"step": {
"user": {
"data": {
"host": "Nome host o indirizzo IP della stampante",
"type": "Tipo di stampante"
},
"description": "Configurare l'integrazione della stampante Brother. In caso di problemi con la configurazione, visitare: https://www.home-assistant.io/integrations/brother",
"title": "Stampante Brother"
},
"zeroconf_confirm": {
"data": {
"type": "Tipo di stampante"
},
"description": "Vuoi aggiungere la stampante Brother {model} con il numero seriale `{serial_number}` a Home Assistant?",
"title": "Trovata stampante Brother"
}
}
}
}