diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.cs b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.cs
index 684f4cea..9a1930d8 100644
--- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.cs
+++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.cs
@@ -8581,6 +8581,70 @@ namespace Microsoft.SqlTools.ServiceLayer
}
}
+ public static string IndexIsEnabledPropertyDescription
+ {
+ get
+ {
+ return Keys.GetString(Keys.IndexIsEnabledPropertyDescription);
+ }
+ }
+
+ public static string IndexIsClusteredPropertyDescription
+ {
+ get
+ {
+ return Keys.GetString(Keys.IndexIsClusteredPropertyDescription);
+ }
+ }
+
+ public static string TableDesignerIndexIsClusteredPropertyTitle
+ {
+ get
+ {
+ return Keys.GetString(Keys.TableDesignerIndexIsClusteredPropertyTitle);
+ }
+ }
+
+ public static string IndexIsUniquePropertyDescription
+ {
+ get
+ {
+ return Keys.GetString(Keys.IndexIsUniquePropertyDescription);
+ }
+ }
+
+ public static string TableDesignerIsUniquePropertyTitle
+ {
+ get
+ {
+ return Keys.GetString(Keys.TableDesignerIsUniquePropertyTitle);
+ }
+ }
+
+ public static string IndexColumnIsAscendingPropertyDescription
+ {
+ get
+ {
+ return Keys.GetString(Keys.IndexColumnIsAscendingPropertyDescription);
+ }
+ }
+
+ public static string IndexColumnIsAscendingPropertyTitle
+ {
+ get
+ {
+ return Keys.GetString(Keys.IndexColumnIsAscendingPropertyTitle);
+ }
+ }
+
+ public static string TableDesignerColumnsDisplayValueTitle
+ {
+ get
+ {
+ return Keys.GetString(Keys.TableDesignerColumnsDisplayValueTitle);
+ }
+ }
+
public static string ConnectionServiceListDbErrorNotConnected(string uri)
{
return Keys.GetString(Keys.ConnectionServiceListDbErrorNotConnected, uri);
@@ -12268,6 +12332,30 @@ namespace Microsoft.SqlTools.ServiceLayer
public const string CheckConstraintIsEnabledDescription = "CheckConstraintIsEnabledDescription";
+ public const string IndexIsEnabledPropertyDescription = "IndexIsEnabledPropertyDescription";
+
+
+ public const string IndexIsClusteredPropertyDescription = "IndexIsClusteredPropertyDescription";
+
+
+ public const string TableDesignerIndexIsClusteredPropertyTitle = "TableDesignerIndexIsClusteredPropertyTitle";
+
+
+ public const string IndexIsUniquePropertyDescription = "IndexIsUniquePropertyDescription";
+
+
+ public const string TableDesignerIsUniquePropertyTitle = "TableDesignerIsUniquePropertyTitle";
+
+
+ public const string IndexColumnIsAscendingPropertyDescription = "IndexColumnIsAscendingPropertyDescription";
+
+
+ public const string IndexColumnIsAscendingPropertyTitle = "IndexColumnIsAscendingPropertyTitle";
+
+
+ public const string TableDesignerColumnsDisplayValueTitle = "TableDesignerColumnsDisplayValueTitle";
+
+
private Keys()
{ }
diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx
index 74435378..2fd413c8 100644
--- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx
+++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx
@@ -4689,4 +4689,36 @@
Specifies whether the check constraint is Enabled
+
+ Specifies whether the index is enabled
+
+
+
+ Whether the index is clustered, only one clustered index is allowed in a table.
+
+
+
+ Is Clustered
+
+
+
+ Whether the data entered into this index must be unique.
+
+
+
+ Is Unique
+
+
+
+ Specifies the sort order of the column.
+
+
+
+ Is Ascending
+
+
+
+ Columns
+
+
diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.strings b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.strings
index 60d6183d..26bd5b34 100644
--- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.strings
+++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.strings
@@ -2243,3 +2243,11 @@ SqlForeignKeyAction_SetNull = Set Null
SqlForeignKeyAction_SetDefault = Set Default
UnKnownSqlForeignKeyAction(string name) = '{0}' is not a supported SqlForeignKeyAction.
CheckConstraintIsEnabledDescription = Specifies whether the check constraint is Enabled
+IndexIsEnabledPropertyDescription = Specifies whether the index is enabled
+IndexIsClusteredPropertyDescription = Whether the index is clustered, only one clustered index is allowed in a table.
+TableDesignerIndexIsClusteredPropertyTitle = Is Clustered
+IndexIsUniquePropertyDescription = Whether the data entered into this index must be unique.
+TableDesignerIsUniquePropertyTitle = Is Unique
+IndexColumnIsAscendingPropertyDescription = Specifies the sort order of the column.
+IndexColumnIsAscendingPropertyTitle = Is Ascending
+TableDesignerColumnsDisplayValueTitle = Columns
diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf
index e20d0667..b59b58af 100644
--- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf
+++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf
@@ -5702,6 +5702,46 @@
.
Parameters: 0 - underlyingType (string), 1 - columnName (string)
+
+ Specifies whether the index is enabled
+ Specifies whether the index is enabled
+
+
+
+ Whether the index is clustered, only one clustered index is allowed in a table.
+ Whether the index is clustered, only one clustered index is allowed in a table.
+
+
+
+ Is Clustered
+ Is Clustered
+
+
+
+ Whether the data entered into this index must be unique.
+ Whether the data entered into this index must be unique.
+
+
+
+ Is Unique
+ Is Unique
+
+
+
+ Specifies the sort order of the column.
+ Specifies the sort order of the column.
+
+
+
+ Is Ascending
+ Is Ascending
+
+
+
+ Columns
+ Columns
+
+