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

36 lines
1.1 KiB
JSON
Raw Normal View History

2020-03-24 13:18:47 +00:00
{
"config": {
"abort": {
2020-11-11 11:10:09 +00:00
"already_configured": "Il dispositivo \u00e8 gi\u00e0 configurato"
2020-03-24 13:18:47 +00:00
},
"error": {
2020-10-04 00:05:05 +00:00
"cannot_connect": "Impossibile connettersi",
2020-03-24 13:18:47 +00:00
"unknown": "Errore imprevisto"
},
2021-05-18 00:12:13 +00:00
"flow_title": "{name}",
2020-03-24 13:18:47 +00:00
"step": {
"link": {
"description": "Vuoi impostare {name} ({host})?",
"title": "Impostazione di Logitech Harmony Hub"
},
"user": {
"data": {
2020-05-22 00:05:00 +00:00
"host": "Host",
2020-03-24 13:18:47 +00:00
"name": "Nome Hub"
},
2021-12-22 00:14:51 +00:00
"title": "Configura Logitech Harmony Hub"
2020-03-24 13:18:47 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-03-24 13:18:47 +00:00
},
"options": {
"step": {
"init": {
"data": {
"activity": "L'attivit\u00e0 predefinita da eseguire quando nessuna \u00e8 specificata.",
"delay_secs": "Il ritardo tra l'invio dei comandi."
},
2021-12-22 00:14:51 +00:00
"description": "Regola le opzioni di Harmony Hub"
2020-03-24 13:18:47 +00:00
}
}
2020-04-16 20:00:10 +00:00
}
2020-03-24 13:18:47 +00:00
}