mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
update localization resource files (#14389)
This commit is contained in:
@@ -6,25 +6,59 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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": "SQL Server を Docker に展開します...",
|
||||
"deploy-sql-bdc-command-name": "SQL Server Big Data Cluster を展開します…",
|
||||
"deploy-resource-command-name": "SQL Server の展開...",
|
||||
"deploy-resource-command-category": "デプロイメント",
|
||||
"extension-displayName": "Azure Data Studio 用の SQL Server デプロイの拡張",
|
||||
"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": "Docker を使用して SQL Server コンテナー イメージを実行する",
|
||||
"resource-type-sql-bdc-display-name": "SQL Server のビッグ データ クラスター",
|
||||
"resource-type-sql-bdc-description": "SQL Server Big Data Cluster を使用すると、Kubernetes で実行されている SQL Server、Spark、および HDFS のコンテナーのスケーラブルなクラスターをデプロイできます。",
|
||||
"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-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",
|
||||
"sql-2019ctp31-display-name": "SQL Server 2019 Big Data Cluster 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"
|
||||
"bdc-2019-display-name": "SQL Server 2019 RC",
|
||||
"bdc-deployment-target": "デプロイ ターゲット",
|
||||
"bdc-deployment-target-new-aks": "新しい Azure Kubernetes Service クラスター",
|
||||
"bdc-deployment-target-existing-aks": "既存の Azure Kubernetes Service クラスター",
|
||||
"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": "Docker を使用して SQL Server 2017 コンテナー イメージをデプロイする",
|
||||
"docker-sql-2019-title": "Docker を使用して SQL Server 2019 コンテナー イメージをデプロイする",
|
||||
"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": "サブスクリプション ID",
|
||||
"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": "VM サイズ",
|
||||
"bdc-azure-vm-count-field": "VM 数",
|
||||
"bdc-existing-kubeadm-dialog-title": "デプロイ ターゲット: 既存の Kubernetes クラスター (kubeadm)",
|
||||
"bdc-storage-class-field": "ストレージ クラス名",
|
||||
"bdc-data-size-field": "データの容量 (GB)",
|
||||
"bdc-log-size-field": "ログの容量 (GB)",
|
||||
"resource-type-sql-windows-setup-display-name": "SQL Server on Windows",
|
||||
"resource-type-sql-windows-setup-description": "SQL Server on Windows を実行し、開始するバージョンを選択します。",
|
||||
"bdc-agreement": "{0}、{1}、{2} に同意します。",
|
||||
"bdc-agreement-privacy-statement": "Microsoft のプライバシーに関する声明",
|
||||
"bdc-agreement-azdata-eula": "azdata ライセンス条項",
|
||||
"bdc-agreement-bdc-eula": "SQL Server ライセンス条項"
|
||||
}
|
||||
Reference in New Issue
Block a user