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

35 lines
1.1 KiB
JSON
Raw Normal View History

2020-05-17 00:02:56 +00:00
{
"config": {
2022-01-30 00:14:21 +00:00
"abort": {
"already_configured": "Dispositivo j\u00e1 est\u00e1 configurado",
"already_in_progress": "O fluxo de configura\u00e7\u00e3o j\u00e1 est\u00e1 em andamento",
"no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]",
"reauth_successful": "A reautentica\u00e7\u00e3o foi bem-sucedida"
},
"error": {
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida"
},
2020-05-17 00:02:56 +00:00
"step": {
"confirm": {
2020-08-27 00:04:55 +00:00
"data": {
"password": "Senha",
"username": "Usu\u00e1rio"
},
2020-05-17 00:02:56 +00:00
"description": "Voc\u00ea quer configurar o {name}?"
2020-08-27 00:04:55 +00:00
},
2022-01-30 00:14:21 +00:00
"reauth_confirm": {
"data": {
"password": "Senha",
"username": "Usu\u00e1rio"
}
},
2020-08-27 00:04:55 +00:00
"user": {
"data": {
2022-01-30 00:14:21 +00:00
"host": "Nome do host",
2020-08-27 00:04:55 +00:00
"password": "Senha",
"username": "Usu\u00e1rio"
}
2020-05-17 00:02:56 +00:00
}
}
}
}