core/homeassistant/components/nws/translations/pt.json

20 lines
518 B
JSON
Raw Normal View History

2020-04-16 20:00:10 +00:00
{
"config": {
"abort": {
"already_configured": "O dispositivo j\u00e1 est\u00e1 configurado"
},
"error": {
2022-07-13 00:27:34 +00:00
"cannot_connect": "Falha na liga\u00e7\u00e3o",
2020-04-16 20:00:10 +00:00
"unknown": "Erro inesperado"
},
"step": {
"user": {
"data": {
"api_key": "Chave da API (email)",
"latitude": "Latitude",
"longitude": "Longitude"
}
}
}
}
}