From d2335eb4cc128d211b4e9dd77a902931a7d3fe3e Mon Sep 17 00:00:00 2001 From: Anonymous Date: Mon, 20 Feb 2023 07:35:50 +0000 Subject: [PATCH] Translated using Weblate (Portuguese (Brazil)) Currently translated at 48.1% (173 of 359 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/pt_BR/ --- public/locales/pt-BR/common.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/public/locales/pt-BR/common.json b/public/locales/pt-BR/common.json index a3942cb8..b9f99017 100644 --- a/public/locales/pt-BR/common.json +++ b/public/locales/pt-BR/common.json @@ -498,5 +498,15 @@ "active_workers": "Active Workers", "total_workers": "Total Workers", "records_total": "Queue Length" + }, + "healthchecks": { + "new": "New", + "up": "Online", + "grace": "In Grace Period", + "down": "Offline", + "paused": "Paused", + "status": "Status", + "last_ping": "Last Ping", + "never": "No pings yet" } }