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

31 lines
945 B
JSON

{
"config": {
"abort": {
"already_configured": "Il dispositivo \u00e8 gi\u00e0 configurato",
"already_in_progress": "Il flusso di configurazione \u00e8 gi\u00e0 in corso",
"cannot_connect": "Impossibile connettersi"
},
"error": {
"one": "Vuoto",
"other": "Vuoti"
},
"flow_title": "{host}",
"step": {
"confirm": {
"description": "Vuoi aggiungere Arcam FMJ su `{host}` a Home Assistant?"
},
"user": {
"data": {
"host": "Host",
"port": "Porta"
},
"description": "Inserisci il nome host o l'indirizzo IP del dispositivo."
}
}
},
"device_automation": {
"trigger_type": {
"turn_on": "\u00c8 stato richiesto di attivare {entity_name}"
}
}
}