Update extension resources and ENU XLF files (#6220)

* Add extension resources

* Update enu XLF resources
This commit is contained in:
Karl Burtram
2019-06-28 19:09:23 -07:00
committed by GitHub
parent 00c3758d86
commit bc7ac519d0
527 changed files with 12988 additions and 1 deletions

View File

@@ -0,0 +1,29 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"dacfx.needConnection": "이 마법사를 사용하기 전에 서버에 연결하십시오.",
"dacFx.selectOperationPageName": "작업 선택",
"dacFx.deployConfigPageName": "Dacpac 배포 설정 선택",
"dacFx.deployPlanPage": "배포 플랜 검토",
"dacFx.deployActionPageName": "작업 선택",
"dacFx.summaryPageName": "요약",
"dacFx.extractConfigPageName": "Dacpac 추출 설정 선택",
"dacFx.importConfigPageName": "Bacpac 가져오기 설정 선택",
"dacFx.exportConfigPageName": "Bacpac 내보내기 설정 선택",
"dacFx.deployButton": "배포",
"dacFx.extractButton": "추출",
"dacFx.importButton": "가져오기",
"dacFx.exportButton": "내보내기",
"dacFx.generateScriptButton": "스크립트 생성",
"alertData.deployErrorMessage": "'{0}'을(를) 배포하지 못했습니다.",
"alertData.extractErrorMessage": "'{0}'을(를) 추출하지 못했습니다.",
"alertData.exportErrorMessage": "'{0}'을(를) 내보내지 못했습니다.",
"alertData.importErrorMessage": "'{0}'을(를) 가져오지 못했습니다.",
"dacfx.scriptGeneratingMessage": "마법사를 닫으면 작업 기록에서 스크립트 생성 상태를 볼 수 있습니다.",
"alertData.deployPlanErrorMessage": "배포 플랜 생성 실패 '{0}'"
}