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

31 lines
863 B
JSON

{
"config": {
"abort": {
"already_configured": "Dispositivo j\u00e1 est\u00e1 configurado"
},
"error": {
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida"
},
"flow_title": "{ip}",
"step": {
"user": {
"data": {
"ip_address": "Nome do host ou endere\u00e7o IP",
"password": "Senha",
"port": "Porta"
},
"title": "Preencha suas informa\u00e7\u00f5es"
}
}
},
"options": {
"step": {
"init": {
"data": {
"zone_run_time": "Tempo de execu\u00e7\u00e3o da zona padr\u00e3o (em segundos)"
},
"title": "Configurar RainMachine"
}
}
}
}