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

24 lines
836 B
JSON
Raw Normal View History

2019-09-30 00:32:17 +00:00
{
"config": {
2022-01-30 00:14:21 +00:00
"abort": {
2022-01-31 00:14:28 +00:00
"already_configured": "O servi\u00e7o j\u00e1 est\u00e1 configurado",
"import_failed": "Falha na importa\u00e7\u00e3o da configura\u00e7\u00e3o"
2022-01-30 00:14:21 +00:00
},
2019-09-30 00:32:17 +00:00
"error": {
2022-01-31 00:14:28 +00:00
"connection_refused": "Conex\u00e3o recusada ao se conectar ao host",
2019-09-30 00:32:17 +00:00
"connection_timeout": "Tempo limite ao conectar-se a este host",
"resolve_failed": "Este host n\u00e3o pode ser resolvido"
},
"step": {
"user": {
"data": {
2022-01-30 00:14:21 +00:00
"host": "Nome do host",
2019-09-30 00:32:17 +00:00
"name": "O nome do certificado",
2022-01-30 00:14:21 +00:00
"port": "Porta"
2019-10-01 00:32:19 +00:00
},
"title": "Defina o certificado para testar"
2019-09-30 00:32:17 +00:00
}
2020-04-15 16:51:07 +00:00
}
},
"title": "Expira\u00e7\u00e3o do certificado"
2019-09-30 00:32:17 +00:00
}