mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-17 02:51:45 -05:00
Loc Strings Fix (#803)
* Adding missing loc changes for include exclude node * Adding the autogenerated file
This commit is contained in:
@@ -1723,7 +1723,7 @@
|
|||||||
<value>Exclude schema compare node</value>
|
<value>Exclude schema compare node</value>
|
||||||
<comment></comment>
|
<comment></comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="ExcludeNodeTaskName" xml:space="preserve">
|
<data name="SchemaCompareExcludeIncludeNodeNotFound" xml:space="preserve">
|
||||||
<value>Failed to find the specified change in the model</value>
|
<value>Failed to find the specified change in the model</value>
|
||||||
<comment></comment>
|
<comment></comment>
|
||||||
</data>
|
</data>
|
||||||
|
|||||||
@@ -796,3 +796,6 @@ ExtractInvalidVersion = Invalid version '{0}' passed. Version must be in the for
|
|||||||
############################################################################
|
############################################################################
|
||||||
# Schema Compare
|
# Schema Compare
|
||||||
PublishChangesTaskName = Apply schema compare changes
|
PublishChangesTaskName = Apply schema compare changes
|
||||||
|
IncludeNodeTaskName = Include schema compare node
|
||||||
|
ExcludeNodeTaskName = Exclude schema compare node
|
||||||
|
SchemaCompareExcludeIncludeNodeNotFound = Failed to find the specified change in the model
|
||||||
@@ -1991,6 +1991,21 @@
|
|||||||
<target state="new">Apply schema compare changes</target>
|
<target state="new">Apply schema compare changes</target>
|
||||||
<note></note>
|
<note></note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
|
<trans-unit id="IncludeNodeTaskName">
|
||||||
|
<source>Include schema compare node</source>
|
||||||
|
<target state="new">Include schema compare node</target>
|
||||||
|
<note></note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ExcludeNodeTaskName">
|
||||||
|
<source>Exclude schema compare node</source>
|
||||||
|
<target state="new">Exclude schema compare node</target>
|
||||||
|
<note></note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="SchemaCompareExcludeIncludeNodeNotFound">
|
||||||
|
<source>Failed to find the specified change in the model</source>
|
||||||
|
<target state="new">Failed to find the specified change in the model</target>
|
||||||
|
<note></note>
|
||||||
|
</trans-unit>
|
||||||
</body>
|
</body>
|
||||||
</file>
|
</file>
|
||||||
</xliff>
|
</xliff>
|
||||||
Reference in New Issue
Block a user