From 1799a3e8c15d61c6ae487cfdf9fa0beed31735c5 Mon Sep 17 00:00:00 2001 From: Rui Melo Date: Fri, 10 Mar 2023 11:39:39 +0000 Subject: [PATCH 1/2] Portuguese file sensor.pt.json --- custom_components/uptime_kuma/translations/sensor.pt.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 custom_components/uptime_kuma/translations/sensor.pt.json 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" + } + } +} From 1a9322499ac89ec58c827ff5878a24b56b2f8c46 Mon Sep 17 00:00:00 2001 From: Rui Melo Date: Fri, 10 Mar 2023 11:47:03 +0000 Subject: [PATCH 2/2] create pt.json --- .../uptime_kuma/translations/pt.json | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 custom_components/uptime_kuma/translations/pt.json 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" + } + } + } + } +}