Files
Homarr/public/locales/ko/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
289 B
JSON

{
"descriptor": {
"name": "핑",
"description": "지정된 URL의 HTTP 응답 코드에 따라 상태 표시기를 표시합니다."
},
"states": {
"online": "온라인 {{response}}",
"offline": "오프라인 {{response}}",
"loading": "불러오는 중…"
}
}