mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-19 01:25:40 -05:00
support issue severity (#1430)
This commit is contained in:
@@ -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()
|
||||
{ }
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user