Files
Homarr/public/locales/cs/modules/ping.json
2024-01-14 14:10:59 +01:00

12 lines
260 B
JSON

{
"descriptor": {
"name": "Ping",
"description": "Zobrazuje indikátor statusu podle kódu HTTP odpovědi dané URL."
},
"states": {
"online": "Online {{response}}",
"offline": "Offline {{response}}",
"loading": "Načítám..."
}
}