New translations ping.json (German)

This commit is contained in:
Thomas Camlong
2022-08-25 12:10:10 +02:00
committed by ajnart
parent 345d5584b9
commit 3bc1bb5958

View File

@@ -1,11 +1,11 @@
{ {
"descriptor": { "descriptor": {
"name": "Ping Services", "name": "Ping",
"description": "Pings your services and shows their status as an indicator" "description": "Allows you to check if the service is up or returns a specific HTTP status code."
}, },
"states": { "states": {
"online": "Online {{response}}", "online": "Online {{response}}",
"offline": "Offline {{response}}", "offline": "Offline {{response}}",
"loading": "Laden..." "loading": "Loading..."
} }
} }