Files
Homarr/public/locales/tw/modules/ping.json
Thomas Camlong fc969e5042 New Crowdin updates (#1529)
Add Chinese traditional and Crowdin pseudo language (CR)
2023-10-31 09:12:59 +01:00

12 lines
267 B
JSON

{
"descriptor": {
"name": "Ping",
"description": "根據設定的網址的 HTTP 回應待碼,顯示一個狀態顯示器"
},
"states": {
"online": "在線 {{response}}",
"offline": "離線 {{response}}",
"loading": "正在載入..."
}
}