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

25 lines
819 B
JSON
Raw Normal View History

2022-03-09 00:19:01 +00:00
{
"config": {
"abort": {
2022-03-12 00:17:47 +00:00
"already_configured": "Dispositivo j\u00e1 est\u00e1 configurado",
"already_in_progress": "O fluxo de configura\u00e7\u00e3o j\u00e1 est\u00e1 em andamento",
2022-03-09 00:19:01 +00:00
"unknown": "Erro inesperado",
"unsupported": "Dispositivo n\u00e3o compat\u00edvel"
},
"error": {
2022-03-12 00:17:47 +00:00
"cannot_connect": "Falha ao conectar",
2022-03-09 00:19:01 +00:00
"unsupported": "Dispositivo n\u00e3o compat\u00edvel"
},
2022-03-12 00:17:47 +00:00
"flow_title": "{model} ({name})",
2022-03-09 00:19:01 +00:00
"step": {
"discovery_confirm": {
2022-05-19 00:26:11 +00:00
"description": "Deseja configurar o player {model} chamado {name}?"
2022-03-09 00:19:01 +00:00
},
"user": {
"data": {
2022-03-12 00:17:47 +00:00
"host": "Nome do host"
2022-05-19 00:26:11 +00:00
}
2022-03-09 00:19:01 +00:00
}
}
}
}