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

18 lines
455 B
JSON
Raw Normal View History

2020-09-02 00:03:29 +00:00
{
"config": {
2020-12-07 00:04:18 +00:00
"abort": {
"already_configured": "O dispositivo j\u00e1 est\u00e1 configurado"
},
"error": {
"already_configured": "O dispositivo j\u00e1 est\u00e1 configurado",
"invalid_api_key": "Chave de API inv\u00e1lida"
},
2020-09-02 00:03:29 +00:00
"step": {
"user": {
"data": {
2020-12-07 00:04:18 +00:00
"api_key": "API Key"
2020-09-02 00:03:29 +00:00
}
}
}
}
}