1
mirror of https://github.com/home-assistant/core synced 2024-07-27 18:58:57 +02:00
ha-core/homeassistant/components/mikrotik/translations/it.json
2022-10-03 00:31:05 +00:00

44 lines
1.4 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Il dispositivo \u00e8 gi\u00e0 configurato",
"reauth_successful": "La nuova autenticazione \u00e8 stata eseguita correttamente"
},
"error": {
"cannot_connect": "Impossibile connettersi",
"invalid_auth": "Autenticazione non valida",
"name_exists": "Il Nome esiste gi\u00e0"
},
"step": {
"reauth_confirm": {
"data": {
"password": "Password"
},
"description": "La password per {username} non \u00e8 valida.",
"title": "Autentica nuovamente l'integrazione"
},
"user": {
"data": {
"host": "Host",
"name": "Nome",
"password": "Password",
"port": "Porta",
"username": "Nome utente",
"verify_ssl": "Usa SSL"
},
"title": "Configura il router Mikrotik"
}
}
},
"options": {
"step": {
"device_tracker": {
"data": {
"arp_ping": "Attiva il ping ARP",
"detection_time": "Considera in casa nell'intervallo di",
"force_dhcp": "Scansione forzata con DHCP"
}
}
}
}
}