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

34 lines
988 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",
2021-02-11 00:02:56 +00:00
"already_in_progress": "Il flusso di configurazione \u00e8 gi\u00e0 in corso",
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
},
2021-05-18 00:12:13 +00:00
"flow_title": "{name}",
2020-03-24 13:18:47 +00:00
"step": {
2021-02-03 10:46:49 +00:00
"discovery_confirm": {
2021-06-06 00:19:43 +00:00
"data": {
2022-04-29 00:22:21 +00:00
"one": "Vuoto",
"other": "Vuoti"
2021-06-06 00:19:43 +00:00
},
2022-05-19 00:26:11 +00:00
"description": "Vuoi configurare {name}?"
2021-02-03 10:46:49 +00:00
},
2020-03-24 13:18:47 +00:00
"ssdp_confirm": {
2021-06-06 00:19:43 +00:00
"data": {
2022-04-29 00:22:21 +00:00
"one": "Vuoto",
"other": "Vuoti"
2022-05-19 00:26:11 +00:00
}
2020-03-24 13:18:47 +00:00
},
"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
}