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

35 lines
995 B
JSON
Raw Normal View History

2022-01-30 00:14:21 +00:00
{
"config": {
"abort": {
"already_configured": "Localiza\u00e7\u00e3o j\u00e1 est\u00e1 configurada"
},
"error": {
"cannot_connect": "Falha ao conectar",
"invalid_api_key": "Chave de API inv\u00e1lida"
},
"step": {
"user": {
"data": {
"api_key": "Chave da API",
2022-01-31 00:14:28 +00:00
"language": "Idioma",
2022-01-30 00:14:21 +00:00
"latitude": "Latitude",
2022-01-31 00:14:28 +00:00
"longitude": "Longitude",
"mode": "Modo",
2022-04-29 00:22:21 +00:00
"name": "Nome"
2022-01-31 00:14:28 +00:00
},
2022-04-29 00:22:21 +00:00
"description": "Para gerar a chave de API, acesse https://openweathermap.org/appid",
2022-01-31 00:14:28 +00:00
"title": "OpenWeatherMap"
}
}
},
"options": {
"step": {
"init": {
"data": {
"language": "Idioma",
"mode": "Modo"
2022-01-30 00:14:21 +00:00
}
}
}
}
}