mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-14 18:47:44 -05:00
[Loc] changes to xlf and resx files for 5/26/2022 (#1517)
This commit is contained in:
@@ -4132,7 +4132,7 @@
|
||||
<source>Cost: {0} %</source>
|
||||
<target state="translated">Kosten: {0} %</target>
|
||||
<note>"Cost: {0} percent" String to format.
|
||||
Parameters: 0 - x (int) </note>
|
||||
Parameters: 0 - x (string) </note>
|
||||
</trans-unit>
|
||||
<trans-unit id="RemoteDataAccess">
|
||||
<source>Remote Data Access</source>
|
||||
@@ -6023,6 +6023,51 @@ Der Abfrageprozessor schätzt, dass durch das Implementieren des folgenden Index
|
||||
<target state="translated">Parallele Ausführung</target>
|
||||
<note>tooltip text for node parallelism overlay</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableColumnComputedGroupTitle">
|
||||
<source>Computed Column Specifications</source>
|
||||
<target state="translated">Spezifikationen für berechnete Spalten</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableColumnIsComputedTitle">
|
||||
<source>Is Computed</source>
|
||||
<target state="translated">Ist berechnet</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableColumnIsComputedDescription">
|
||||
<source>Specifies whether the column is a computed column</source>
|
||||
<target state="translated">Gibt an, ob die Spalte eine berechnete Spalte ist.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableColumnIsComputedPersistedTitle">
|
||||
<source>Is Persisted</source>
|
||||
<target state="translated">Ist beständig</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableColumnIsComputedPersistedDescription">
|
||||
<source>Whether the computed column is saved with the data source</source>
|
||||
<target state="translated">Gibt an, ob die berechnete Spalte mit der Datenquelle gespeichert wird.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableColumnIsComputedPersistedNullableTitle">
|
||||
<source>Is Persisted Nullable</source>
|
||||
<target state="translated">Nullwerte zulassend wenn beständig</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableColumnIsComputedPersistedNullableDescription">
|
||||
<source>Whether the computed column can have a NULL value (NOT NULL can only be specified if the column is persisted)</source>
|
||||
<target state="translated">Gibt an, ob die berechnete Spalte einen NULL-Wert aufweisen darf (NOT NULL kann nur angegeben werden, wenn die Spalte beständig ist).</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableColumnComputedFormulaDescription">
|
||||
<source>Formula that the column uses if it is a computed column</source>
|
||||
<target state="translated">Die Formel, die von der Spalte verwendet wird, wenn die Spalte eine berechnete Spalte ist.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableColumnComputedFormulaTitle">
|
||||
<source>Formula</source>
|
||||
<target state="translated">Formel</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
Reference in New Issue
Block a user