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

20 lines
547 B
JSON
Raw Normal View History

2020-06-08 00:02:43 +00:00
{
"config": {
2020-12-10 00:03:01 +00:00
"abort": {
"already_configured": "O servi\u00e7o j\u00e1 est\u00e1 configurado"
},
2020-06-08 00:02:43 +00:00
"error": {
2020-12-07 00:04:18 +00:00
"connection_timeout": "Tempo excedido a tentar ligar ao servidor.",
2020-06-08 00:02:43 +00:00
"resolve_failed": "N\u00e3o \u00e9 possivel resolver o servidor"
},
"step": {
"user": {
"data": {
2020-07-09 00:05:04 +00:00
"host": "Servidor",
"port": "Porta"
2020-06-08 00:02:43 +00:00
}
}
}
2020-12-07 00:04:18 +00:00
},
"title": "Validade do Certificado"
2020-06-08 00:02:43 +00:00
}