[Loc] update to sql XLF for 10/7/2022 (#20772)

This commit is contained in:
Alex Ma
2022-10-07 16:31:25 -07:00
committed by GitHub
parent 676f5f390c
commit 711203ac40

View File

@@ -2353,7 +2353,7 @@
</body></file> </body></file>
<file original="src/sql/workbench/contrib/executionPlan/browser/compareExecutionPlanInput" source-language="en" datatype="plaintext"><body> <file original="src/sql/workbench/contrib/executionPlan/browser/compareExecutionPlanInput" source-language="en" datatype="plaintext"><body>
<trans-unit id="epCompare.editorName"> <trans-unit id="epCompare.editorName">
<source xml:lang="en">Compare Execution Plans</source> <source xml:lang="en">CompareExecutionPlans</source>
</trans-unit> </trans-unit>
</body></file> </body></file>
<file original="src/sql/workbench/contrib/executionPlan/browser/constants" source-language="en" datatype="plaintext"><body> <file original="src/sql/workbench/contrib/executionPlan/browser/constants" source-language="en" datatype="plaintext"><body>
@@ -2415,6 +2415,12 @@
<trans-unit id="epCompare.zoomToFit"> <trans-unit id="epCompare.zoomToFit">
<source xml:lang="en">Zoom to fit</source> <source xml:lang="en">Zoom to fit</source>
</trans-unit> </trans-unit>
<trans-unit id="executionPlanDisableTooltip">
<source xml:lang="en">Tooltips disabled</source>
</trans-unit>
<trans-unit id="executionPlanEnableTooltip">
<source xml:lang="en">Tooltips enabled</source>
</trans-unit>
<trans-unit id="queryDropdownPrefix"> <trans-unit id="queryDropdownPrefix">
<source xml:lang="en">Query {0} of {1}: {2}</source> <source xml:lang="en">Query {0} of {1}: {2}</source>
</trans-unit> </trans-unit>
@@ -2502,6 +2508,12 @@
<trans-unit id="ep.topOperationsCopyTableData"> <trans-unit id="ep.topOperationsCopyTableData">
<source xml:lang="en">Copy</source> <source xml:lang="en">Copy</source>
</trans-unit> </trans-unit>
<trans-unit id="executionPlanCollapseAllProperties">
<source xml:lang="en">Collapse All</source>
</trans-unit>
<trans-unit id="executionPlanExpandAllProperties">
<source xml:lang="en">Expand All</source>
</trans-unit>
<trans-unit id="executionPlanPropertyViewClose"> <trans-unit id="executionPlanPropertyViewClose">
<source xml:lang="en">Close</source> <source xml:lang="en">Close</source>
</trans-unit> </trans-unit>