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

26 lines
561 B
JSON

{
"config": {
"error": {
"cannot_connect": "Impossibile connettersi"
},
"step": {
"user": {
"data": {
"latitude": "Latitudine",
"longitude": "Logitudine",
"name": "Nome"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"threshold": "Soglia (%)"
}
}
}
},
"title": "Sensore NOAA Aurora"
}