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

31 lines
994 B
JSON

{
"config": {
"abort": {
"already_configured": "Dispositivo j\u00e1 est\u00e1 configurado",
"no_server_found": "Nenhum servidor LMS encontrado."
},
"error": {
"cannot_connect": "Falha ao conectar",
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida",
"no_server_found": "N\u00e3o foi poss\u00edvel descobrir o servidor automaticamente.",
"unknown": "Erro inesperado"
},
"flow_title": "{host}",
"step": {
"edit": {
"data": {
"host": "Nome do host",
"password": "Senha",
"port": "Porta",
"username": "Usu\u00e1rio"
},
"title": "Editar informa\u00e7\u00f5es de conex\u00e3o"
},
"user": {
"data": {
"host": "Nome do host"
}
}
}
}
}