|
973 | 973 | }, |
974 | 974 | "debug": { |
975 | 975 | "clearHistory": "기록 지우기", |
976 | | - "close": "폐쇄", |
| 976 | + "close": "닫기", |
977 | 977 | "customMethod": "커스텀 메소드 이름", |
978 | 978 | "customMethodPlaceholder": "예를 들어 세션/핑", |
979 | 979 | "customMethodRequired": "확장 메서드 이름을 입력하세요.", |
|
982 | 982 | "entry": "디버그", |
983 | 983 | "eventCount": "{count}개 항목", |
984 | 984 | "eventKinds": { |
985 | | - "error": "실수", |
986 | | - "notification": "통지하다", |
| 985 | + "error": "오류", |
| 986 | + "notification": "알림", |
987 | 987 | "permission": "권한", |
988 | | - "request": "묻다", |
| 988 | + "request": "요청", |
989 | 989 | "response": "응답" |
990 | 990 | }, |
991 | 991 | "events": "이벤트", |
992 | 992 | "format": "JSON 형식", |
993 | 993 | "methods": { |
994 | | - "cancel": "세션/취소", |
995 | | - "extMethod": "확장/방법", |
996 | | - "extNotification": "내선/알림", |
997 | | - "initialize": "초기화", |
998 | | - "loadSession": "세션/로드", |
999 | | - "newSession": "세션/새", |
1000 | | - "prompt": "세션/프롬프트", |
1001 | | - "setSessionMode": "세션/설정 모드", |
1002 | | - "setSessionModel": "세션/세트모델" |
| 994 | + "cancel": "session/cancel", |
| 995 | + "extMethod": "ext/method", |
| 996 | + "extNotification": "ext/notification", |
| 997 | + "initialize": "initialize", |
| 998 | + "loadSession": "session/load", |
| 999 | + "newSession": "session/new", |
| 1000 | + "prompt": "session/prompt", |
| 1001 | + "setSessionMode": "session/setMode", |
| 1002 | + "setSessionModel": "session/setModel" |
1003 | 1003 | }, |
1004 | 1004 | "needInitialize": "먼저 초기화를 실행해 주세요", |
1005 | 1005 | "parseError": "JSON 구문 분석에 실패했습니다.", |
|
1009 | 1009 | "requestFailed": "요청 실패", |
1010 | 1010 | "resetTemplate": "복구 템플릿", |
1011 | 1011 | "send": "요청 보내기", |
1012 | | - "sending": "배상...", |
| 1012 | + "sending": "전송 중...", |
1013 | 1013 | "title": "ACP 디버깅", |
1014 | 1014 | "workdirPlaceholder": "기본 작업 디렉터리를 사용하려면 비워 두세요." |
1015 | 1015 | } |
|
0 commit comments