mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-30 16:50:30 -04:00
[Loc] changes made to xlfs (#20582)
This commit is contained in:
@@ -1308,6 +1308,12 @@
|
||||
<trans-unit id="arc.postgres.server.cores.request.label">
|
||||
<source xml:lang="en">CPU request</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="arc.postgres.server.dev.use.description">
|
||||
<source xml:lang="en">Check the box to indicate this instance will be used for development or testing purposes only. This instance will not be billed.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="arc.postgres.server.dev.use.label">
|
||||
<source xml:lang="en">For development use only</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="arc.postgres.server.engine.version">
|
||||
<source xml:lang="en">Engine Version</source>
|
||||
</trans-unit>
|
||||
@@ -1317,6 +1323,9 @@
|
||||
<trans-unit id="arc.postgres.server.extensions.label">
|
||||
<source xml:lang="en">Extensions</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="arc.postgres.server.invalid.username">
|
||||
<source xml:lang="en">That username is disabled; please choose another username.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="arc.postgres.server.memory.limit.description">
|
||||
<source xml:lang="en">The memory limit of the Postgres instance on the coordinator node in GB.</source>
|
||||
</trans-unit>
|
||||
@@ -1332,12 +1341,24 @@
|
||||
<trans-unit id="arc.postgres.server.name">
|
||||
<source xml:lang="en">Server name</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="arc.postgres.server.name.placeholder">
|
||||
<source xml:lang="en">Enter server name</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="arc.postgres.server.name.validation.description">
|
||||
<source xml:lang="en">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.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="arc.postgres.server.port">
|
||||
<source xml:lang="en">Port</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="arc.postgres.server.service.type">
|
||||
<source xml:lang="en">Service type</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="arc.postgres.server.username">
|
||||
<source xml:lang="en">Admin username</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="arc.postgres.server.username.placeholder">
|
||||
<source xml:lang="en">Enter server admin login name</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="arc.postgres.server.volume.size.backups.description">
|
||||
<source xml:lang="en">The size of the storage volume to be used for backups in GB.</source>
|
||||
</trans-unit>
|
||||
@@ -1476,6 +1497,9 @@
|
||||
<trans-unit id="arc.sql.instance.name">
|
||||
<source xml:lang="en">Instance name</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="arc.sql.instance.name.placeholder">
|
||||
<source xml:lang="en">Enter instance name</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="arc.sql.instance.retention.policy.title">
|
||||
<source xml:lang="en">SQL Instance Backup Retention Policy</source>
|
||||
</trans-unit>
|
||||
@@ -1486,7 +1510,7 @@
|
||||
<source xml:lang="en">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.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="arc.sql.invalid.username">
|
||||
<source xml:lang="en">sa username is disabled, please choose another username</source>
|
||||
<source xml:lang="en">That username is disabled; please choose another username.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="arc.sql.license.type.description">
|
||||
<source xml:lang="en">Apply the Azure Hybrid Benefit if you already own a SQL Server License</source>
|
||||
@@ -1564,7 +1588,10 @@
|
||||
<source xml:lang="en">2 replicas</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="arc.sql.username">
|
||||
<source xml:lang="en">Username</source>
|
||||
<source xml:lang="en">Managed Instance admin login</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="arc.sql.username.placeholder">
|
||||
<source xml:lang="en">Enter admin name</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="arc.sql.volume.size.backups.description">
|
||||
<source xml:lang="en">The size of the storage volume to be used for backups in gibibytes.</source>
|
||||
|
||||
Reference in New Issue
Block a user