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

19 lines
407 B
JSON
Raw Normal View History

2022-07-13 00:27:34 +00:00
{
"config": {
"error": {
"unknown_auth_error": "Erro inesperado"
},
"step": {
"reauth_confirm": {
"data": {
"password": "Palavra-passe"
}
},
"user": {
"data": {
"username": "Nome de Utilizador"
}
}
}
}
}