SQL Operations Studio Public Preview 1 (0.23) release source code

This commit is contained in:
Karl Burtram
2017-11-09 14:30:27 -08:00
parent b88ecb8d93
commit 3cdac41339
8829 changed files with 759707 additions and 286 deletions

View File

@@ -0,0 +1,17 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"notFound": "'{0}' 확장을 찾을 수 없습니다.",
"notInstalled": "'{0}' 확장이 설치되어 있지 않습니다.",
"useId": "게시자를 포함한 전체 확장 ID(예: {0})를 사용하세요.",
"successVsixInstall": "확장 '{0}'이(가) 설치되었습니다!",
"alreadyInstalled": "'{0}' 확장이 이미 설치되어 있습니다.",
"foundExtension": "마켓플레이스에서 '{0}'을(를) 찾았습니다.",
"installing": "설치 중...",
"successInstall": "확장 '{0}' v{1}이(가) 성공적으로 설치되었습니다!",
"uninstalling": "{0} 제거 중...",
"successUninstall": "'{0}' 확장이 성공적으로 제거되었습니다!"
}