mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
70 lines
3.6 KiB
JSON
70 lines
3.6 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",
|
|
|
|
"validation.wizard.display.name": "Validation Wizard",
|
|
"validation.wizard.description": "A wizard to test out validations",
|
|
|
|
"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",
|
|
|
|
"cores-limit.label": "Cores Limit",
|
|
"cores-limit.description": "The cores limit must be an integer.",
|
|
"cores-request.label": "Cores Request",
|
|
"cores-request.description": "The requested cores must be an integer.",
|
|
|
|
"requested.cores.should.be.integer": "Requested cores must be an integer",
|
|
"cores.limit.should.be.integer": "Cores limit must be an integer",
|
|
"requested.cores.less.than.or.equal.to.cores.limit": "Requested cores must be <= cores limit",
|
|
"cores.limit.greater.than.or.equal.to.requested.cores": "Cores limit must be >= requested cores"
|
|
}
|