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

31 lines
1.1 KiB
JSON
Raw Normal View History

2020-04-29 00:03:31 +00:00
{
"config": {
"abort": {
"already_configured": "Questo AVM FRITZ!Box \u00e8 gi\u00e0 configurato.",
2020-10-04 00:05:05 +00:00
"already_in_progress": "Il flusso di configurazione \u00e8 gi\u00e0 in corso",
2020-04-30 00:03:17 +00:00
"not_found": "Nessun AVM FRITZ!Box supportato trovato sulla rete.",
"not_supported": "Collegato a AVM FRITZ!Box ma non \u00e8 in grado di controllare i dispositivi Smart Home."
2020-04-29 00:03:31 +00:00
},
"error": {
"auth_failed": "Nome utente e/o password non sono corretti."
},
"flow_title": "AVM FRITZ!Box: {name}",
"step": {
"confirm": {
"data": {
"password": "Password",
"username": "Nome utente"
},
2020-05-29 00:04:16 +00:00
"description": "Vuoi impostare {name}?"
2020-04-29 00:03:31 +00:00
},
"user": {
"data": {
2020-05-22 00:05:00 +00:00
"host": "Host",
2020-04-29 00:03:31 +00:00
"password": "Password",
"username": "Nome utente"
},
2020-05-29 00:04:16 +00:00
"description": "Inserisci le informazioni del tuo AVM FRITZ!Box ."
2020-04-29 00:03:31 +00:00
}
}
}
}