[Loc] added changes for executionPlan strings (#20829)

This commit is contained in:
Alex Ma
2022-10-12 17:00:21 -07:00
committed by GitHub
parent d4552cf176
commit 8ae1e1630a

View File

@@ -2671,6 +2671,9 @@
<trans-unit id="executionPlanOff">
<source xml:lang="en">Off</source>
</trans-unit>
<trans-unit id="executionPlanSelectExpenseMetricTitle">
<source xml:lang="en">Select expense metric</source>
</trans-unit>
<trans-unit id="executionPlanSubtreeCost">
<source xml:lang="en">Subtree Cost</source>
</trans-unit>
@@ -2709,12 +2712,21 @@
<trans-unit id="cancelSearchAction">
<source xml:lang="en">Close</source>
</trans-unit>
<trans-unit id="executionPlanEnterValueTitle">
<source xml:lang="en">Enter search value</source>
</trans-unit>
<trans-unit id="executionPlanSearchTypeContains">
<source xml:lang="en">Contains</source>
</trans-unit>
<trans-unit id="executionPlanSearchTypeEquals">
<source xml:lang="en">Equals</source>
</trans-unit>
<trans-unit id="executionPlanSelectPropertyTitle">
<source xml:lang="en">Select property</source>
</trans-unit>
<trans-unit id="executionPlanSelectSearchTypeTitle">
<source xml:lang="en">Select search type</source>
</trans-unit>
<trans-unit id="nextSearchItemAction">
<source xml:lang="en">Next Match</source>
</trans-unit>