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

28 lines
765 B
JSON
Raw Normal View History

2020-03-24 13:18:47 +00:00
{
"config": {
"abort": {
2020-05-22 00:05:00 +00:00
"already_configured": "Il dispositivo \u00e8 gi\u00e0 configurato",
2020-03-24 13:18:47 +00:00
"unknown": "Errore imprevisto"
},
"error": {
2020-05-22 00:05:00 +00:00
"cannot_connect": "Impossibile connettersi"
2020-03-24 13:18:47 +00:00
},
"flow_title": "Roku: {name}",
"step": {
"ssdp_confirm": {
"data": {
"one": "uno",
"other": "altri"
},
"description": "Vuoi impostare {name}?",
"title": "Roku"
},
"user": {
"data": {
2020-05-22 00:05:00 +00:00
"host": "Host"
2020-03-24 13:18:47 +00:00
},
2020-05-29 00:04:16 +00:00
"description": "Inserisci le tue informazioni Roku."
2020-03-24 13:18:47 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2020-03-24 13:18:47 +00:00
}