LEGO: check in for main to temporary branch. (#18785)

Co-authored-by: Alex Ma <alma1@microsoft.com>
This commit is contained in:
csigs
2022-03-21 10:15:02 -07:00
committed by GitHub
parent e4a3ec1aac
commit aaef400194
15 changed files with 181 additions and 1 deletions

View File

@@ -1298,6 +1298,9 @@
<Item ItemId=";(...) rror" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Table schema validation failed with error: {0}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Fehler bei der Tabellenschemaüberprüfung, Fehler: {0}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
@@ -3168,6 +3171,9 @@
<Item ItemId=";src/sql/workbench/browser/designer/designer.designer.issueCountAlert" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} validation issues found.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[{0} Überprüfungsprobleme wurden gefunden.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
@@ -6780,12 +6786,18 @@
<Item ItemId=";src/sql/workbench/contrib/executionPlan/browser/executionPlan.executionPlanFileLoadingComplete" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Execution plans are generated]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Ausführungspläne werden generiert]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";src/sql/workbench/contrib/executionPlan/browser/executionPlan.executionPlanFileLoadingFailed" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Failed to load execution plan]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Fehler beim Laden des Ausführungsplans]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
@@ -6864,6 +6876,9 @@
<Item ItemId=";src/sql/workbench/contrib/executionPlan/browser/executionPlan.loadingExecutionPlanFile" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Generating execution plans]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Ausführungspläne werden generiert]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
@@ -6879,6 +6894,9 @@
<Item ItemId=";src/sql/workbench/contrib/executionPlan/browser/executionPlanEditor.executionPlanEditor" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Query Execution Plan Editor]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Abfrageausführungsplan-Editor]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
@@ -14385,18 +14403,27 @@
<Item ItemId=";src/sql/workbench/services/executionPlan/common/executionPlanService.noHandlerRegistered" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[No valid execution plan handler is registered]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Es ist kein gültiger Handler für den Ausführungsplan registriert]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";src/sql/workbench/services/executionPlan/common/executionPlanService.providerIdNotValidError" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Valid provider is required in order to interact with ExecutionPlanService]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Für die Interaktion mit ExecutionPlanService ist ein gültiger Anbieter erforderlich]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";src/sql/workbench/services/executionPlan/common/executionPlanService.selectExecutionPlanProvider" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Select a provider to open execution plan]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Anbieter auswählen, um den Ausführungsplan zu öffnen]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
@@ -16776,6 +16803,9 @@
<Item ItemId=";src/sql/workbench/services/tableDesigner/browser/tableDesignerComponentInput.tableDesigner.inputValidationError" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The input validation failed with error: {0}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Fehler bei der Eingabeüberprüfung, Fehler: {0}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>