Files
Homarr/public/locales/de/modules/ping.json
2023-01-20 11:08:16 +09:00

12 lines
286 B
JSON

{
"descriptor": {
"name": "Ping",
"description": "Zeigt einen Statusindikator in Abhängigkeit des HTTP-Antwortcode einer bestimmten URL an."
},
"states": {
"online": "Online {{response}}",
"offline": "Offline {{response}}",
"loading": "Wird geladen..."
}
}