@codingame/monaco-vscode-language-pack-ko 1.83.5 → 1.83.7
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": "1.83.
|
|
3
|
+
"version": "1.83.7",
|
|
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@1.83.
|
|
21
|
+
"vscode": "npm:@codingame/monaco-vscode-api@1.83.7"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -1773,6 +1773,14 @@ var content = {
|
|
|
1773
1773
|
"vs/platform/files/browser/htmlFileSystemProvider": {
|
|
1774
1774
|
fileSystemNotAllowedError: "권한이 부족합니다. 작업을 다시 시도하고 허용하세요.",
|
|
1775
1775
|
fileSystemRenameError: "이름 바꾸기는 파일에 대해서만 지원됩니다."
|
|
1776
|
+
},
|
|
1777
|
+
"vs/platform/files/browser/indexedDBFileSystemProvider": {
|
|
1778
|
+
dirIsNotEmpty: "디렉터리가 비어 있지 않음",
|
|
1779
|
+
fileExceedsStorageQuota: "파일이 사용 가능한 스토리지 할당량을 초과합니다.",
|
|
1780
|
+
fileIsDirectory: "파일이 디렉터리임",
|
|
1781
|
+
fileNotDirectory: "파일이 디렉터리가 아님",
|
|
1782
|
+
fileNotExists: "파일이 없음",
|
|
1783
|
+
internal: "IndexedDB 파일 시스템 공급자에서 내부 오류가 발생했습니다. ({0})"
|
|
1776
1784
|
},
|
|
1777
1785
|
"vs/platform/files/common/files": {
|
|
1778
1786
|
sizeB: "{0}B",
|