From 371dc2f03858d5778f8c75bcc27d8bf4a8450c9c Mon Sep 17 00:00:00 2001 From: Thomas Camlong <49837342+ajnart@users.noreply.github.com> Date: Thu, 25 Aug 2022 13:02:50 +0200 Subject: [PATCH] New translations ping.json (German) --- public/locales/de/modules/ping.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/locales/de/modules/ping.json b/public/locales/de/modules/ping.json index 403c8027b..2163c35d7 100644 --- a/public/locales/de/modules/ping.json +++ b/public/locales/de/modules/ping.json @@ -1,11 +1,11 @@ { "descriptor": { - "name": "Ping", - "description": "Allows you to check if the service is up or returns a specific HTTP status code." + "name": "Ping Services", + "description": "Pings your services and shows their status as an indicator" }, "states": { "online": "Online {{response}}", "offline": "Offline {{response}}", - "loading": "Loading..." + "loading": "Laden..." } } \ No newline at end of file