mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Update localization resource files (#6283)
* Update localization resource files * Remove extra space from readme headers
This commit is contained in:
30
i18n/kor/extensions/resource-deployment/package.i18n.json
Normal file
30
i18n/kor/extensions/resource-deployment/package.i18n.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"extension-displayName": "Azure Data Studio용 SQL Server 배포 확장",
|
||||
"extension-description": "Microsoft SQL Server 배포를 위한 전자 필기장 기반 환경 제공",
|
||||
"deploy-sql-image-command-name": "Docker에 SQL Server 배포...",
|
||||
"deploy-sql-bdc-command-name": "SQL Server 빅 데이터 클러스터 배포...",
|
||||
"deploy-resource-command-name": "SQL 서버 배포...",
|
||||
"deploy-resource-command-category": "배포",
|
||||
"resource-type-sql-image-display-name": "SQL Server 컨테이너 이미지",
|
||||
"resource-type-sql-image-description": "Docker를 사용하여 SQL Server 컨테이너 이미지 실행",
|
||||
"resource-type-sql-bdc-display-name": "SQL Server 빅 데이터 클러스터",
|
||||
"resource-type-sql-bdc-description": "SQL Server 빅 데이터 클러스터를 사용하면 Kubernetes에서 실행되는 SQL Server, Spark 및 HDFS 컨테이너의 확장 가능한 클러스터를 배포할 수 있습니다.",
|
||||
"version-display-name": "버전",
|
||||
"sql-2017-display-name": "SQL Server 2017",
|
||||
"sql-2019-display-name": "SQL Server 2019",
|
||||
"sql-2017-docker-notebook": "./notebooks/docker/2017/deploy-sql2017-image.ipynb",
|
||||
"sql-2019-docker-notebook": "./notebooks/docker/2019/deploy-sql2019-image.ipynb",
|
||||
"sql-2019ctp31-display-name": "SQL Server 2019 빅 데이터 클러스터 CTP 3.1",
|
||||
"bdc-deployment-target": "배포 대상",
|
||||
"bdc-deployment-target-aks": "새 Azure Kubernetes Service 클러스터",
|
||||
"bdc-deployment-target-existing-cluster": "기존 Kubernetes 클러스터",
|
||||
"bdc-ctp31-aks-notebook": "./notebooks/bdc/2019/ctp3-1/deploy-bdc-aks.ipynb",
|
||||
"bdc-ctp31-existing-cluster-notebook": "./notebooks/bdc/2019/ctp3-1/deploy-bdc-existing-cluster.ipynb"
|
||||
}
|
||||
Reference in New Issue
Block a user