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

33 lines
886 B
JSON
Raw Normal View History

2020-09-08 00:04:13 +00:00
{
"config": {
2020-12-07 00:04:18 +00:00
"abort": {
"already_configured": "A localiza\u00e7\u00e3o j\u00e1 est\u00e1 configurada"
},
"error": {
"cannot_connect": "Falha na liga\u00e7\u00e3o",
"invalid_api_key": "Chave de API inv\u00e1lida"
},
2020-09-08 00:04:13 +00:00
"step": {
"user": {
"data": {
2021-12-31 00:14:15 +00:00
"api_key": "Chave da API",
2020-09-08 00:04:13 +00:00
"language": "Idioma",
"latitude": "Latitude",
"longitude": "Longitude",
"mode": "Modo",
"name": "Nome da integra\u00e7\u00e3o"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"language": "Idioma",
"mode": "Modo"
}
}
}
}
}