Skip to content

Commit

Permalink
[Loc] update to xlfs 10-9-2023 (#24626)
Browse files Browse the repository at this point in the history
  • Loading branch information
smartguest authored Oct 10, 2023
1 parent 587d31a commit e1694e5
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 3 deletions.
6 changes: 6 additions & 0 deletions resources/xlf/en/Microsoft.mssql.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,9 @@
<trans-unit id="objectManagement.azurePricingLink">
<source xml:lang="en">Azure SQL Database pricing calculator</source>
</trans-unit>
<trans-unit id="objectManagement.backButtonLabel">
<source xml:lang="en">Back</source>
</trans-unit>
<trans-unit id="objectManagement.databaseProperties.backupSectionHeader">
<source xml:lang="en">Backup</source>
</trans-unit>
Expand Down Expand Up @@ -483,6 +486,9 @@
<trans-unit id="objectManagement.databaseProperties.filegroupText">
<source xml:lang="en">Filegroup</source>
</trans-unit>
<trans-unit id="objectManagement.filegroupsNameInput">
<source xml:lang="en">Filegroup Name</source>
</trans-unit>
<trans-unit id="objectManagement.filegroupsSectionHeader">
<source xml:lang="en">Filegroups</source>
</trans-unit>
Expand Down
23 changes: 22 additions & 1 deletion resources/xlf/en/Microsoft.sql-migration.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -1603,6 +1603,12 @@
<trans-unit id="sql.migration.service.selection.location.msg">
<source xml:lang="en">Please select the location of your database backup files before continuing.</source>
</trans-unit>
<trans-unit id="sql.migration.sku.targetStorageConfiguration.disktype.PremiumSsd">
<source xml:lang="en">Premium SSD</source>
</trans-unit>
<trans-unit id="sql.migration.sku.targetStorageConfiguration.disktype.PremiumSsdV2">
<source xml:lang="en">Premium SSD v2</source>
</trans-unit>
<trans-unit id="sql.migration.sku.azureConfiguration.premiumSeries">
<source xml:lang="en">Premium-series</source>
</trans-unit>
Expand Down Expand Up @@ -2083,6 +2089,12 @@
<trans-unit id="sql.migration.source.version">
<source xml:lang="en">Source version</source>
</trans-unit>
<trans-unit id="sql.migration.sku.targetStorageConfiguration.disktype.standardHdd">
<source xml:lang="en">Standard HDD</source>
</trans-unit>
<trans-unit id="sql.migration.sku.targetStorageConfiguration.disktype.StandardSsd">
<source xml:lang="en">Standard SSD</source>
</trans-unit>
<trans-unit id="sql.migration.sku.azureRecommendation.start">
<source xml:lang="en">Start</source>
</trans-unit>
Expand Down Expand Up @@ -2473,9 +2485,15 @@
<trans-unit id="sql.migration.impact.object.type">
<source xml:lang="en">Type: {0}</source>
</trans-unit>
<trans-unit id="sql.migration.sku.targetStorageConfiguration.disktype.UltraSsd">
<source xml:lang="en">Ultra SSD</source>
</trans-unit>
<trans-unit id="sql.migration.restore.backuptype.unknown">
<source xml:lang="en">Unknown</source>
</trans-unit>
<trans-unit id="sql.migration.sku.targetStorageConfiguration.disktype.unknown">
<source xml:lang="en">Unknown disk type</source>
</trans-unit>
<trans-unit id="sql.migration.field.label.unrestorable.files">
<source xml:lang="en">Unrestorable files</source>
</trans-unit>
Expand Down Expand Up @@ -2768,7 +2786,10 @@
<source xml:lang="en">{0} sec</source>
</trans-unit>
<trans-unit id="sql.migration.sku.azureConfiguration.storage">
<source xml:lang="en">{0} x {1}</source>
<source xml:lang="en">{0} x {1} </source>
</trans-unit>
<trans-unit id="sql.migration.sku.azureConfiguration.disk">
<source xml:lang="en">{0} {1}GB ({2} IOPS, {3} MB/s)</source>
</trans-unit>
<trans-unit id="sql.migration.sku.percentage">
<source xml:lang="en">{0}%</source>
Expand Down
4 changes: 2 additions & 2 deletions resources/xlf/en/sql.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -5922,8 +5922,8 @@ Error Message: {1}</source>
</trans-unit>
</body></file>
<file original="src/sql/workbench/services/fileBrowser/browser/fileBrowserDialog" source-language="en" datatype="plaintext"><body>
<trans-unit id="fileBrowser.discard">
<source xml:lang="en">Discard</source>
<trans-unit id="fileBrowser.back">
<source xml:lang="en">Back</source>
</trans-unit>
<trans-unit id="fileBrowser.ok">
<source xml:lang="en">OK</source>
Expand Down

0 comments on commit e1694e5

Please sign in to comment.