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

19 lines
509 B
JSON
Raw Normal View History

2019-10-19 00:32:15 +00:00
{
"config": {
2020-12-07 00:04:18 +00:00
"error": {
"already_configured": "O servi\u00e7o j\u00e1 est\u00e1 configurado"
},
2019-10-19 00:32:15 +00:00
"step": {
"user": {
"data": {
2020-07-03 00:03:38 +00:00
"elevation": "Eleva\u00e7\u00e3o",
2019-10-19 00:32:15 +00:00
"latitude": "Latitude",
2020-07-03 00:03:38 +00:00
"longitude": "Longitude",
"name": "Nome"
},
2020-09-08 00:04:13 +00:00
"description": "",
2020-07-03 00:03:38 +00:00
"title": "Localiza\u00e7\u00e3o"
2019-10-19 00:32:15 +00:00
}
}
}
}