@codingame/monaco-vscode-language-pack-ko 4.3.1 → 4.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codingame/monaco-vscode-language-pack-ko",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.4.0",
|
|
4
4
|
"keywords": [],
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "CodinGame",
|
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
"module": "index.js",
|
|
19
19
|
"types": "index.d.ts",
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"vscode": "npm:@codingame/monaco-vscode-api@4.
|
|
21
|
+
"vscode": "npm:@codingame/monaco-vscode-api@4.4.0"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -11338,6 +11338,15 @@ var content = {
|
|
|
11338
11338
|
saveChangesMessage: "{0}에 대한 변경 내용을 저장할까요?",
|
|
11339
11339
|
saveChangesMessages: "다음 {0}개 파일에 대한 변경 내용을 저장할까요?",
|
|
11340
11340
|
"saveFileAs.title": "다른 이름으로 저장"
|
|
11341
|
+
},
|
|
11342
|
+
"vs/workbench/services/dialogs/browser/fileDialogService": {
|
|
11343
|
+
learnMore: "자세히 알아보기(&&L)",
|
|
11344
|
+
openFiles: "파일 열기...(&&F)",
|
|
11345
|
+
openRemote: "원격 열기...(&&O)",
|
|
11346
|
+
pickFolderAndOpen: "폴더를 열 수 없습니다. 대신 작업 영역에 폴더를 추가해 보세요.",
|
|
11347
|
+
pickWorkspaceAndOpen: "작업 영역을 열 수 없습니다. 대신 작업 영역에 폴더를 추가해 보세요.",
|
|
11348
|
+
unsupportedBrowserDetail: "브라우저가 로컬 폴더 열기를 지원하지 않습니다.\r\n단일 파일을 열거나 원격 리포지토리를 열 수 있습니다.",
|
|
11349
|
+
unsupportedBrowserMessage: "로컬 폴더 열기가 지원되지 않습니다."
|
|
11341
11350
|
},
|
|
11342
11351
|
"vs/workbench/services/dialogs/browser/simpleFileDialog": {
|
|
11343
11352
|
openLocalFile: "로컬 파일 열기...",
|
|
@@ -11783,6 +11792,10 @@ var content = {
|
|
|
11783
11792
|
"tunnel.source.auto": "자동 전달됨",
|
|
11784
11793
|
"tunnel.source.user": "사용자가 전달함",
|
|
11785
11794
|
"tunnel.staticallyForwarded": "정적으로 전달됨"
|
|
11795
|
+
},
|
|
11796
|
+
"vs/workbench/services/search/browser/searchService": {
|
|
11797
|
+
errorSearchFile: "웹 작업자 파일 검색기로 검색할 수 없음",
|
|
11798
|
+
errorSearchText: "웹 작업자 텍스트 검색기로 검색할 수 없음"
|
|
11786
11799
|
},
|
|
11787
11800
|
"vs/workbench/services/search/common/queryBuilder": {
|
|
11788
11801
|
"search.noWorkspaceWithName": "작업 영역 폴더가 없음: {0}"
|