mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-14 01:25:40 -05:00
Loc Strings Fix (#803)
* Adding missing loc changes for include exclude node * Adding the autogenerated file
This commit is contained in:
@@ -4281,7 +4281,7 @@ namespace Microsoft.SqlTools.ServiceLayer
|
||||
|
||||
|
||||
public const string PublishChangesTaskName = "PublishChangesTaskName";
|
||||
|
||||
|
||||
|
||||
public const string IncludeNodeTaskName = "IncludeNodeTaskName";
|
||||
|
||||
|
||||
@@ -1723,7 +1723,7 @@
|
||||
<value>Exclude schema compare node</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="ExcludeNodeTaskName" xml:space="preserve">
|
||||
<data name="SchemaCompareExcludeIncludeNodeNotFound" xml:space="preserve">
|
||||
<value>Failed to find the specified change in the model</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
|
||||
@@ -795,4 +795,7 @@ ExtractInvalidVersion = Invalid version '{0}' passed. Version must be in the for
|
||||
|
||||
############################################################################
|
||||
# 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>
|
||||
<note></note>
|
||||
</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>
|
||||
</file>
|
||||
</xliff>
|
||||
Reference in New Issue
Block a user