support issue severity (#1430)

This commit is contained in:
Alan Ren
2022-03-17 10:16:42 -07:00
committed by GitHub
parent 271f5f881a
commit 92cb4beca0
11 changed files with 215 additions and 112 deletions

View File

@@ -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()
{ }

View File

@@ -4914,4 +4914,12 @@ The Query Processor estimates that implementing the following index could improv
<value>Default Constraint Name</value>
<comment></comment>
</data>
<data name="AddNewEdgeConstraintLabel" xml:space="preserve">
<value>New Edge Constraint</value>
<comment></comment>
</data>
<data name="AddNewClauseLabel" xml:space="preserve">
<value>New Clause</value>
<comment></comment>
</data>
</root>

View File

@@ -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
TableColumnDefaultConstraintNamePropertyTitle = Default Constraint Name
AddNewEdgeConstraintLabel = New Edge Constraint
AddNewClauseLabel = New Clause

View File

@@ -5983,6 +5983,16 @@ The Query Processor estimates that implementing the following index could improv
<target state="new">Default Constraint Name</target>
<note></note>
</trans-unit>
<trans-unit id="AddNewEdgeConstraintLabel">
<source>New Edge Constraint</source>
<target state="new">New Edge Constraint</target>
<note></note>
</trans-unit>
<trans-unit id="AddNewClauseLabel">
<source>New Clause</source>
<target state="new">New Clause</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>