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

15 lines
324 B
JSON
Raw Normal View History

2022-07-13 00:27:34 +00:00
{
"config": {
2022-08-22 00:27:12 +00:00
"error": {
"error_response": "Resposta do Environment Canada com erro"
},
2022-07-13 00:27:34 +00:00
"step": {
"user": {
"data": {
"latitude": "Latitude",
"longitude": "Longitude"
}
}
}
}
}