1
mirror of https://github.com/home-assistant/core synced 2024-07-27 18:58:57 +02:00
ha-core/homeassistant/components/mikrotik/translations/pt-BR.json
2022-10-03 00:31:05 +00:00

44 lines
1.4 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Dispositivo j\u00e1 est\u00e1 configurado",
"reauth_successful": "A reautentica\u00e7\u00e3o foi bem-sucedida"
},
"error": {
"cannot_connect": "Falha ao conectar",
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida",
"name_exists": "O nome j\u00e1 existe"
},
"step": {
"reauth_confirm": {
"data": {
"password": "Senha"
},
"description": "A senha para {username} \u00e9 inv\u00e1lida.",
"title": "Reautenticar Integra\u00e7\u00e3o"
},
"user": {
"data": {
"host": "Nome do host",
"name": "Nome",
"password": "Senha",
"port": "Porta",
"username": "Usu\u00e1rio",
"verify_ssl": "Usar SSL"
},
"title": "Configurar roteador Mikrotik"
}
}
},
"options": {
"step": {
"device_tracker": {
"data": {
"arp_ping": "Habilitar ping ARP",
"detection_time": "Considere o tempo para definir em casa",
"force_dhcp": "For\u00e7ar varredura usando DHCP"
}
}
}
}
}