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

26 lines
662 B
JSON
Raw Normal View History

2020-05-16 00:03:50 +00:00
{
"config": {
"error": {
2020-05-17 00:02:56 +00:00
"general_error": "Ocorreu um erro desconhecido.",
2020-05-16 00:03:50 +00:00
"invalid_api_key": "Chave de API fornecida \u00e9 inv\u00e1lida."
2020-05-17 00:02:56 +00:00
},
"step": {
"geography": {
"data": {
"latitude": "Latitude",
"longitude": "Longitude"
}
},
2020-08-27 00:04:55 +00:00
"node_pro": {
"data": {
"password": "Senha"
}
},
2020-05-17 00:02:56 +00:00
"user": {
"data": {
"type": "Tipo de Integra\u00e7\u00e3o"
}
}
2020-05-16 00:03:50 +00:00
}
}
}