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

27 lines
802 B
JSON

{
"config": {
"abort": {
"already_configured": "Dispositivo j\u00e1 est\u00e1 configurado"
},
"error": {
"invalid_url": "URL inv\u00e1lida",
"syncthru_not_supported": "O dispositivo n\u00e3o suporta SyncThru",
"unknown_state": "Estado da impressora desconhecido, verifique o URL e a conectividade de rede"
},
"flow_title": "{name}",
"step": {
"confirm": {
"data": {
"name": "Nome",
"url": "URL da interface da Web"
}
},
"user": {
"data": {
"name": "Nome",
"url": "URL da interface da Web"
}
}
}
}
}