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

38 lines
1.1 KiB
JSON
Raw Normal View History

2020-05-16 00:03:50 +00:00
{
"config": {
2022-01-30 00:14:21 +00:00
"abort": {
"already_configured": "Localiza\u00e7\u00e3o j\u00e1 est\u00e1 configurada",
"reauth_successful": "A reautentica\u00e7\u00e3o foi bem-sucedida"
},
2020-05-16 00:03:50 +00:00
"error": {
2022-01-30 00:14:21 +00:00
"cannot_connect": "Falha ao conectar",
"general_error": "Erro inesperado",
"invalid_api_key": "Chave de API inv\u00e1lida"
2020-05-17 00:02:56 +00:00
},
"step": {
2022-01-30 00:14:21 +00:00
"geography_by_coords": {
"data": {
"api_key": "Chave da API",
"latitude": "Latitude",
"longitude": "Longitude"
}
},
"geography_by_name": {
"data": {
"api_key": "Chave da API"
}
},
2020-08-27 00:04:55 +00:00
"node_pro": {
"data": {
2022-01-30 00:14:21 +00:00
"ip_address": "Nome do host",
2020-08-27 00:04:55 +00:00
"password": "Senha"
}
2022-01-30 00:14:21 +00:00
},
"reauth_confirm": {
"data": {
"api_key": "Chave da API"
}
2020-05-17 00:02:56 +00:00
}
2020-05-16 00:03:50 +00:00
}
}
}