Files
2021-11-22 15:49:05 -08:00

91 lines
5.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",
"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",
"option-sample-type": "Sample Type",
"option-wizard": "Wizard",
"option-value-provider": "Value Provider",
"option-options": "Options",
"resource.type.sample.display.name": "Sample Deployment Types",
"resource.type.sample.description": "Provides samples of various deployment types and their options",
"validation.wizard.display.name": "Validation Wizard",
"validation.wizard.description": "A wizard to test out validations",
"sample.value-provider.title": "Value Provider Sample",
"sample.value-provider.single.title": "Single Trigger Value Provider Sample",
"sample.value-provider.single.field.label": "Field using single trigger field",
"sample.value-provider.trigger-name.label": "Trigger field (name)",
"sample.value-provider.trigger-place.label": "Trigger field (place)",
"sample.value-provider.multiple.title": "Multiple Trigger Value Provider Sample",
"sample.value-provider.multiple.field.label": "Field using multiple trigger fields",
"sample.options.title": "Options Samples",
"sample.options.stringarray.title": "Sample string array options",
"sample.options.categoryvalue.title": "Sample CategoryValue array options",
"sample.options.stringarray.label": "Option list provided by static string array",
"sample.options.stringarray.description": "Note that you can use localized values if you want. (Including mixing both localized and unlocalized values but that isn't recommended)",
"sample.options.categoryvalue.label": "Option list provided by static azdata.CategoryValue array",
"sample.options.categoryvalue.description": "The variable will store the name property of the currently selected option",
"sample.options.value1.displayname": "Value 1 Display Name",
"sample.options.value2.displayname": "Value 2 Display Name",
"sample.options.value3.displayname": "Value 3 Display Name",
"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"
}