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

24 lines
933 B
JSON
Raw Normal View History

2019-10-19 00:32:15 +00:00
{
"config": {
2020-01-07 00:32:07 +00:00
"abort": {
2022-01-30 00:14:21 +00:00
"already_setup": "J\u00e1 configurado. Apenas uma configura\u00e7\u00e3o \u00e9 poss\u00edvel.",
"authorize_url_timeout": "Tempo limite gerando URL de autoriza\u00e7\u00e3o.",
"connection_error": "Falha ao conectar",
"missing_configuration": "O componente Soma n\u00e3o est\u00e1 configurado. Por favor, siga a documenta\u00e7\u00e3o.",
2020-01-07 00:32:07 +00:00
"result_error": "SOMA Connect respondeu com status de erro."
},
2022-01-30 00:14:21 +00:00
"create_entry": {
"default": "Autenticado com sucesso"
},
2019-10-19 00:32:15 +00:00
"step": {
"user": {
"data": {
2022-01-30 00:14:21 +00:00
"host": "Nome do host",
2019-10-19 00:32:15 +00:00
"port": "Porta"
2022-01-31 00:14:28 +00:00
},
"description": "Insira as configura\u00e7\u00f5es de conex\u00e3o do seu SOMA Connect.",
"title": "SOMA Connect"
2019-10-19 00:32:15 +00:00
}
}
}
}