diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.cs b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.cs index d51390b6..68a77e38 100755 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.cs +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.cs @@ -4281,7 +4281,7 @@ namespace Microsoft.SqlTools.ServiceLayer public const string PublishChangesTaskName = "PublishChangesTaskName"; - + public const string IncludeNodeTaskName = "IncludeNodeTaskName"; diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx index f28f51b6..1e6c3111 100755 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx @@ -1723,7 +1723,7 @@ Exclude schema compare node - + Failed to find the specified change in the model diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.strings b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.strings index ade10eee..202ededa 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.strings +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.strings @@ -795,4 +795,7 @@ ExtractInvalidVersion = Invalid version '{0}' passed. Version must be in the for ############################################################################ # Schema Compare -PublishChangesTaskName = Apply schema compare changes \ No newline at end of file +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 \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf index 8c44ea19..1781a08e 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf @@ -1991,6 +1991,21 @@ Apply schema compare changes + + Include schema compare node + Include schema compare node + + + + Exclude schema compare node + Exclude schema compare node + + + + Failed to find the specified change in the model + Failed to find the specified change in the model + + \ No newline at end of file