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

23 lines
690 B
JSON
Raw Normal View History

2020-05-22 00:05:00 +00:00
{
"config": {
"abort": {
"cannot_connect": "Impossibile connettersi"
},
"error": {
"cannot_connect": "Impossibile connettersi",
"invalid_auth": "Autenticazione non valida"
},
2021-05-18 00:12:13 +00:00
"flow_title": "{device} ({ip_address})",
2020-05-22 00:05:00 +00:00
"step": {
"user": {
"data": {
"ip_address": "Indirizzo IP",
"password": "Password",
"username": "Nome utente"
},
2020-07-05 00:02:52 +00:00
"description": "Fornire le informazioni richieste di seguito.",
2021-05-18 00:12:13 +00:00
"title": "Imposta Gogogate2 o ismartgate"
2020-05-22 00:05:00 +00:00
}
}
}
}