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

36 lines
1.0 KiB
JSON
Raw Normal View History

2019-09-29 00:32:13 +00:00
{
"config": {
"abort": {
2020-04-08 00:08:19 +00:00
"already_configured": "L'host \u00e8 gi\u00e0 configurato."
2019-09-29 00:32:13 +00:00
},
"error": {
"cannot_connect": "Impossibile connettersi all'host",
2019-10-24 00:32:18 +00:00
"name_exists": "Il nome \u00e8 gi\u00e0 esistente",
2019-09-29 00:32:13 +00:00
"wrong_credentials": "Nome utente o password non validi"
},
"step": {
"user": {
"data": {
"host": "Host",
"name": "Nome",
"password": "Password",
"port": "Porta",
"username": "Nome utente"
},
"title": "Configura client di Trasmissione"
}
2020-04-15 16:51:07 +00:00
}
2019-09-29 00:32:13 +00:00
},
"options": {
"step": {
"init": {
"data": {
2020-07-05 00:02:52 +00:00
"limit": "Limite",
"order": "Ordine",
2019-09-29 00:32:13 +00:00
"scan_interval": "Frequenza di aggiornamento"
},
2019-10-24 00:32:18 +00:00
"title": "Configurare le opzioni per Transmission"
2019-09-29 00:32:13 +00:00
}
}
2020-04-16 20:00:10 +00:00
}
2019-09-29 00:32:13 +00:00
}