|
| 1 | +{ |
| 2 | + "debugger.displayName": "디버거", |
| 3 | + "debugger.debuggerConfiguration": "디버거 설정", |
| 4 | + "debugger.stopDebugging": "디버깅 중지", |
| 5 | + "debugger.provideTxNumber": "유효한 트랜잭션 해시를 제공하세요.", |
| 6 | + "debugger.startDebugging": "디버깅 시작", |
| 7 | + "debugger.placeholder": "트랜잭션 해시는 0x 로 시작합니다", |
| 8 | + "debugger.debugLocaNodeLabel": "로컬 노드 강제 사용", |
| 9 | + "debugger.useGeneratedSources": "생성된 소스 사용", |
| 10 | + "debugger.debugWithGeneratedSources": "선택 시, 컴파일된 .yul 파일이 존재한다면 디버거는 그 파일을 단계별로 처리합니다.", |
| 11 | + "debugger.introduction": "트랜잭션 해시를 사용하여 디버깅할 때, 컨트랙트가 검증된 경우 Remix는 Sourcify 또는 Etherscan에서 소스 코드를 가져오려고 시도합니다. Remix 설정에 당신의 Etherscan API 키를 입력하세요. 지원되는 네트워크에 대해서는 다음을 참조해 주세요", |
| 12 | + "debugger.forceToUseCurrentLocalNode": "디버거가 현재 로컬 노드를 사용하도록 강제하기", |
| 13 | + "debugger.sourceLocationStatus1": "중단점을 찾는 중입니다, 이 과정은 다소 시간이 걸릴 수 있습니다...", |
| 14 | + "debugger.sourceLocationStatus2": "Sourcify나 Etherscan에서 소스 위치를 찾을 수 없습니다. 설정에서 Etherscan Api 키가 제공되었는지 확인해 주세요.", |
| 15 | + "debugger.sourcifyDocs": "Sourcify 문서", |
| 16 | + "debugger.noDataAvailable": "데이터 없음", |
| 17 | + "debugger.loadMore": "더 보기", |
| 18 | + "debugger.copy": "복사", |
| 19 | + "debugger.stepOverBack": "이전 단계 건너뛰기", |
| 20 | + "debugger.stepBack": "한 단계 뒤로", |
| 21 | + "debugger.stepInto": "내부로 들어가기", |
| 22 | + "debugger.stepOverForward": "다음 단계 건너뛰기", |
| 23 | + "debugger.jumpPreviousBreakpoint": "이전 중단점으로 이동", |
| 24 | + "debugger.jumpOut": "밖으로 빠져나오기", |
| 25 | + "debugger.jumpNextBreakpoint": "다음 중단점으로 이동" |
| 26 | +} |
0 commit comments