Skip to content

Commit 811ecd1

Browse files
shblue21fbricon
authored andcommitted
Add the Korean translation file.
1 parent ac73700 commit 811ecd1

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

package.nls.ko.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"java.server.mode.switch": "Standard 모드로 전환",
3+
"java.projectConfiguration.update": "프로젝트 다시 로드",
4+
"java.project.import": "작업 영역으로 Java 프로젝트 가져오기",
5+
"java.open.serverLog": "Java Language Server 로그 파일 열기",
6+
"java.open.serverStdoutLog": "Java Language Server 출력 로그 파일 열기",
7+
"java.open.serverStderrLog": "Java Language Server 오류 로그 파일 열기",
8+
"java.open.clientLog": "Java Extension 로그 파일 열기",
9+
"java.open.logs": "모든 로그 파일 열기",
10+
"java.workspace.compile": "Java 강제 컴파일",
11+
"java.project.build": "프로젝트 다시 빌드",
12+
"java.open.formatter.settings": "Java Formatter 설정 열기",
13+
"java.clean.workspace": "Java Language Server 작업 영역 정리",
14+
"java.project.updateSourceAttachment": "Attach Source",
15+
"java.project.addToSourcePath": "Java Source 경로에 폴더 추가",
16+
"java.project.removeFromSourcePath": "Java Source 경로에서 폴더 제거",
17+
"java.project.listSourcePaths": "모든 Java Source 경로를 나열",
18+
"java.show.server.task.status": "빌드 작업 상태 표시",
19+
"java.action.navigateToSuperImplementation": "상위 구현으로 이동",
20+
"java.action.showTypeHierarchy": "Type 계층 구조 표시",
21+
"java.action.showClassHierarchy": "Class 계층 구조 표시",
22+
"java.action.showSupertypeHierarchy": "Supertype 계층 구조 표시",
23+
"java.action.showSubtypeHierarchy": "Subtype 계층 구조 표시",
24+
"java.action.changeBaseType": "이 유형을 기준으로",
25+
"java.project.createModuleInfo.command": "module-info.java 생성"
26+
}

0 commit comments

Comments
 (0)