Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/kor/src/vs/workbench/api/node/extHostExtensionActivator.i18n.json')
-rw-r--r--i18n/kor/src/vs/workbench/api/node/extHostExtensionActivator.i18n.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/i18n/kor/src/vs/workbench/api/node/extHostExtensionActivator.i18n.json b/i18n/kor/src/vs/workbench/api/node/extHostExtensionActivator.i18n.json
index 35229bd6699..0f680b0e851 100644
--- a/i18n/kor/src/vs/workbench/api/node/extHostExtensionActivator.i18n.json
+++ b/i18n/kor/src/vs/workbench/api/node/extHostExtensionActivator.i18n.json
@@ -5,5 +5,9 @@
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
- ]
+ ],
+ "unknownDep": "`{1}` 확장을 활성화하지 못했습니다. 이유: 알 수 없는 종속성 `{0}`.",
+ "failedDep1": "`{1}` 확장을 활성화하지 못했습니다. 이유: `{0}` 종속성을 활성화하지 못했습니다.",
+ "failedDep2": "`{1}` 확장을 활성화하지 못했습니다. 이유: 10개를 초과하는 종속성 수준(종속성 루프일 가능성 높음).",
+ "activationError": "'{0}' 확장을 활성화하지 못했습니다. {1}."
} \ No newline at end of file