Skip to content

Commit 2226f7b

Browse files
authored
feat(ui): update ko locale (#51)
1 parent 89ed3c7 commit 2226f7b

File tree

1 file changed

+35
-2
lines changed

1 file changed

+35
-2
lines changed

ui/src/locales/ko.json

Lines changed: 35 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,35 @@
1414
"status": "상태",
1515
"connected": "연결됨",
1616
"disconnected": "연결되지 않음",
17+
"data": "데이터",
18+
"timestamp": "타임스탬프",
19+
"args": "전달 인자 (Arguments)",
1720
"connection": {
1821
"title": "접속",
1922
"serverUrl": "서버 URL",
2023
"username": "유저 이름 (Username)",
2124
"password": "비밀번호 (Password)",
2225
"connect": "접속하기",
2326
"invalid-credentials": "올바르지 않은 인증",
24-
"error": "에러"
27+
"error": "에러",
28+
"websocket-only": "웹소켓 전용?",
29+
"path": "경로",
30+
"parser": "파서 (Parser)",
31+
"default-parser": "Built-in parser",
32+
"msgpack-parser": "MessagePack parser",
33+
"namespace": "관리자 네임 스페이스",
34+
"advanced-options": "고급 옵션"
2535
},
2636
"dashboard": {
27-
"title": "대시보드"
37+
"title": "대시보드",
38+
"connectionsHistogram": {
39+
"title": "Connection 및 Disconnection 이벤트"
40+
},
41+
"bytesHistogram": {
42+
"title": "수신 및 전송된 바이트",
43+
"bytesIn": "수신된 바이트",
44+
"bytesOut": "전송된 바이트"
45+
}
2846
},
2947
"sockets": {
3048
"title": "소켓",
@@ -78,5 +96,20 @@
7896
"language": "언어",
7997
"readonly": "읽기 전용?",
8098
"dark-theme": "다크 테마?"
99+
},
100+
"events": {
101+
"title": "이벤트",
102+
"type": {
103+
"connection": "연결 (Connection)",
104+
"disconnection": "연결 해제 (Disconnection)",
105+
"room_joined": "참여중인 룸(Room joined)",
106+
"room_left": "나간 룸(Room left)",
107+
"event_received": "수신한 이벤트",
108+
"event_sent": "전송한 이벤트"
109+
},
110+
"eventName": "이벤트 이름",
111+
"eventArgs": "이벤트 전달 인자 (Event Arguments)",
112+
"reason": "원인 (Reason)",
113+
"room": ""
81114
}
82115
}

0 commit comments

Comments
 (0)