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

31 lines
849 B
JSON
Raw Normal View History

2020-09-28 00:03:28 +00:00
{
"config": {
"abort": {
"single_instance_allowed": "Gi\u00e0 configurato. \u00c8 possibile una sola configurazione.",
"unknown": "Errore imprevisto"
},
"error": {
"cannot_connect": "Impossibile connettersi"
},
2021-05-18 00:12:13 +00:00
"flow_title": "{name}",
2020-09-28 00:03:28 +00:00
"step": {
"user": {
"data": {
"password": "Password",
"username": "Nome utente"
},
"title": "Connettiti a Canary"
}
}
},
"options": {
"step": {
"init": {
"data": {
"ffmpeg_arguments": "Argomenti passati a ffmpeg per le fotocamere",
"timeout": "Richiesta Timeout (secondi)"
}
}
}
}
}