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

36 lines
1.1 KiB
JSON
Raw Normal View History

2020-02-03 00:31:45 +00:00
{
"config": {
"abort": {
2020-11-11 11:10:09 +00:00
"already_configured": "Il dispositivo \u00e8 gi\u00e0 configurato"
2020-02-03 00:31:45 +00:00
},
"error": {
2020-10-04 00:05:05 +00:00
"cannot_connect": "Impossibile connettersi",
"invalid_auth": "Autenticazione non valida",
2020-11-11 11:10:09 +00:00
"name_exists": "Il Nome esiste gi\u00e0"
2020-02-03 00:31:45 +00:00
},
"step": {
"user": {
"data": {
"host": "Host",
"name": "Nome",
"password": "Password",
"port": "Porta",
"username": "Nome utente",
"verify_ssl": "Usa SSL"
},
"title": "Configurare il router Mikrotik"
}
2020-04-15 16:51:07 +00:00
}
2020-02-03 00:31:45 +00:00
},
"options": {
"step": {
"device_tracker": {
"data": {
"arp_ping": "Attivare il ping ARP",
2020-05-30 00:03:23 +00:00
"detection_time": "Considerare in casa nell'intervallo di",
2020-02-03 00:31:45 +00:00
"force_dhcp": "Scansione forzata con DHCP"
}
}
}
2020-04-16 20:00:10 +00:00
}
2020-02-03 00:31:45 +00:00
}