core/homeassistant/components/fibaro/translations/pt.json

20 lines
595 B
JSON
Raw Normal View History

2022-07-13 00:27:34 +00:00
{
"config": {
"abort": {
2022-12-09 00:24:29 +00:00
"already_configured": "O dispositivo j\u00e1 est\u00e1 configurado",
"reauth_successful": "Reautentica\u00e7\u00e3o bem sucedida"
2022-07-14 00:27:41 +00:00
},
"error": {
"cannot_connect": "Falha na liga\u00e7\u00e3o"
2022-09-13 00:29:19 +00:00
},
"step": {
"reauth_confirm": {
2022-12-09 00:24:29 +00:00
"data": {
"password": "Palavra-passe"
},
"description": "Atualize sua senha para {username}",
"title": "Reautenticar integra\u00e7\u00e3o"
2022-09-13 00:29:19 +00:00
}
2022-07-13 00:27:34 +00:00
}
}
}