core/homeassistant/components/aurora/translations/pt-BR.json

26 lines
551 B
JSON
Raw Normal View History

2022-01-30 00:14:21 +00:00
{
"config": {
"error": {
"cannot_connect": "Falha ao conectar"
},
"step": {
"user": {
"data": {
"latitude": "Latitude",
"longitude": "Longitude",
"name": "Nome"
}
}
}
2022-01-31 00:14:28 +00:00
},
"options": {
"step": {
"init": {
"data": {
"threshold": "Limiar (%)"
}
}
}
},
"title": "Sensor NOAA Aurora"
2022-01-30 00:14:21 +00:00
}