[Loc] changes to arc and sql xlfs (#19957)

This commit is contained in:
Alex Ma
2022-07-07 17:02:03 -07:00
committed by GitHub
parent be006466ca
commit f8e92e11f1
2 changed files with 39 additions and 51 deletions

View File

@@ -1545,7 +1545,7 @@
<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>
<source xml:lang="en">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.</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>
@@ -1610,6 +1610,12 @@
<trans-unit id="arc.storage-class.backups.label">
<source xml:lang="en">Storage Class (Backups)</source>
</trans-unit>
<trans-unit id="arc.storage-class.backups.warning">
<source xml:lang="en">({0})</source>
</trans-unit>
<trans-unit id="arc.storage-class.backups.warning.link">
<source xml:lang="en">RWX capable</source>
</trans-unit>
<trans-unit id="arc.storage-class.data.label">
<source xml:lang="en">Storage Class (Data)</source>
</trans-unit>

View File

@@ -2393,6 +2393,12 @@
<trans-unit id="executionPlanComparisonPropertiesBottomOperation">
<source xml:lang="en">Bottom operation: {0}</source>
</trans-unit>
<trans-unit id="executionPlanComparisonPropertiesLeftOperation">
<source xml:lang="en">Left operation: {0}</source>
</trans-unit>
<trans-unit id="executionPlanComparisonPropertiesRightOperation">
<source xml:lang="en">Right operation: {0}</source>
</trans-unit>
<trans-unit id="executionPlanComparisonPropertiesTopOperation">
<source xml:lang="en">Top operation: {0}</source>
</trans-unit>
@@ -2405,6 +2411,12 @@
<trans-unit id="nodePropertyViewNameValueColumnBottomHeader">
<source xml:lang="en">Value (Bottom Plan)</source>
</trans-unit>
<trans-unit id="nodePropertyViewNameValueColumnLeftHeader">
<source xml:lang="en">Value (Left Plan)</source>
</trans-unit>
<trans-unit id="nodePropertyViewNameValueColumnRightHeader">
<source xml:lang="en">Value (Right Plan)</source>
</trans-unit>
<trans-unit id="nodePropertyViewNameValueColumnTopHeader">
<source xml:lang="en">Value (Top Plan)</source>
</trans-unit>
@@ -2503,6 +2515,9 @@
<trans-unit id="executionPlanSearchNodeAction">
<source xml:lang="en">Find Node</source>
</trans-unit>
<trans-unit id="executionPlanTopOperationsAction">
<source xml:lang="en">Top Operations</source>
</trans-unit>
<trans-unit id="executionPlanZoomInActionLabel">
<source xml:lang="en">Zoom In</source>
</trans-unit>
@@ -2519,6 +2534,23 @@
<note>{0} is the index of the graph in the execution plan tab
{1} is the relative cost in percentage of the graph to the rest of the graphs in execution plan tab </note>
</trans-unit>
</body></file>
<file original="src/sql/workbench/contrib/executionPlan/browser/topOperationsTab" source-language="en" datatype="plaintext"><body>
<trans-unit id="ep.topOperationsCopyTableData">
<source xml:lang="en">Copy</source>
</trans-unit>
<trans-unit id="ep.topOperationsCopyWithHeader">
<source xml:lang="en">Copy with Header</source>
</trans-unit>
<trans-unit id="ep.topOperationsSelectAll">
<source xml:lang="en">Select All</source>
</trans-unit>
<trans-unit id="topOperationsTabTitle">
<source xml:lang="en">Top Operations (Preview)</source>
</trans-unit>
<trans-unit id="topOperationsTableTitle">
<source xml:lang="en">Top Operations</source>
</trans-unit>
</body></file>
<file original="src/sql/workbench/contrib/executionPlan/browser/widgets/customZoomWidget" source-language="en" datatype="plaintext"><body>
<trans-unit id="cancelCustomZoomAction">
@@ -4317,56 +4349,6 @@ Error: {1}</source>
<trans-unit id="queryPlanEditor">
<source xml:lang="en">Query Plan Editor</source>
</trans-unit>
</body></file>
<file original="src/sql/workbench/contrib/queryPlan/browser/topOperations" source-language="en" datatype="plaintext"><body>
<trans-unit id="topOperations.actualExecutions">
<source xml:lang="en">Actual Executions</source>
</trans-unit>
<trans-unit id="topOperations.actualRebinds">
<source xml:lang="en">Actual Rebinds</source>
</trans-unit>
<trans-unit id="topOperations.actualRewinds">
<source xml:lang="en">Actual Rewinds</source>
</trans-unit>
<trans-unit id="topOperations.actualRows">
<source xml:lang="en">Actual Rows</source>
</trans-unit>
<trans-unit id="topOperations.estCPUCost">
<source xml:lang="en">Est CPU Cost</source>
</trans-unit>
<trans-unit id="topOperations.estCost">
<source xml:lang="en">Est Cost</source>
</trans-unit>
<trans-unit id="topOperations.estIOCost">
<source xml:lang="en">Est IO Cost</source>
</trans-unit>
<trans-unit id="topOperations.estRebinds">
<source xml:lang="en">Est Rebinds</source>
</trans-unit>
<trans-unit id="topOperations.estRewinds">
<source xml:lang="en">Est Rewinds</source>
</trans-unit>
<trans-unit id="topOperations.estRows">
<source xml:lang="en">Est Rows</source>
</trans-unit>
<trans-unit id="topOperations.estSubtreeCost">
<source xml:lang="en">Est Subtree Cost</source>
</trans-unit>
<trans-unit id="topOperations.object">
<source xml:lang="en">Object</source>
</trans-unit>
<trans-unit id="topOperations.operation">
<source xml:lang="en">Operation</source>
</trans-unit>
<trans-unit id="topOperations.parallel">
<source xml:lang="en">Parallel</source>
</trans-unit>
<trans-unit id="topOperations.partitioned">
<source xml:lang="en">Partitioned</source>
</trans-unit>
<trans-unit id="topOperationsTitle">
<source xml:lang="en">Top Operations</source>
</trans-unit>
</body></file>
<file original="src/sql/workbench/contrib/resourceDeployment/browser/resourceDeployment.contribution" source-language="en" datatype="plaintext"><body>
<trans-unit id="deployment.title">