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

25 lines
786 B
JSON
Raw Normal View History

2022-03-09 00:19:01 +00:00
{
"config": {
"abort": {
"already_configured": "Il dispositivo \u00e8 gi\u00e0 configurato",
"already_in_progress": "Il flusso di configurazione \u00e8 gi\u00e0 in corso",
"unknown": "Errore imprevisto",
"unsupported": "Dispositivo non supportato"
},
"error": {
"cannot_connect": "Impossibile connettersi",
"unsupported": "Dispositivo non supportato"
},
"flow_title": "{model} ({name})",
"step": {
"discovery_confirm": {
2022-05-19 00:26:11 +00:00
"description": "Vuoi configurare il lettore {model} nome {name}?"
2022-03-09 00:19:01 +00:00
},
"user": {
"data": {
"host": "Host"
2022-05-19 00:26:11 +00:00
}
2022-03-09 00:19:01 +00:00
}
}
}
}