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

21 lines
532 B
JSON

{
"config": {
"abort": {
"already_configured": "A localiza\u00e7\u00e3o j\u00e1 est\u00e1 configurada"
},
"error": {
"invalid_api_key": "Chave de API inv\u00e1lida"
},
"step": {
"user": {
"data": {
"api_key": "",
"latitude": "Latitude",
"longitude": "Longitude",
"name": "Nome"
},
"title": ""
}
}
}
}