|
14 | 14 | "status": "상태",
|
15 | 15 | "connected": "연결됨",
|
16 | 16 | "disconnected": "연결되지 않음",
|
| 17 | + "data": "데이터", |
| 18 | + "timestamp": "타임스탬프", |
| 19 | + "args": "전달 인자 (Arguments)", |
17 | 20 | "connection": {
|
18 | 21 | "title": "접속",
|
19 | 22 | "serverUrl": "서버 URL",
|
20 | 23 | "username": "유저 이름 (Username)",
|
21 | 24 | "password": "비밀번호 (Password)",
|
22 | 25 | "connect": "접속하기",
|
23 | 26 | "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": "고급 옵션" |
25 | 35 | },
|
26 | 36 | "dashboard": {
|
27 |
| - "title": "대시보드" |
| 37 | + "title": "대시보드", |
| 38 | + "connectionsHistogram": { |
| 39 | + "title": "Connection 및 Disconnection 이벤트" |
| 40 | + }, |
| 41 | + "bytesHistogram": { |
| 42 | + "title": "수신 및 전송된 바이트", |
| 43 | + "bytesIn": "수신된 바이트", |
| 44 | + "bytesOut": "전송된 바이트" |
| 45 | + } |
28 | 46 | },
|
29 | 47 | "sockets": {
|
30 | 48 | "title": "소켓",
|
|
78 | 96 | "language": "언어",
|
79 | 97 | "readonly": "읽기 전용?",
|
80 | 98 | "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": "룸" |
81 | 114 | }
|
82 | 115 | }
|
0 commit comments