Files
homarr/public/locales/zh/modules/ping.json
Thomas Camlong ba7786d337 🌎 New Crowdin updates
2022-10-10 22:18:12 +02:00

11 lines
270 B
JSON

{
"descriptor": {
"name": "Ping",
"description": "允许你检查服务是否启动或返回一个特定的HTTP状态代码。"
},
"states": {
"online": "在线 {{response}}",
"offline": "离线 {{response}}",
"loading": "正在加载..."
}
}