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