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": {
"already_configured": "Mikrotik \u00e8 gi\u00e0 configurato"
},
"error": {
"cannot_connect": "Connessione Non Riuscita",
"name_exists": "Il Nome esiste gi\u00e0",
"wrong_credentials": "Credenziali Errate"
},
"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
}