mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
SQL Operations Studio Public Preview 1 (0.23) release source code
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"exampleExtension": "예"
|
||||
}
|
||||
@@ -0,0 +1,38 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"activeEditorShort": "예: myFile.txt",
|
||||
"activeEditorMedium": "예: myFolder/myFile.txt",
|
||||
"activeEditorLong": "예: /Users/Development/myProject/myFolder/myFile.txt",
|
||||
"rootName": "예: myFolder1, myFolder2, myFolder3",
|
||||
"rootPath": "예: /Users/Development/myProject",
|
||||
"folderName": "예: myFolder",
|
||||
"folderPath": "예: /Users/Development/myFolder",
|
||||
"appName": "예: VS Code",
|
||||
"dirty": "활성 편집기가 더티인 경우 더티 표시기",
|
||||
"separator": "값이 있는 변수로 둘러싸인 경우에만 표시되는 조건부 구분 기호 (' - ')",
|
||||
"assocLabelFile": "확장명이 있는 파일",
|
||||
"assocDescriptionFile": "파일 이름에서 GLOB 패턴과 일치하는 모든 파일을 지정된 ID를 사용하는 언어에 매핑합니다.",
|
||||
"assocLabelPath": "경로가 있는 파일",
|
||||
"assocDescriptionPath": "경로에서 절대 경로 GLOB 패턴과 일치하는 모든 파일을 지정된 ID를 사용하는 언어에 매핑합니다.",
|
||||
"fileLabel": "확장명별 파일",
|
||||
"fileDescription": "특정 파일 확장명이 있는 모든 파일을 일치시킵니다.",
|
||||
"filesLabel": "여러 확장명이 있는 파일",
|
||||
"filesDescription": "파일 확장명이 있는 모든 파일을 일치시킵니다.",
|
||||
"derivedLabel": "이름별 형제가 있는 파일",
|
||||
"derivedDescription": "동일한 이름의 형제가 있지만 확장명이 다른 파일을 일치시킵니다.",
|
||||
"topFolderLabel": "이름별 폴더(최상위)",
|
||||
"topFolderDescription": "특정 이름의 최상위 폴더를 일치시킵니다.",
|
||||
"topFoldersLabel": "이름이 여러 개 있는 폴더(최상위)",
|
||||
"topFoldersDescription": "여러 최상위 폴더를 일치시킵니다.",
|
||||
"folderLabel": "이름별 폴더(모든 위치)",
|
||||
"folderDescription": "모든 위치에 있는 특정 이름의 폴더를 일치시킵니다.",
|
||||
"falseDescription": "패턴을 사용하지 않도록 설정합니다.",
|
||||
"trueDescription": "패턴을 사용하도록 설정합니다.",
|
||||
"siblingsDescription": "동일한 이름의 형제가 있지만 확장명이 다른 파일을 일치시킵니다.",
|
||||
"languageSpecificEditorSettings": "언어별 편집기 설정",
|
||||
"languageSpecificEditorSettingsDescription": "언어용 편집기 설정 재정의"
|
||||
}
|
||||
Reference in New Issue
Block a user