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

31 lines
994 B
JSON
Raw Normal View History

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