Files
Homarr/public/locales/hu/modules/ping.json
2023-09-01 21:55:45 +02:00

12 lines
273 B
JSON

{
"descriptor": {
"name": "Ping",
"description": "Megjelenít egy állapotjelzőt az adott URL HTTP-válaszkódjától függően."
},
"states": {
"online": "Online {{response}}",
"offline": "Offline {{response}}",
"loading": "Betöltés..."
}
}