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/extensions/markdown/out/extension.i18n.json')
-rw-r--r--i18n/kor/extensions/markdown/out/extension.i18n.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/i18n/kor/extensions/markdown/out/extension.i18n.json b/i18n/kor/extensions/markdown/out/extension.i18n.json
index 8b6ad71cd4e..e43a977fd0f 100644
--- a/i18n/kor/extensions/markdown/out/extension.i18n.json
+++ b/i18n/kor/extensions/markdown/out/extension.i18n.json
@@ -3,4 +3,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.
-{} \ No newline at end of file
+{
+ "preview.showPreviewSecuritySelector.allowScriptsForWorkspaceTitle": "이 작업 영역에 대해 markdown 미리 보기에서 스크립트 실행 사용",
+ "preview.showPreviewSecuritySelector.currentSelection": "현재 설정",
+ "preview.showPreviewSecuritySelector.disallowScriptsForWorkspaceTitle": "이 작업 영역에 대해 markdown 미리 보기에서 스크립트 실행을 사용 안 함",
+ "preview.showPreviewSecuritySelector.title": "Markdown 미리 보기에 대한 보안 설정 변경"
+} \ No newline at end of file