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

48 lines
1.6 KiB
JSON
Raw Normal View History

2022-01-30 00:14:21 +00:00
{
"config": {
"abort": {
"already_configured_device": "Dispositivo j\u00e1 est\u00e1 configurado",
"cannot_connect": "Falha ao conectar",
2022-01-31 00:14:28 +00:00
"no_unconfigured_devices": "Nenhum dispositivo n\u00e3o configurado foi encontrado.",
"switchbot_unsupported_type": "Tipo de Switchbot sem suporte.",
2022-01-30 00:14:21 +00:00
"unknown": "Erro inesperado"
},
2022-08-30 00:30:17 +00:00
"error": {
"one": "",
"other": ""
},
2022-07-25 00:25:55 +00:00
"flow_title": "{name} ({address})",
2022-01-30 00:14:21 +00:00
"step": {
2022-08-11 00:26:23 +00:00
"confirm": {
"description": "Deseja configurar {name}?"
},
"password": {
"data": {
"password": "Senha"
},
"description": "O dispositivo {name} requer uma senha"
},
2022-01-30 00:14:21 +00:00
"user": {
"data": {
2022-07-25 00:25:55 +00:00
"address": "Endere\u00e7o do dispositivo",
2022-01-31 00:14:28 +00:00
"mac": "Endere\u00e7o MAC do dispositivo",
2022-01-30 00:14:21 +00:00
"name": "Nome",
"password": "Senha"
2022-01-31 00:14:28 +00:00
},
"title": "Configurar dispositivo Switchbot"
}
}
},
"options": {
"step": {
"init": {
"data": {
"retry_count": "Contagem de tentativas",
"retry_timeout": "Intervalo entre tentativas",
"scan_timeout": "Quanto tempo para verificar os dados do an\u00fancio",
"update_time": "Tempo entre atualiza\u00e7\u00f5es (segundos)"
2022-01-30 00:14:21 +00:00
}
}
}
}
}