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

27 lines
802 B
JSON
Raw Normal View History

2022-01-30 00:14:21 +00:00
{
"config": {
"abort": {
"already_configured": "Dispositivo j\u00e1 est\u00e1 configurado"
},
2022-01-31 00:14:28 +00:00
"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}",
2022-01-30 00:14:21 +00:00
"step": {
"confirm": {
"data": {
2022-01-31 00:14:28 +00:00
"name": "Nome",
"url": "URL da interface da Web"
2022-01-30 00:14:21 +00:00
}
},
"user": {
"data": {
2022-01-31 00:14:28 +00:00
"name": "Nome",
"url": "URL da interface da Web"
2022-01-30 00:14:21 +00:00
}
}
}
}
}