-
Notifications
You must be signed in to change notification settings - Fork 87
/
Copy pathpackage.nls.ko.json
29 lines (29 loc) · 2.56 KB
/
package.nls.ko.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"commentTranslate.displayName": "주석 번역기",
"commentTranslate.description": "이 플러그인은 개발자가 코드의 주석, 문자열, 코드 힌트, 오류 알림 및 변수 이름 등의 내용을 번역하는 데 도움을 줍니다.",
"commentTranslate.command.select": "마지막 번역 영역을 선택",
"commentTranslate.command.clipboard": "클립보드 번역하기",
"commentTranslate.command.selectAllText": "파일안에 모든 문자열을 선택",
"commentTranslate.command.selectAllComment": "파일안에 모든 주석을 선택",
"commentTranslate.command.translateAllText": "파일의 모든 문자열을 빠르게 번역",
"commentTranslate.command.translateAllComment": "파일의 모든 댓글을 빠르게 번역",
"commentTranslate.command.changeTargetLanguage": "번역 타겟 언어 변경",
"commentTranslate.command.changeTranslateSource": "번역기 변경하기",
"commentTranslate.command.replaceSelections": "선택 영역 번역 후, 대체하기",
"commentTranslate.command.toggleBrowseMode": "주석 탐색 모드 전환",
"commentTranslate.command.toggleDocumentBrowseMode": "현재 문서의 주석 탐색 모드 전환",
"commentTranslate.command.translateForCopilotChat": "선택한 텍스트를 번역하여 GitHub Copilot Chat에 표시",
"commentTranslate.command.nameVariable": "번역된 설명에서 변수 이름 지정",
"commentTranslate.configuration.concise": "간결한 모드. 켜진 경우 Ctrl 또는 Command 만 누르면 부동 변환이 트리거됩니다.",
"commentTranslate.configuration.contentHover": "호버 콘텐츠 번역",
"commentTranslate.configuration.targetLanguage": "대상 언어로 번역",
"commentTranslate.configuration.source": "service 소스를 번역합니다. Google, Bing, Baidu가 내장되어 있습니다.",
"commentTranslate.configuration.browseEnabled": "주석 탐색 번역 활성화",
"commentTranslate.configuration.browseMode": "주석 탐색 모드",
"commentTranslate.configuration.openHover": "호버 했을때 번역열기",
"commentTranslate.configuration.stringHover": "호버 했을때 문자열 번역하여 보여주기",
"commentTranslate.configuration.variableHover": "호버 했을때 변수 번역하여 보여주기",
"commentTranslate.configuration.selectTargetLanguageWhenReplacing": "대체할 때 대상 언어 선택하기",
"commentTranslate.configuration.maxTranslationLength": "최대 번역 길이",
"commentTranslate.configuration.MultilineMerge": "여러 줄 병합 주석 달기"
}