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

21 lines
532 B
JSON
Raw Normal View History

2019-10-19 00:32:15 +00:00
{
"config": {
2020-12-10 00:03:01 +00:00
"abort": {
"already_configured": "A localiza\u00e7\u00e3o j\u00e1 est\u00e1 configurada"
},
2020-12-07 00:04:18 +00:00
"error": {
"invalid_api_key": "Chave de API inv\u00e1lida"
},
2019-10-19 00:32:15 +00:00
"step": {
"user": {
"data": {
2020-09-08 00:04:13 +00:00
"api_key": "",
2019-10-19 00:32:15 +00:00
"latitude": "Latitude",
2020-12-07 00:04:18 +00:00
"longitude": "Longitude",
"name": "Nome"
2020-09-08 00:04:13 +00:00
},
"title": ""
2019-10-19 00:32:15 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-10-19 00:32:15 +00:00
}