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

24 lines
638 B
JSON
Raw Normal View History

2020-07-18 00:02:49 +00:00
{
"config": {
2020-09-02 00:03:29 +00:00
"abort": {
"already_configured": "O dispositivo j\u00e1 est\u00e1 configurado"
},
2020-07-18 00:02:49 +00:00
"error": {
"unknown_state": "Estado da impressora desconhecido, verifique a conectividade de URL e de rede"
},
"step": {
"confirm": {
"data": {
2020-09-02 00:03:29 +00:00
"name": "Nome",
"url": "URL da interface Web"
2020-07-18 00:02:49 +00:00
}
},
"user": {
"data": {
2020-09-02 00:03:29 +00:00
"name": "Nome",
"url": "URL da interface Web"
2020-07-18 00:02:49 +00:00
}
}
}
}
}