Update resource strings for 1.9.0 langpacks (#6144)

* Refresh loc resources

* Update loc strings
This commit is contained in:
Karl Burtram
2019-06-24 13:34:30 -07:00
committed by GitHub
parent cf85bb14f5
commit e3f26e8f12
1757 changed files with 41821 additions and 17438 deletions

View File

@@ -0,0 +1,12 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"previewFeatures.configTitle": "미리 보기 기능",
"previewFeatures.configEnable": "릴리스되지 않은 미리 보기 기능 사용",
"showConnectDialogOnStartup": "시작 시 연결 대화 상자 표시"
}

View File

@@ -6,5 +6,19 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"backupAction.backup": "백업"
"newQueryAction.newQuery": "새 쿼리",
"scriptSelect": "Select Top 1000",
"scriptExecute": "실행 스크립트",
"scriptAlter": "Alter로 스크립트",
"editData": "데이터 편집",
"scriptCreate": "Create로 스크립트",
"scriptDelete": "Drop 스크립트",
"backupAction.backup": "백업",
"backup.isPreviewFeature": "백업을 사용하려면 미리 보기 기능을 사용하도록 설정해야 합니다.",
"restoreAction.restore": "복원",
"restore.isPreviewFeature": "복원을 사용하려면 미리 보기 기능을 사용하도록 설정해야 합니다.",
"manage": "관리",
"showDetails": "세부 정보 표시",
"newDatabase": "새 데이터베이스",
"configureDashboard": "대시보드를 구성하는 방법 알아보기"
}

View File

@@ -5,5 +5,14 @@
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
]
],
"selectOperationName": "선택",
"createOperationName": "만들기",
"insertOperationName": "삽입",
"updateOperationName": "업데이트",
"deleteOperationName": "삭제",
"scriptSelectNotFound": "객체에서 select 스크립트를 호출 할 때 스크립트가 반환되지 않았습니다",
"scriptNotFoundForObject": "개체 {1}를 {0} (으)로 스크립팅 했지만, 스크립트가 반환되지 않았습니다.",
"scriptingFailed": "스크립트 실패",
"scriptNotFound": "{0}의 결과로 반환된 스크립트가 없습니다."
}