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

19 lines
451 B
JSON
Raw Normal View History

2020-06-08 00:02:43 +00:00
{
"config": {
2020-09-02 00:03:29 +00:00
"abort": {
"already_configured": "O dispositivo j\u00e1 est\u00e1 configurado",
"unknown": "Erro inesperado"
},
"error": {
2022-12-09 00:24:29 +00:00
"cannot_connect": "A liga\u00e7\u00e3o falhou"
2020-09-02 00:03:29 +00:00
},
2020-12-10 00:03:01 +00:00
"flow_title": "Roku: {name}",
2020-06-08 00:02:43 +00:00
"step": {
"user": {
"data": {
"host": "Servidor"
}
}
}
}
}