Files
homarr/public/locales/fr/modules/ping.json
2022-08-25 13:17:58 +02:00

11 lines
270 B
JSON

{
"descriptor": {
"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": "Loading..."
}
}