diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.cs b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.cs
index 22a2f36f..fbfa8477 100644
--- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.cs
+++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.cs
@@ -9005,6 +9005,22 @@ namespace Microsoft.SqlTools.ServiceLayer
}
}
+ public static string AddNewEdgeConstraintLabel
+ {
+ get
+ {
+ return Keys.GetString(Keys.AddNewEdgeConstraintLabel);
+ }
+ }
+
+ public static string AddNewClauseLabel
+ {
+ get
+ {
+ return Keys.GetString(Keys.AddNewClauseLabel);
+ }
+ }
+
public static string ConnectionServiceListDbErrorNotConnected(string uri)
{
return Keys.GetString(Keys.ConnectionServiceListDbErrorNotConnected, uri);
@@ -12867,6 +12883,12 @@ namespace Microsoft.SqlTools.ServiceLayer
public const string TableColumnDefaultConstraintNamePropertyTitle = "TableColumnDefaultConstraintNamePropertyTitle";
+ public const string AddNewEdgeConstraintLabel = "AddNewEdgeConstraintLabel";
+
+
+ public const string AddNewClauseLabel = "AddNewClauseLabel";
+
+
private Keys()
{ }
diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx
index 59badd85..233a660f 100644
--- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx
+++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx
@@ -4914,4 +4914,12 @@ The Query Processor estimates that implementing the following index could improv
Default Constraint Name
+
+ New Edge Constraint
+
+
+
+ New Clause
+
+
diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.strings b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.strings
index 0011de7e..11b0c30c 100644
--- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.strings
+++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.strings
@@ -2300,4 +2300,6 @@ TableDesignerAutoCreateHistoryTableTitle = Auto Create History Table
TableDesignerNewHistoryTableDescription = Specifies the name of the new history table.
TableDesignerNewHistoryTableTitle = New History Table Name
TableColumnDefaultConstraintNamePropertyDescription = Specifies the default constraint name.
-TableColumnDefaultConstraintNamePropertyTitle = Default Constraint Name
\ No newline at end of file
+TableColumnDefaultConstraintNamePropertyTitle = Default Constraint Name
+AddNewEdgeConstraintLabel = New Edge Constraint
+AddNewClauseLabel = New Clause
\ 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 3ed95019..12830ce1 100644
--- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf
+++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf
@@ -5983,6 +5983,16 @@ The Query Processor estimates that implementing the following index could improv
Default Constraint Name
+
+ New Edge Constraint
+ New Edge Constraint
+
+
+
+ New Clause
+ New Clause
+
+