Files
azuredatastudio/i18n/rus/extensions/resource-deployment/package.i18n.json
2021-02-22 19:42:55 -08:00

64 lines
5.2 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-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 RC",
"sql-2017-docker-notebook": "./notebooks/docker/2017/deploy-sql2017-image.ipynb",
"sql-2019-docker-notebook": "./notebooks/docker/2019/deploy-sql2019-image.ipynb",
"bdc-2019-display-name": "SQL Server 2019 RC",
"bdc-deployment-target": "Целевой объект развертывания",
"bdc-deployment-target-new-aks": "Новый кластер Службы Azure Kubernetes",
"bdc-deployment-target-existing-aks": "Существующий кластер Службы Azure Kubernetes",
"bdc-deployment-target-existing-kubeadm": "Существующий кластер Kubernetes (kubeadm)",
"bdc-2019-aks-notebook": "./notebooks/bdc/2019/deploy-bdc-aks.ipynb",
"bdc-2019-existing-aks-notebook": "./notebooks/bdc/2019/deploy-bdc-existing-aks.ipynb",
"bdc-2019-existing-kubeadm-notebook": "./notebooks/bdc/2019/deploy-bdc-existing-kubeadm.ipynb",
"azdata-bdc-2019-aks-notebook": "./notebooks/bdc/2019/azdata/deploy-bdc-aks.ipynb",
"azdata-bdc-2019-existing-aks-notebook": "./notebooks/bdc/2019/azdata/deploy-bdc-existing-aks.ipynb",
"azdata-bdc-2019-existing-kubeadm-notebook": "./notebooks/bdc/2019/azdata/deploy-bdc-existing-kubeadm.ipynb",
"docker-sql-2017-title": "Развернуть образы контейнера SQL Server 2017 с помощью Docker",
"docker-sql-2019-title": "Развернуть образы контейнера SQL Server 2019 с помощью Docker",
"docker-container-name-field": "Имя контейнера",
"docker-sql-password-field": "Пароль SQL Server",
"docker-confirm-sql-password-field": "Подтверждение пароля",
"docker-sql-port-field": "Порт",
"bdc-new-aks-dialog-title": "Цель развертывания: новый кластер AKS",
"bdc-existing-aks-dialog-title": "Цель развертывания: существующий кластер AKS",
"bdc-cluster-settings-section-title": "Параметры кластера больших данных SQL Server",
"bdc-cluster-name-field": "Имя кластера",
"bdc-controller-username-field": "Имя пользователя контроллера",
"bdc-password-field": "Пароль",
"bdc-confirm-password-field": "Подтверждение пароля",
"bdc-azure-settings-section-title": "Параметры Azure",
"bdc-azure-subscription-id-field": "Идентификатор подписки",
"bdc-azure-subscription-id-placeholder": "Использовать мою подписку Azure по умолчанию",
"bdc-azure-resource-group-field": "Имя группы ресурсов",
"bdc-azure-region-field": "Регион",
"bdc-azure-aks-name-field": "Имя кластера AKS",
"bdc-azure-vm-size-field": "Размер виртуальной машины",
"bdc-azure-vm-count-field": "Число виртуальных машин",
"bdc-existing-kubeadm-dialog-title": "Цель развертывания: существующий кластер Kubernetes (kubeadm)",
"bdc-storage-class-field": "Имя класса хранения",
"bdc-data-size-field": "Емкость данных (ГБ)",
"bdc-log-size-field": "Емкость для журналов (ГБ)",
"resource-type-sql-windows-setup-display-name": "SQL Server в Windows",
"resource-type-sql-windows-setup-description": "Запустите SQL Server в Windows, выберите версию для начала работы.",
"bdc-agreement": "Я принимаю {0}, {1} и {2}.",
"bdc-agreement-privacy-statement": "Заявление о конфиденциальности Майкрософт",
"bdc-agreement-azdata-eula": "Условия лицензии azdata",
"bdc-agreement-bdc-eula": "Условия лицензии SQL Server"
}