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

textFileService.i18n.json « electron-browser « textfile « services « workbench « vs « src « kor « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3b1be48a0a7888e90562e84eb787d59c880394ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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}개 파일에 대한 변경 내용을 저장할까요?"
}