Files
Homarr/public/locales/en/modules/ping.json
2023-02-24 22:15:33 +01:00

12 lines
270 B
JSON

{
"descriptor": {
"name": "Ping",
"description": "Displays a status indicator depending on the HTTP response code of a given URL."
},
"states": {
"online": "Online {{response}}",
"offline": "Offline {{response}}",
"loading": "Loading..."
}
}