diff --git a/custom_components/uptime_kuma/translations/pt.json b/custom_components/uptime_kuma/translations/pt.json new file mode 100644 index 0000000..f4055cd --- /dev/null +++ b/custom_components/uptime_kuma/translations/pt.json @@ -0,0 +1,25 @@ +{ + "config": { + "abort": { + "already_configured": "Equipamento já se encontra configurado", + "existing_instance_updated": "Atualizada a atual configuração." + }, + "error": { + "cannot_connect": "Falha na ligação", + "invalid_auth": "Invalida autenticação", + "unknown": "Erro inesperado" + }, + "step": { + "user": { + "description": "Insira a informação da instância Uptime Kuma:", + "data": { + "host": "host/URL", + "password": "Password", + "port": "Porta", + "username": "Utilizado", + "verify_ssl": "Verifica o certificado SSL" + } + } + } + } +} diff --git a/custom_components/uptime_kuma/translations/sensor.pt.json b/custom_components/uptime_kuma/translations/sensor.pt.json new file mode 100644 index 0000000..5cb6bc9 --- /dev/null +++ b/custom_components/uptime_kuma/translations/sensor.pt.json @@ -0,0 +1,8 @@ +{ + "state": { + "uptimerobot__monitor_status": { + "down": "Desligado", + "up": "Ligado" + } + } +}