Files
azuredatastudio/samples/sample-resource-deployment/package.nls.json
Arvind Ranasaria 9cf80113fc controller dropdown field to SQL MIAA and Postgres deployment. (#12217)
* saving first draft

* throw if no controllers

* cleanup

* bug fixes

* bug fixes and caching controller access

* pr comments and bug fixes.

* fixes

* fixes

* comment fix

* remove debug prints

* comment fixes

* remove debug logs

* inputValueTransformer returns string|Promise

* PR feedback

* pr fixes

* remove _ from protected fields

* anonymous to full methods

* small fixes
2020-09-15 14:47:49 -07:00

58 lines
3.0 KiB
JSON

{
"extension-displayName": "Sample resource deployment extension for Azure Data Studio",
"extension-description": "You can contribute a resource deployment type without any coding",
"resource-type-display-name": "X Data Service",
"resource-type-description": "X Data Service provides a full set of features...",
"option-display-name": "Edition",
"option-value-name-1": "Evaluation",
"option-value-name-2": "Standard",
"dialog-title-1": "Start Evaluation of X Data Service",
"dialog-title-2": "Deploy X Data Service",
"deployment-notebook-1": "./notebooks/deploy-x-data-service-1.ipynb",
"deployment-notebook-2": "./notebooks/deploy-x-data-service-2.ipynb",
"text-field": "text field",
"password-field": "password field",
"kube.cluster.context": "Kube cluster context",
"number-field": "numeric field",
"confirm-password": "confirm password",
"agreement": "I accept {0} and {1}.",
"agreement-1-name": "Agreement 1",
"agreement-2-name": "Agreement 2",
"resource.type.wizard.display.name": "Test controller",
"resource.type.wizard.description": "Creates a Test controller",
"wizard.new.wizard.title": "Create Test controller",
"wizard.cluster.environment.title": "What is your target existing Kubernetes cluster environment?",
"wizard.select.cluster.title": "Select from installed existing Kubernetes clusters",
"wizard.kube.cluster.context": "Cluster context",
"wizard.cluster.config.profile.title": "Choose the config profile",
"wizard.cluster.config.profile": "Config profile",
"wizard.data.controllers": "Pick a data controller",
"wizard.dropdown.options.field": "dropdown field",
"wizard.project.details.title": "Project details",
"wizard.project.details.description": "Project details for Contoso corporation",
"wizard.data.controller.create.summary.title": "Review your configuration",
"wizard.summary.data.controller": "Test controller",
"wizard.summary.estimated.cost.per.month": "Estimated cost per month",
"wizard.summary.by.contoso" : "by Contoso",
"wizard.summary.free" : "Free",
"wizard.summary.terms.of.use" : "Terms of use",
"wizard.summary.terms.privacy.policy" : "Privacy policy",
"wizard.summary.terms" : "Terms",
"wizard.summary.terms.description": "By clicking 'Script to notebook', I (a) agree to the legal terms and privacy statement(s) associated with the doing business with Contoso.",
"wizard.summary.kubernetes": "Kubernetes",
"wizard.summary.kube.config.file.path": "Kube config file path",
"wizard.summary.cluster.context": "Cluster context",
"wizard.summary.profile": "Config profile",
"wizard.summary.controller": "Controller",
"wizard.summary.controller.endpoint": "Controller endpoint",
"wizard.summary.controller.username": "Controller username",
"wizard.summary.controller.password": "Controller password",
"wizard.data.controller.agreement": "I accept {0} and {1}.",
"contoso.agreement.privacy.statement":"contoso Privacy Statement",
"wizard.agreement.contosoCmd.eula":"contoso cmd license terms",
"deploy.wizard.action":"Script to notebook"
}