Loc Strings Fix (#803)

* Adding missing loc changes for include exclude node

* Adding the autogenerated file
This commit is contained in:
udeeshagautam
2019-04-29 12:13:20 -07:00
committed by GitHub
parent 5f2d3014a0
commit a24a107f21
4 changed files with 21 additions and 3 deletions

View File

@@ -4281,7 +4281,7 @@ namespace Microsoft.SqlTools.ServiceLayer
public const string PublishChangesTaskName = "PublishChangesTaskName";
public const string IncludeNodeTaskName = "IncludeNodeTaskName";

View File

@@ -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>

View File

@@ -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

View File

@@ -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>