mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-31 09:10:30 -04:00
SQL Operations Studio Public Preview 1 (0.23) release source code
This commit is contained in:
17
i18n/kor/src/vs/code/node/cliProcessMain.i18n.json
Normal file
17
i18n/kor/src/vs/code/node/cliProcessMain.i18n.json
Normal 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}' 확장이 성공적으로 제거되었습니다!"
|
||||
}
|
||||
Reference in New Issue
Block a user