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/services/textfile/electron-browser/textFileService.i18n.json')
-rw-r--r--i18n/kor/src/vs/workbench/services/textfile/electron-browser/textFileService.i18n.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/i18n/kor/src/vs/workbench/services/textfile/electron-browser/textFileService.i18n.json b/i18n/kor/src/vs/workbench/services/textfile/electron-browser/textFileService.i18n.json
new file mode 100644
index 00000000000..3b1be48a0a7
--- /dev/null
+++ b/i18n/kor/src/vs/workbench/services/textfile/electron-browser/textFileService.i18n.json
@@ -0,0 +1,18 @@
+/*---------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+// Do not edit this file. It is machine generated.
+{
+ "allFiles": "모든 파일",
+ "cancel": "취소",
+ "dontSave": "저장 안 함(&&N)",
+ "moreFile": "...1개의 추가 파일이 표시되지 않음",
+ "moreFiles": "...{0}개의 추가 파일이 표시되지 않음",
+ "noExt": "확장 없음",
+ "save": "저장(&&S)",
+ "saveAll": "모두 저장(&&S)",
+ "saveChangesDetail": "변경 내용을 저장하지 않은 경우 변경 내용이 손실됩니다.",
+ "saveChangesMessage": "{0}에 대한 변경 내용을 저장할까요?",
+ "saveChangesMessages": "다음 {0}개 파일에 대한 변경 내용을 저장할까요?"
+} \ No newline at end of file