-
Notifications
You must be signed in to change notification settings - Fork 48
/
package.nls.ko.json
79 lines (79 loc) · 5.74 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"commands.SAS.addFileResource": "새 파일...",
"commands.SAS.addFolderResource": "새 폴더...",
"commands.SAS.addProfile": "새로운 연결 프로필 추가",
"commands.SAS.addToFavorites": "내 즐겨찾기에 추가",
"commands.SAS.authorize": "로그인",
"commands.SAS.close": "현재 세션 닫기",
"commands.SAS.collapseAll": "모두 축소",
"commands.SAS.convertNotebookToFlow": "플로우로 변환...",
"commands.SAS.deleteProfile": "연결 프로필 삭제",
"commands.SAS.deleteResource": "삭제",
"commands.SAS.deleteTable": "삭제",
"commands.SAS.download": "다운로드",
"commands.SAS.emptyRecycleBin": "휴지통 비우기",
"commands.SAS.file.new": "새 SAS 파일",
"commands.SAS.file.new.short": "SAS 파일",
"commands.SAS.notebook.export": "내보내기",
"commands.SAS.notebook.new": "새로운 SAS 노트북",
"commands.SAS.notebook.new.short": "SAS 노트북",
"commands.SAS.refresh": "새로고침",
"commands.SAS.removeFromFavorites": "내 즐겨찾기에서 제거",
"commands.SAS.renameResource": "이름 변경...",
"commands.SAS.restoreResource": "복원",
"commands.SAS.run": "모든 SAS 코드 실행",
"commands.SAS.runRegion": "영역 실행",
"commands.SAS.runSelected": "선택한 코드 또는 모든 SAS 코드 실행",
"commands.SAS.switchProfile": "현재 연결 프로필 전환",
"commands.SAS.updateProfile": "연결 프로필 업데이트",
"commands.SAS.upload": "업로드",
"commands.SAS.uploadFiles": "파일 업로드",
"commands.SAS.uploadFolders": "폴더 업로드",
"configuration.SAS.connectionProfiles": "SAS 서버에 연결하기 위한 연결 프로필을 정의합니다. 두 개 이상의 프로필을 정의하는 경우 서로 전환할 수 있습니다.",
"configuration.SAS.connectionProfiles.activeProfile": "활성 SAS 연결 프로필",
"configuration.SAS.connectionProfiles.profiles": "SAS 연결 프로필",
"configuration.SAS.connectionProfiles.profiles.autoExec": "SAS 연결 자동 실행",
"configuration.SAS.connectionProfiles.profiles.autoExec.filePath": "SAS 연결 자동 실행 파일 경로",
"configuration.SAS.connectionProfiles.profiles.autoExec.line": "SAS 연결 자동 실행 라인",
"configuration.SAS.connectionProfiles.profiles.autoExec.type": "SAS 연결 자동 실행 유형",
"configuration.SAS.connectionProfiles.profiles.clientId": "SAS Viya 클라이언트 ID",
"configuration.SAS.connectionProfiles.profiles.clientSecret": "SAS Viya 클라이언트 비밀번호",
"configuration.SAS.connectionProfiles.profiles.com.host": "SAS COM 연결 호스트",
"configuration.SAS.connectionProfiles.profiles.connectionType": "SAS 프로필 연결 유형",
"configuration.SAS.connectionProfiles.profiles.context": "SAS Viya 컨텍스트",
"configuration.SAS.connectionProfiles.profiles.endpoint": "SAS Viya 연결 프로필 엔드포인트",
"configuration.SAS.connectionProfiles.profiles.iom.host": "SAS IOM 연결 호스트",
"configuration.SAS.connectionProfiles.profiles.iom.port": "SAS IOM 연결 포트",
"configuration.SAS.connectionProfiles.profiles.iom.username": "SAS IOM 연결 사용자 이름",
"configuration.SAS.connectionProfiles.profiles.name": "SAS 연결 프로필 이름",
"configuration.SAS.connectionProfiles.profiles.sasOptions": "SAS 연결 SAS 옵션",
"configuration.SAS.connectionProfiles.profiles.ssh.host": "SAS SSH 연결 SSH 호스트",
"configuration.SAS.connectionProfiles.profiles.ssh.port": "SAS SSH 연결 포트",
"configuration.SAS.connectionProfiles.profiles.ssh.saspath": "SAS SSH 연결 실행 파일 경로",
"configuration.SAS.connectionProfiles.profiles.ssh.username": "SAS SSH 연결 사용자 이름",
"configuration.SAS.flowConversionMode": "노트북의 변환 모드 선택",
"configuration.SAS.flowConversionModeNode": "각 노트북 셀을 노드로 변환",
"configuration.SAS.flowConversionModeSwimlane": "각 노트북 셀을 스윔레인으로 변환",
"configuration.SAS.log.clearOnExecutionStart": "코드 실행 시작 시 SAS 로그 지우기",
"configuration.SAS.log.showOnExecutionFinish": "코드 실행이 완료되면 SAS 로그 표시",
"configuration.SAS.log.showOnExecutionStart": "코드 실행이 시작되면 SAS 로그 표시",
"configuration.SAS.problems.log.enabled": "SAS 로그에서 문제 표시",
"configuration.SAS.results.html.enabled": "ODS HTML5 출력 활성화/비활성화",
"configuration.SAS.results.html.style": "ODS HTML5 결과에 대한 스타일 지정",
"configuration.SAS.results.html.style.(auto)": "확장 기능이 색상 테마와 가장 일치하는 스타일을 선택하도록 합니다.",
"configuration.SAS.results.html.style.(server default)": "SAS 서버에서 구성한 스타일을 기본값으로 설정합니다.",
"configuration.SAS.results.sideBySide": "코드 옆에 결과 표시",
"configuration.SAS.results.singlePanel": "결과 표시에 단일 패널 재사용",
"configuration.SAS.userProvidedCertificates": "신뢰할 수 있는 CA 인증서 파일 제공",
"notebooks.SAS.htmlRenderer": "SAS HTML 렌더러",
"notebooks.SAS.logRenderer": "SAS 로그 렌더러",
"notebooks.SAS.sasNotebook": "SAS 노트북",
"themes.SAS.dark": "SAS 다크",
"themes.SAS.highContrast": "SAS 고대비",
"themes.SAS.light": "SAS 라이트",
"views.SAS.explorer": "탐색기",
"views.SAS.libraries": "라이브러리",
"views.SAS.signIn": "로그인",
"views.SAS.unsupportedConnection": "귀하의 연결은 SAS Extension for Visual Studio Code 내에서 SAS 콘텐츠 탐색을 지원하지 않습니다. 탐색기 뷰를 사용하여야 파일을 방문할 수 있습니다.",
"views.SAS.welcome": "SAS Extension for Visual Studio Code를 사용하려면 SAS에 로그인해야 합니다.\n[로그인](command:SAS.authorize)"
}