-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from hudsonbrendon/main
added portuguese brazilian language support
- Loading branch information
Showing
1 changed file
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
{ | ||
"config": { | ||
"abort": { | ||
"updated": "Os dados são atualizados, reinicie o Home Assistant" | ||
}, | ||
"error": { | ||
"ip_address.not_matched": "IP inválido", | ||
"password.not_matched": "Senha inválida", | ||
"connection": "Falha ao estabelecer conexão" | ||
}, | ||
"step": { | ||
"auth": { | ||
"description": "Digite o endereço IP e a senha do seu roteador MiWiFi", | ||
"data": { | ||
"ip_address": "Endereço IP", | ||
"password": "Senha" | ||
} | ||
} | ||
} | ||
}, | ||
"options": { | ||
"abort": { | ||
"updated": "Os dados são atualizados, reinicie o Home Assistant" | ||
}, | ||
"error": { | ||
"ip_address.not_matched": "IP inválido", | ||
"password.not_matched": "Senha inválida", | ||
"connection": "Falha ao estabelecer conexão" | ||
}, | ||
"step": { | ||
"settings": { | ||
"description": "Digite o endereço IP e a senha do seu roteador MiWiFi", | ||
"data": { | ||
"ip_address": "Endereço IP", | ||
"password": "Senha", | ||
"scan_interval": "Intervalo de varredura em segundos [PRO]", | ||
"timeout": "Tempo limite de solicitações em segundos [PRO]", | ||
"force_load_repeater_devices": "Inicialização forçada de dispositivos no modo repetidor [PRO]", | ||
"last_activity_days": "Número permitido de dias de espera após a última atividade [PRO]" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
|