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

22 lines
643 B
JSON
Raw Normal View History

2020-05-13 18:27:21 +00:00
{
"config": {
"abort": {
"already_configured": "Il dispositivo \u00e8 gi\u00e0 configurato"
},
"error": {
2020-10-04 00:05:05 +00:00
"already_in_progress": "Il flusso di configurazione \u00e8 gi\u00e0 in corso",
2020-10-08 00:06:03 +00:00
"cannot_connect": "Impossibile connettersi",
2020-05-13 18:27:21 +00:00
"device_unavailable": "Il dispositivo non \u00e8 disponibile"
},
"step": {
"user": {
"data": {
"host": "Host",
"port": "Porta"
},
"title": "Configurare Agent DVR"
}
}
},
"title": "Agente DVR"
}