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

33 lines
1010 B
JSON
Raw Normal View History

2020-07-09 00:05:04 +00:00
{
"config": {
2020-12-07 00:04:18 +00:00
"abort": {
"already_configured": "A localiza\u00e7\u00e3o j\u00e1 est\u00e1 configurada ou Node/Pro ID j\u00e1 est\u00e1 registrado.",
"reauth_successful": "Reautentica\u00e7\u00e3o bem sucedida"
},
"error": {
"cannot_connect": "Falha na liga\u00e7\u00e3o",
"general_error": "Erro inesperado",
"invalid_api_key": "Chave de API inv\u00e1lida"
},
2020-07-09 00:05:04 +00:00
"step": {
2020-12-07 00:04:18 +00:00
"geography": {
"data": {
"api_key": "API Key",
"latitude": "Latitude",
"longitude": "Longitude"
}
},
2020-07-09 00:05:04 +00:00
"node_pro": {
"data": {
2020-12-07 00:04:18 +00:00
"ip_address": "Servidor",
2020-07-09 00:05:04 +00:00
"password": "Palavra-passe"
}
2020-12-07 00:04:18 +00:00
},
"reauth_confirm": {
"data": {
"api_key": ""
}
2020-07-09 00:05:04 +00:00
}
}
}
}