Files
azuredatastudio/i18n/rus/extensions/resource-deployment/package.i18n.json
Karl Burtram 6b501a1787 Update localization resource files (#6283)
* Update localization resource files

* Remove extra space from readme headers
2019-07-08 13:36:34 -07:00

30 lines
2.4 KiB
JSON
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"": [
"--------------------------------------------------------------------------------------------",
"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": "Расширение развертывания SQL Server для Azure Data Studio",
"extension-description": "Обеспечивает развертывание Microsoft SQL Server на основе записных книжек",
"deploy-sql-image-command-name": "Развернуть SQL Server в Docker…",
"deploy-sql-bdc-command-name": "Развернуть кластер больших данных SQL Server…",
"deploy-resource-command-name": "Развернуть SQL Server…",
"deploy-resource-command-category": "Развертывание",
"resource-type-sql-image-display-name": "Образ контейнера SQL Server",
"resource-type-sql-image-description": "Запустить образ контейнера SQL Server с помощью Docker",
"resource-type-sql-bdc-display-name": "КЛАСТЕР БОЛЬШИХ ДАННЫХ SQL SERVER",
"resource-type-sql-bdc-description": "Кластер больших данных SQL Server позволяет развертывать масштабируемые кластеры контейнеров SQL Server, Spark и HDFS, работающие на базе Kubernetes",
"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",
"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"
}