mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
* Added username field to PG and removed defaultvalue for port * Disabled system username for miaa. Added username to pg create notebook. * Block system for pg username * Remove sql username from pg create * Add service type * bump version for preview * Add dev use label * Changed postgres icon * Fixed PG create page not displaying. Wrong type * Fixed service type * changed naming for admin usernames sql and pg * sql and pg dev use fix * Move port under service type and make storage class not required * Fixed regex to include things like sa1 system1 * Made storage class params optional * Added placeholder text and changed PG admin username label * Remove backups * Removed postgres hardcoded username in connectionstring * Remove more postgres username hardcoded Co-authored-by: Candice Ye <canye@microsoft.com>
247 lines
22 KiB
JSON
247 lines
22 KiB
JSON
{
|
|
"arc.displayName": "Azure Arc",
|
|
"arc.description": "Support for Azure Arc",
|
|
"arc.configuration.title": "Azure Arc",
|
|
"arc.view.title" : "Azure Arc Controllers",
|
|
"arc.view.welcome.connect" : "No Azure Arc controllers registered. [Learn More](https://azure.microsoft.com/services/azure-arc/)\n[Connect Controller](command:arc.connectToController)",
|
|
"arc.view.welcome.loading" : "Loading controllers...",
|
|
"command.createController.title" : "Create New Azure Arc Controller",
|
|
"command.connectToController.title": "Connect to Existing Azure Arc Controller",
|
|
"command.removeController.title": "Remove Controller",
|
|
"command.refresh.title": "Refresh",
|
|
"command.editConnection.title": "Edit Connection",
|
|
"command.estimateCostSqlMiaa.title": "Estimate Cost of SQL Managed Instance - Azure Arc",
|
|
"arc.openDashboard": "Manage",
|
|
|
|
"resource.type.azure.arc.display.name": "Azure Arc data controller",
|
|
"resource.type.azure.arc.description": "Creates an Azure Arc data controller. Ensure that you have run az login before starting this wizard.",
|
|
"arc.data.controller.new.wizard.title": "Create Azure Arc data controller",
|
|
"arc.data.controller.cluster.environment.title": "What is your target existing Kubernetes cluster environment?",
|
|
"arc.data.controller.select.cluster.title": "Select from existing Kubernetes clusters",
|
|
"arc.data.controller.kube.cluster.context": "Cluster context",
|
|
"arc.data.controller.cluster.config.profile.title": "Choose the config profile",
|
|
"arc.data.controller.cluster.config.profile": "Kubernetes configuration template",
|
|
"arc.data.controller.cluster.config.profile.description": "Choose the Kubernetes configuration template that matches with your Kubernetes distribution. This template provides defaults for storage class, service type, etc.",
|
|
"arc.data.controller.cluster.config.profile.loading": "Loading config profiles",
|
|
"arc.data.controller.cluster.config.profile.loadingcompleted": "Loading config profiles complete",
|
|
"arc.data.controller.create.azureconfig.title": "Azure Configuration",
|
|
"arc.data.controller.create.controllerconfig.title": "Controller Configuration",
|
|
"arc.data.controller.project.details.title": "Azure details",
|
|
"arc.data.controller.project.details.description": "Select the subscription to manage deployed resources and costs. Use resource groups like folders to organize and manage all your resources.",
|
|
"arc.data.controller.details.title": "Data controller details",
|
|
"arc.data.controller.details.description": "For indirect mode, namespace, name and storage class are required. This name will be used to identify your Arc instance for remote management and monitoring. For direct mode, custom location name is required.",
|
|
"arc.data.controller.indirect.display.name": "Indirect",
|
|
"arc.data.controller.direct.display.name": "Direct",
|
|
"arc.data.controller.connectivity.mode": "Connectivity mode",
|
|
"arc.data.controller.namespace": "Data controller namespace",
|
|
"arc.data.controller.namespace.description": "Data controller namespace. Indirect mode only.",
|
|
"arc.data.controller.namespace.validation.description": "Namespace must consist of lower case alphanumeric characters or '-', start/end with an alphanumeric character, and be 63 characters or fewer in length.",
|
|
"arc.data.controller.name": "Data controller name",
|
|
"arc.data.controller.name.validation.description": "Name must consist of lower case alphanumeric characters, '-' or '.', start/end with an alphanumeric character and be 253 characters or less in length.",
|
|
"arc.data.controller.location": "Location",
|
|
"arc.data.controller.location.description": "Location is only used for indirect mode deployment. This field will be ignored for direct mode.",
|
|
"arc.data.controller.infrastructure": "Infrastructure",
|
|
"arc.data.controller.custom.location": "Custom Location",
|
|
"arc.data.controller.custom.location.description": "The name of the custom location. Direct mode only.",
|
|
"arc.data.controller.cluster.name": "Cluster Name",
|
|
"arc.data.controller.cluster.name.description": "The name of the cluster. Direct mode only.",
|
|
"arc.data.controller.auto.upload.metrics": "Auto-upload Metrics",
|
|
"arc.data.controller.auto.upload.metrics.description": "Enable the automatic upload of metrics. Direct mode only.",
|
|
"arc.data.controller.auto.upload.logs": "Auto-upload Logs",
|
|
"arc.data.controller.auto.upload.logs.description": "Enable the automatic upload of logs. Direct mode only.",
|
|
"arc.data.controller.log.analytics.workspace.names": "Log Analytics workspace",
|
|
"arc.data.controller.log.analytics.workspace.id": "Log Analytics workspace ID",
|
|
"arc.data.controller.log.analytics.primary.key": "Log Analytics primary key",
|
|
|
|
"arc.data.controller.metrics.and.logs.dashboard.credentials.title": "Metrics and Logs Dashboard Credentials",
|
|
"arc.data.controller.metrics.and.logs.dashboard.credentials.username": "Username",
|
|
"arc.data.controller.metrics.and.logs.dashboard.credentials.username.description": "Enter the username that will be used for the metrics and logs dashboards.",
|
|
"arc.data.controller.metrics.and.logs.dashboard.credentials.password": "Password",
|
|
"arc.data.controller.metrics.and.logs.dashboard.credentials.password.description": "Enter the password that will be used to log in to the metrics and logs dashboards.",
|
|
"arc.data.controller.metrics.and.logs.dashboard.credentials.confirm.password": "Confirm password",
|
|
"arc.data.controller.create.summary.title": "Review your configuration",
|
|
"arc.data.controller.summary.arc.data.controller": "Azure Arc data controller",
|
|
"arc.data.controller.summary.estimated.cost.per.month": "Estimated cost per month",
|
|
"arc.data.controller.summary.arc.by.microsoft" : "by Microsoft",
|
|
"arc.data.controller.summary.free" : "Free",
|
|
"arc.data.controller.summary.arc.terms.of.use" : "Terms of use",
|
|
"arc.data.controller.summary.arc.terms.separator" : "|",
|
|
"arc.data.controller.summary.arc.terms.privacy.policy" : "Privacy policy",
|
|
"arc.data.controller.summary.terms" : "Terms",
|
|
"arc.data.controller.summary.terms.description": "By clicking 'Script to notebook', I (a) agree to the legal terms and privacy statement(s) associated with the Marketplace offering(s) listed above; (b) authorize Microsoft to bill my current payment method for the fees associated with the offering(s), with the same billing frequency as my Azure subscription; and (c) agree that Microsoft may share my contact, usage and transactional information with the provider(s) of the offering(s) for support, billing and other transactional activities. Microsoft does not provide rights for third-party offerings. For additional details see {0}.",
|
|
"arc.data.controller.summary.terms.link.text": "Azure Marketplace Terms",
|
|
"arc.data.controller.summary.kubernetes": "Kubernetes",
|
|
"arc.data.controller.summary.kube.config.file.path": "Kube config file path",
|
|
"arc.data.controller.summary.cluster.context": "Cluster context",
|
|
"arc.data.controller.summary.cluster.name": "Cluster name",
|
|
"arc.data.controller.summary.profile": "Config profile",
|
|
"arc.data.controller.summary.username": "Username",
|
|
"arc.data.controller.summary.azure": "Azure",
|
|
"arc.data.controller.summary.subscription": "Subscription",
|
|
"arc.data.controller.summary.resource.group": "Resource group",
|
|
"arc.data.controller.summary.data.controller.name": "Data controller name",
|
|
"arc.data.controller.summary.data.controller.namespace": "Data controller namespace",
|
|
"arc.data.controller.summary.data.controller.custom.location": "Data controller custom location",
|
|
"arc.data.controller.summary.data.controller.infrastructure": "Data controller infrastructure",
|
|
"arc.data.controller.summary.controller": "Controller",
|
|
"arc.data.controller.summary.location": "Location",
|
|
"arc.data.controller.readmore": "Read more",
|
|
"microsoft.agreement.privacy.statement":"Microsoft Privacy Statement",
|
|
"deploy.script.action":"Script to notebook",
|
|
"deploy.done.action":"Deploy",
|
|
|
|
"resource.type.arc.sql.display.name": "Azure SQL managed instance - Azure Arc",
|
|
"resource.type.arc.postgres.display.name": "PostgreSQL Server - Azure Arc (Preview)",
|
|
"resource.type.arc.sql.description": "Managed SQL Instance service for app developers in a customer-managed environment",
|
|
"resource.type.arc.postgres.description": "Deploy a PostgreSQL server into an Azure Arc environment",
|
|
"arc.controller": "Target Azure Arc Controller",
|
|
|
|
|
|
"arc.sql.wizard.title": "Deploy Azure SQL managed instance - Azure Arc",
|
|
"arc.sql.wizard.page1.title": "Provide Azure SQL managed instance parameters",
|
|
"arc.sql.connection.settings.section.title": "SQL Connection information",
|
|
"arc.sql.instance.settings.section.title": "SQL Instance settings",
|
|
"arc.sql.instance.retention.policy.title": "SQL Instance Backup Retention Policy",
|
|
"arc.azure.section.title": "Azure information",
|
|
"arc.sql.instance.name": "Instance name",
|
|
"arc.sql.instance.name.placeholder": "Enter instance name",
|
|
"arc.sql.username": "Managed Instance admin login",
|
|
"arc.sql.username.placeholder": "Enter admin name",
|
|
"arc.sql.invalid.username": "That username is disabled; please choose another username.",
|
|
"arc.sql.invalid.instance.name": "Instance name must consist of lower case alphanumeric characters or '-', start with a letter, end with an alphanumeric character, and be 13 characters or fewer in length.",
|
|
"arc.storage-class.dc.label": "Storage Class",
|
|
"arc.sql.storage-class.dc.description": "The storage class to be used for all data and logs persistent volumes for all data controller pods that require them.",
|
|
"arc.sql.high.availability": "High availability",
|
|
"arc.sql.high.availability.description": "Enable additional replicas for high availabilty. The compute and storage configuration selected below will be applied to all replicas.",
|
|
"arc.sql.service.tier.general.purpose": "General Purpose (Up to 24 vCores and 128 Gi of RAM, standard high availability)",
|
|
"arc.sql.service.tier.business.critical": "Business Critical (Unlimited vCores and RAM, advanced high availability)",
|
|
"arc.sql.one.replica": "1 replica",
|
|
"arc.sql.two.replicas": "2 replicas",
|
|
"arc.sql.three.replicas": "3 replicas",
|
|
"arc.sql.sync.secondaries.label": "Synchronized secondaries required to commit",
|
|
"arc.sql.sync.secondaries.description": "The number of synchronous replicas required to commit a transaction before the primary replica is allowed to commit. Setting this value to -1 will set the number of required synchronized secondaries to '(# of replicas - 1) / 2', rounded down.",
|
|
"arc.sql.readable.secondaries.label": "Readable secondary replicas",
|
|
"arc.sql.readable.secondaries.description": "The number of readable secondary replicas.",
|
|
"arc.storage-class.data.label": "Storage Class (Data)",
|
|
"arc.sql.storage-class.data.description": "The storage class to be used for data (.mdf). If no value is specified, the default storage class will be used.",
|
|
"arc.sql.cost.summary.sql.miaa.cost.summary": "SQL Managed Instance - Azure Arc Cost Summary",
|
|
"arc.sql.cost.summary.sql.miaa": "SQL managed instance - Azure Arc",
|
|
"arc.sql.cost.summary.estimated.cost.per.month": "Estimated cost per month",
|
|
"arc.sql.summary.arc.by.microsoft" : "by Microsoft",
|
|
"arc.sql.cost.summary": "Cost Summary",
|
|
"arc.sql.cost.summary.service.tier": "Service Tier",
|
|
"arc.sql.cost.summary.general.purpose": "General Purpose",
|
|
"arc.sql.cost.summary.business.critical": "Business Critical",
|
|
"arc.sql.cost.summary.cost.vcore": "Cost per vCore (in USD)",
|
|
"arc.sql.cost.summary.vcore.limit": "CPU vCores Limit",
|
|
"arc.sql.cost.summary.billable.replicas": "Billable replicas",
|
|
"arc.sql.cost.summary.azure.hybrid.benefit.discount": "Azure Hybrid Benefit discount (in USD)",
|
|
"arc.sql.cost.summary.sql.connection.info": "SQL Connection Information",
|
|
"arc.sql.cost.summary.sql.instance.settings": "SQL Instance Settings",
|
|
"arc.sql.cost.summary.service.tier.learn.more.description": "Select from the latest vCore service tiers available for SQL Managed Instance - Azure Arc including General Purpose and Business Critical.",
|
|
"arc.sql.cost.summary.service.tier.learn.more.text": "Learn more",
|
|
"arc.sql.cost.summary.basics": "Basics",
|
|
"arc.sql.cost.summary.subscription": "Subscription",
|
|
"arc.sql.cost.summary.resource.group": "Resource group",
|
|
"arc.sql.cost.summary.instance.name": "Instance name",
|
|
"arc.sql.cost.summary.custom.location": "Custom location",
|
|
"arc.sql.cost.summary.admin.account": "Administrator account",
|
|
"arc.sql.cost.summary.managed.instance.admin.login": "Managed Instance admin login",
|
|
"arc.sql.cost.summary.additional.charge": "Additional charge per usage. See {0} for more detail.",
|
|
"arc.sql.cost.summary.pricing.details": "pricing details",
|
|
"arc.postgres.storage-class.data.description": "The storage class to be used for data persistent volumes",
|
|
"arc.storage-class.datalogs.label": "Storage Class (Database logs)",
|
|
"arc.sql.storage-class.datalogs.description": "The storage class to be used for database logs (.ldf). If no value is specified, the default storage class will be used.",
|
|
"arc.storage-class.logs.label": "Storage Class (Logs)",
|
|
"arc.sql.storage-class.logs.description": "The storage class to be used for logs (/var/log). If no value is specified, the default storage class will be used.",
|
|
"arc.postgres.storage-class.logs.description": "The storage class to be used for logs persistent volumes",
|
|
"arc.storage-class.backups.warning": "({0})",
|
|
"arc.storage-class.backups.warning.link": "RWX capable",
|
|
"arc.storage-class.backups.label": "Storage Class (Backups)",
|
|
"arc.sql.storage-class.backups.description": "The storage class to be used for Backups. If no value is specified, backups will be stored in same storage class assigned to Data. Must be a RWX capable storage class.",
|
|
"arc.sql.volume.size.data.label": "Volume Size in Gi (Data)",
|
|
"arc.sql.volume.size.data.description": "The size of the storage volume to be used for data in gibibytes.",
|
|
"arc.sql.volume.size.datalogs.label": "Volume Size in Gi (Database logs)",
|
|
"arc.sql.volume.size.datalogs.description": "The size of the storage volume to be used for database logs in gibibytes.",
|
|
"arc.sql.volume.size.logs.label": "Volume Size in Gi (Logs)",
|
|
"arc.sql.volume.size.logs.description": "The size of the storage volume to be used for logs in gibibytes.",
|
|
"arc.sql.volume.size.backups.label": "Volume Size in Gi (Backups)",
|
|
"arc.sql.volume.size.backups.description": "The size of the storage volume to be used for backups in gibibytes.",
|
|
"arc.cores-limit.label": "Cores Limit",
|
|
"arc.sql.cores-limit.description": "The cores limit of the managed instance as an integer.",
|
|
"arc.cores-request.label": "Cores Request",
|
|
"arc.sql.cores-request.description": "The request for cores of the managed instance as an integer.",
|
|
"arc.memory-limit.label": "Memory Limit",
|
|
"arc.sql.memory-limit.description": "The limit of the capacity of the managed instance as an integer.",
|
|
"arc.memory-request.label": "Memory Request",
|
|
"arc.sql.memory-request.description": "The request for the capacity of the managed instance as an integer amount of memory in GBs.",
|
|
"arc.sql.service.tier.label": "Service Tier",
|
|
"arc.sql.service.tier.description": "Select from the latest vCore service tiers available for SQL Managed Instance - Azure Arc including General Purpose and Business Critical.",
|
|
"arc.sql.dev.use.label": "For development use only",
|
|
"arc.sql.dev.use.description": "Check the box to indicate this instance will be used for development or testing purposes only. This instance will not be billed.",
|
|
"arc.sql.license.type.label": "I already have a SQL Server License",
|
|
"arc.sql.license.type.description": "Apply the Azure Hybrid Benefit if you already own a SQL Server License",
|
|
"arc.sql.pitr.description": "Point in time restore",
|
|
"arc.sql.retention.days.label": "Point in time retention (days)",
|
|
"arc.sql.retention.days.description": "Specify how long you want to keep your point-in-time backups.",
|
|
"arc.postgres.storage-class.backups.description": "The storage class to be used for backup persistent volumes",
|
|
"arc.password": "Password",
|
|
"arc.confirm.password": "Confirm password",
|
|
"arc.azure.account": "Azure account",
|
|
"arc.azure.subscription": "Azure subscription",
|
|
"arc.azure.resource.group": "Azure resource group",
|
|
"arc.azure.location": "Azure location",
|
|
"arc.postgres.wizard.title": "Deploy a PostgreSQL Server - Azure Arc (Preview)",
|
|
"arc.postgres.wizard.page1.title": "Provide PostgreSQL server parameters",
|
|
"arc.postgres.settings.section.title": "General settings",
|
|
"arc.postgres.settings.resource.compute.config.title": "Compute Configuration",
|
|
"arc.postgres.settings.storage.title": "Storage settings",
|
|
"arc.postgres.server.name": "Server name",
|
|
"arc.postgres.server.name.placeholder": "Enter server name",
|
|
"arc.postgres.server.name.validation.description": "Server name must consist of lower case alphanumeric characters or '-', start with a letter, end with an alphanumeric character, and be 11 characters or fewer in length.",
|
|
"arc.postgres.server.port": "Port",
|
|
"arc.postgres.server.engine.version": "Engine Version",
|
|
"arc.postgres.server.extensions.label": "Extensions",
|
|
"arc.postgres.server.extensions.description": "A comma-separated list of the Postgres extensions that should be loaded on startup. Please refer to the postgres documentation for supported values.",
|
|
"arc.postgres.server.volume.size.data.label": "Volume Size GB (Data)",
|
|
"arc.postgres.server.volume.size.data.description": "The size of the storage volume to be used for data in GB.",
|
|
"arc.postgres.server.volume.size.logs.label": "Volume Size GB (Logs)",
|
|
"arc.postgres.server.volume.size.logs.description": "The size of the storage volume to be used for logs in GB.",
|
|
"arc.postgres.server.volume.size.backups.label": "Volume Size GB (Backups)",
|
|
"arc.postgres.server.volume.size.backups.description": "The size of the storage volume to be used for backups in GB.",
|
|
"arc.postgres.server.cores.request.label": "CPU request",
|
|
"arc.postgres.server.cores.request.description": "The minimum number of CPU cores that must be available on the coordinator node to schedule the service. Fractional cores are supported.",
|
|
"arc.postgres.server.cores.limit.label": "CPU limit",
|
|
"arc.postgres.server.cores.limit.description": "The maximum number of CPU cores for the Postgres instance that can be used on the coordinator node. Fractional cores are supported.",
|
|
"arc.postgres.server.memory.request.label": "Memory request (GB)",
|
|
"arc.postgres.server.memory.request.description": "The memory request of the Postgres instance on the coordinator node in GB.",
|
|
"arc.postgres.server.memory.limit.label": "Memory limit (GB)",
|
|
"arc.postgres.server.memory.limit.description": "The memory limit of the Postgres instance on the coordinator node in GB.",
|
|
"arc.postgres.server.username": "Admin username",
|
|
"arc.postgres.server.username.placeholder": "Enter server admin login name",
|
|
"arc.postgres.server.invalid.username": "That username is disabled; please choose another username.",
|
|
"arc.postgres.server.service.type": "Service type",
|
|
"arc.postgres.server.dev.use.label": "For development use only",
|
|
"arc.postgres.server.dev.use.description": "Check the box to indicate this instance will be used for development or testing purposes only. This instance will not be billed.",
|
|
"arc.agreement": "I accept {0} and {1}.",
|
|
"arc.agreement.sql.terms.conditions": "Azure SQL managed instance - Azure Arc terms and conditions",
|
|
"arc.agreement.postgres.terms.conditions": "PostgreSQL Server - Azure Arc terms and conditions",
|
|
"should.be.integer": "Value must be an integer",
|
|
"worker.node.count.should.not.be.one": "Value of 1 is not supported.",
|
|
"requested.cores.less.than.or.equal.to.cores.limit": "Requested cores must be less than or equal to cores limit",
|
|
"cores.limit.greater.than.or.equal.to.requested.cores": "Cores limit must be greater than or equal to requested cores",
|
|
"requested.memory.less.than.or.equal.to.memory.limit": "Requested memory must be less than or equal to memory limit",
|
|
"memory.limit.greater.than.or.equal.to.requested.memory": "Memory limit must be greater than or equal to requested memory",
|
|
"arc.agreement.sql.help.text": "Azure Arc-enabled Managed Instance provides SQL Server access and feature compatibility that can be deployed on the infrastructure of your choice. {0}. \n \n By clicking 'Script to notebook' or 'Deploy', I (a) agree to the legal terms and privacy statement(s) associated with the Marketplace offering(s) listed below; (b) authorize Microsoft to bill my current payment method for the fees associated with the offering(s), with the same billing frequency as my Azure subscription; and (c) agree that Microsoft may share my contact, usage and transactional information with the provider(s) of the offering(s) for support, billing and other transactional activities. Microsoft does not provide rights for third-party offerings. For additional details see {1}, {2}, and {3}.",
|
|
"arc.agreement.help.text.learn.more": "Learn more",
|
|
"arc.agreement.sql.help.text.learn.more.ariaLabel": "Learn more about Azure Arc-enabled Managed Instance",
|
|
"arc.sql.pitr.retention.description": "Configure retention for point-in-time backups. {0}",
|
|
"arc.data.controller.help.text": "The Kubernetes cluster must already be arc-enabled with the az connectedk8s connect command. Please use our {0} to learn more.",
|
|
"arc.data.controller.help.text.documentation.page": "documentation page",
|
|
"arc.agreement.help.text.terms.of.use": "Terms of use",
|
|
"arc.agreement.help.text.privacy.policy": "Privacy policy",
|
|
"arc.agreement.help.text.azure.marketplace.terms": "Azure Marketplace Terms",
|
|
"arc.agreement.postgres.help.text": "PostgreSQL Server - Azure Arc is one of the database engines available as part of Azure Arc-enabled data services and it can be deployed on the infrastructure of your choice. {0}. \n \n By clicking 'Script to notebook' or 'Deploy', I (a) agree to the legal terms and privacy statement(s) associated with the Marketplace offering(s) listed below; (b) authorize Microsoft to bill my current payment method for the fees associated with the offering(s), with the same billing frequency as my Azure subscription; and (c) agree that Microsoft may share my contact, usage and transactional information with the provider(s) of the offering(s) for support, billing and other transactional activities. Microsoft does not provide rights for third-party offerings. For additional details see {1}, {2}, and {3}.",
|
|
"arc.agreement.postgres.help.text.learn.more.ariaLabel": "Learn more about PostgreSQL Server - Azure Arc"
|
|
}
|