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

18 lines
412 B
JSON
Raw Normal View History

2022-07-13 00:27:34 +00:00
{
"config": {
"abort": {
2022-12-09 00:24:29 +00:00
"reauth_successful": "Reautentica\u00e7\u00e3o bem sucedida",
2022-07-13 00:27:34 +00:00
"unknown": "Erro inesperado"
},
"error": {
"unknown": "Erro inesperado"
2022-12-09 00:24:29 +00:00
},
"step": {
"reauth_confirm": {
"data": {
"username": "Nome de Utilizador"
}
}
2022-07-13 00:27:34 +00:00
}
}
}