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

41 lines
1.2 KiB
JSON

{
"config": {
"abort": {
"already_configured_device": "Dispositivo j\u00e1 est\u00e1 configurado",
"cannot_connect": "Falha ao conectar",
"no_unconfigured_devices": "Nenhum dispositivo n\u00e3o configurado foi encontrado.",
"switchbot_unsupported_type": "Tipo de Switchbot sem suporte.",
"unknown": "Erro inesperado"
},
"error": {
"one": "",
"other": ""
},
"flow_title": "{name} ({address})",
"step": {
"confirm": {
"description": "Deseja configurar {name}?"
},
"password": {
"data": {
"password": "Senha"
},
"description": "O dispositivo {name} requer uma senha"
},
"user": {
"data": {
"address": "Endere\u00e7o do dispositivo"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"retry_count": "Contagem de tentativas"
}
}
}
}
}