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/parts/files')
-rw-r--r--i18n/kor/src/vs/workbench/parts/files/browser/fileActions.i18n.json6
-rw-r--r--i18n/kor/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json4
-rw-r--r--i18n/kor/src/vs/workbench/parts/files/common/editors/fileEditorInput.i18n.json6
3 files changed, 13 insertions, 3 deletions
diff --git a/i18n/kor/src/vs/workbench/parts/files/browser/fileActions.i18n.json b/i18n/kor/src/vs/workbench/parts/files/browser/fileActions.i18n.json
index 158593f29b2..37fde1aebba 100644
--- a/i18n/kor/src/vs/workbench/parts/files/browser/fileActions.i18n.json
+++ b/i18n/kor/src/vs/workbench/parts/files/browser/fileActions.i18n.json
@@ -22,8 +22,11 @@
"deleteButtonLabel": "삭제(&&D)",
"deleteButtonLabelRecycleBin": "휴지통으로 이동(&&M)",
"deleteButtonLabelTrash": "휴지통으로 이동(&&M)",
+ "dirtyMessageFile": "저장되지 않은 변경 내용이 있는 파일의 이름을 바꾸려고 합니다. 계속하시겠습니까?",
"dirtyMessageFileDelete": "저장되지 않은 변경 내용이 있는 파일을 삭제하려고 합니다. 계속하시겠습니까?",
+ "dirtyMessageFolder": "{0}개 파일에 저장되지 않은 변경 내용이 있는 폴더의 이름을 바꾸려고 합니다. 계속하시겠습니까?",
"dirtyMessageFolderDelete": "{0}개 파일에 저장되지 않은 변경 내용이 있는 폴더를 삭제하려고 합니다. 계속하시겠습니까?",
+ "dirtyMessageFolderOne": "1개 파일에 저장되지 않은 변경 내용이 있는 폴더의 이름을 바꾸려고 합니다. 계속하시겠습니까?",
"dirtyMessageFolderOneDelete": "1개 파일에 저장되지 않은 변경 내용이 있는 폴더를 삭제하려고 합니다. 계속하시겠습니까?",
"dirtyWarning": "변경 내용을 저장하지 않은 경우 변경 내용이 손실됩니다.",
"duplicateFile": "중복",
@@ -44,8 +47,6 @@
"openFile": "파일 열기...",
"openFileInNewWindow": "새 창에서 활성 파일 열기",
"openFileToCompare": "첫 번째 파일을 열어서 다른 파일과 비교합니다.",
- "openFileToCopy": "첫 번째 파일을 열어서 경로를 복사합니다.",
- "openFileToReveal": "첫 번째 파일을 열어서 나타냅니다.",
"openFileToShow": "탐색기에 표시하려면 먼저 파일을 엽니다.",
"openFileToShowInNewWindow": "먼저 파일 한 개를 새 창에서 엽니다.",
"openFolderFirst": "안에 파일이나 폴더를 만들려면 먼저 폴더를 엽니다.",
@@ -56,6 +57,7 @@
"refresh": "새로 고침",
"refreshExplorer": "탐색기 새로 고침",
"rename": "이름 바꾸기",
+ "renameLabel": "이름 바꾸기(&&R)",
"replaceButtonLabel": "바꾸기(&&R)",
"retry": "다시 시도",
"revealActiveFileInMac": "Finder에 활성 파일 표시",
diff --git a/i18n/kor/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json b/i18n/kor/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json
index 8b6ad71cd4e..cbd0a366921 100644
--- a/i18n/kor/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json
+++ b/i18n/kor/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json
@@ -3,4 +3,6 @@
* 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
+{
+ "dirtyFiles": "{0}개의 저장되지 않은 파일"
+} \ No newline at end of file
diff --git a/i18n/kor/src/vs/workbench/parts/files/common/editors/fileEditorInput.i18n.json b/i18n/kor/src/vs/workbench/parts/files/common/editors/fileEditorInput.i18n.json
new file mode 100644
index 00000000000..8b6ad71cd4e
--- /dev/null
+++ b/i18n/kor/src/vs/workbench/parts/files/common/editors/fileEditorInput.i18n.json
@@ -0,0 +1,6 @@
+/*---------------------------------------------------------------------------------------------
+ * 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.
+{} \ No newline at end of file