[Loc] update to arc strings (#17230)

This commit is contained in:
Alex Ma
2021-10-04 13:29:39 -07:00
committed by GitHub
parent bed0a9091d
commit 4aea582902

View File

@@ -1217,9 +1217,15 @@
<trans-unit id="arc.sql.service.tier.label">
<source xml:lang="en">Service Tier</source>
</trans-unit>
<trans-unit id="arc.sql.storage-class.backups.description">
<source xml:lang="en">The storage class to be used for backup persistent volumes. If no value is specified, the default storage class will be used.</source>
</trans-unit>
<trans-unit id="arc.sql.storage-class.data.description">
<source xml:lang="en">The storage class to be used for data (.mdf). If no value is specified, the default storage class will be used.</source>
</trans-unit>
<trans-unit id="arc.sql.storage-class.datalogs.description">
<source xml:lang="en">The storage class to be used for database logs (.ldf). If no value is specified, the default storage class will be used.</source>
</trans-unit>
<trans-unit id="arc.sql.storage-class.dc.description">
<source xml:lang="en">The storage class to be used for all data and logs persistent volumes for all data controller pods that require them.</source>
</trans-unit>
@@ -1235,6 +1241,30 @@
<trans-unit id="arc.sql.username">
<source xml:lang="en">Username</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>
</trans-unit>
<trans-unit id="arc.sql.volume.size.backups.label">
<source xml:lang="en">Volume Size in Gi (Backups)</source>
</trans-unit>
<trans-unit id="arc.sql.volume.size.data.description">
<source xml:lang="en">The size of the storage volume to be used for data in gibibytes.</source>
</trans-unit>
<trans-unit id="arc.sql.volume.size.data.label">
<source xml:lang="en">Volume Size in Gi (Data)</source>
</trans-unit>
<trans-unit id="arc.sql.volume.size.datalogs.description">
<source xml:lang="en">The size of the storage volume to be used for database logs in gibibytes.</source>
</trans-unit>
<trans-unit id="arc.sql.volume.size.datalogs.label">
<source xml:lang="en">Volume Size in Gi (Database logs)</source>
</trans-unit>
<trans-unit id="arc.sql.volume.size.logs.description">
<source xml:lang="en">The size of the storage volume to be used for logs in gibibytes.</source>
</trans-unit>
<trans-unit id="arc.sql.volume.size.logs.label">
<source xml:lang="en">Volume Size in Gi (Logs)</source>
</trans-unit>
<trans-unit id="arc.sql.wizard.page1.title">
<source xml:lang="en">Provide Azure SQL managed instance parameters</source>
</trans-unit>
@@ -1247,6 +1277,9 @@
<trans-unit id="arc.storage-class.data.label">
<source xml:lang="en">Storage Class (Data)</source>
</trans-unit>
<trans-unit id="arc.storage-class.datalogs.label">
<source xml:lang="en">Storage Class (Database logs)</source>
</trans-unit>
<trans-unit id="arc.storage-class.dc.label">
<source xml:lang="en">Storage Class</source>
</trans-unit>