diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.cs b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.cs
index 0ecdf44b..6535c287 100755
--- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.cs
+++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.cs
@@ -2157,6 +2157,182 @@ namespace Microsoft.SqlTools.ServiceLayer
}
}
+ public static string SchemaHierarchy_SubroutineParameterLabelFormatString
+ {
+ get
+ {
+ return Keys.GetString(Keys.SchemaHierarchy_SubroutineParameterLabelFormatString);
+ }
+ }
+
+ public static string SchemaHierarchy_SubroutineParameterNoDefaultLabel
+ {
+ get
+ {
+ return Keys.GetString(Keys.SchemaHierarchy_SubroutineParameterNoDefaultLabel);
+ }
+ }
+
+ public static string SchemaHierarchy_SubroutineParameterInputLabel
+ {
+ get
+ {
+ return Keys.GetString(Keys.SchemaHierarchy_SubroutineParameterInputLabel);
+ }
+ }
+
+ public static string SchemaHierarchy_SubroutineParameterInputOutputLabel
+ {
+ get
+ {
+ return Keys.GetString(Keys.SchemaHierarchy_SubroutineParameterInputOutputLabel);
+ }
+ }
+
+ public static string SchemaHierarchy_SubroutineParameterInputReadOnlyLabel
+ {
+ get
+ {
+ return Keys.GetString(Keys.SchemaHierarchy_SubroutineParameterInputReadOnlyLabel);
+ }
+ }
+
+ public static string SchemaHierarchy_SubroutineParameterInputOutputReadOnlyLabel
+ {
+ get
+ {
+ return Keys.GetString(Keys.SchemaHierarchy_SubroutineParameterInputOutputReadOnlyLabel);
+ }
+ }
+
+ public static string SchemaHierarchy_SubroutineParameterDefaultLabel
+ {
+ get
+ {
+ return Keys.GetString(Keys.SchemaHierarchy_SubroutineParameterDefaultLabel);
+ }
+ }
+
+ public static string SchemaHierarchy_NullColumn_Label
+ {
+ get
+ {
+ return Keys.GetString(Keys.SchemaHierarchy_NullColumn_Label);
+ }
+ }
+
+ public static string SchemaHierarchy_NotNullColumn_Label
+ {
+ get
+ {
+ return Keys.GetString(Keys.SchemaHierarchy_NotNullColumn_Label);
+ }
+ }
+
+ public static string SchemaHierarchy_UDDTLabelWithType
+ {
+ get
+ {
+ return Keys.GetString(Keys.SchemaHierarchy_UDDTLabelWithType);
+ }
+ }
+
+ public static string SchemaHierarchy_UDDTLabelWithoutType
+ {
+ get
+ {
+ return Keys.GetString(Keys.SchemaHierarchy_UDDTLabelWithoutType);
+ }
+ }
+
+ public static string SchemaHierarchy_ComputedColumnLabelWithType
+ {
+ get
+ {
+ return Keys.GetString(Keys.SchemaHierarchy_ComputedColumnLabelWithType);
+ }
+ }
+
+ public static string SchemaHierarchy_ComputedColumnLabelWithoutType
+ {
+ get
+ {
+ return Keys.GetString(Keys.SchemaHierarchy_ComputedColumnLabelWithoutType);
+ }
+ }
+
+ public static string SchemaHierarchy_ColumnSetLabelWithoutType
+ {
+ get
+ {
+ return Keys.GetString(Keys.SchemaHierarchy_ColumnSetLabelWithoutType);
+ }
+ }
+
+ public static string SchemaHierarchy_ColumnSetLabelWithType
+ {
+ get
+ {
+ return Keys.GetString(Keys.SchemaHierarchy_ColumnSetLabelWithType);
+ }
+ }
+
+ public static string SchemaHierarchy_ColumnSetLabelWithTypeAndKeyString
+ {
+ get
+ {
+ return Keys.GetString(Keys.SchemaHierarchy_ColumnSetLabelWithTypeAndKeyString);
+ }
+ }
+
+ public static string UniqueIndex_LabelPart
+ {
+ get
+ {
+ return Keys.GetString(Keys.UniqueIndex_LabelPart);
+ }
+ }
+
+ public static string NonUniqueIndex_LabelPart
+ {
+ get
+ {
+ return Keys.GetString(Keys.NonUniqueIndex_LabelPart);
+ }
+ }
+
+ public static string ClusteredIndex_LabelPart
+ {
+ get
+ {
+ return Keys.GetString(Keys.ClusteredIndex_LabelPart);
+ }
+ }
+
+ public static string NonClusteredIndex_LabelPart
+ {
+ get
+ {
+ return Keys.GetString(Keys.NonClusteredIndex_LabelPart);
+ }
+ }
+
+ public static string History_LabelPart
+ {
+ get
+ {
+ return Keys.GetString(Keys.History_LabelPart);
+ }
+ }
+
+ public static string SystemVersioned_LabelPart
+ {
+ get
+ {
+ return Keys.GetString(Keys.SystemVersioned_LabelPart);
+ }
+ }
+
public static string ScriptingParams_ConnectionString_Property_Invalid
{
get
@@ -3099,6 +3275,72 @@ namespace Microsoft.SqlTools.ServiceLayer
public const string SchemaHierarchy_ColumnEncryptionKeys = "SchemaHierarchy_ColumnEncryptionKeys";
+ public const string SchemaHierarchy_SubroutineParameterLabelFormatString = "SchemaHierarchy_SubroutineParameterLabelFormatString";
+
+
+ public const string SchemaHierarchy_SubroutineParameterNoDefaultLabel = "SchemaHierarchy_SubroutineParameterNoDefaultLabel";
+
+
+ public const string SchemaHierarchy_SubroutineParameterInputLabel = "SchemaHierarchy_SubroutineParameterInputLabel";
+
+
+ public const string SchemaHierarchy_SubroutineParameterInputOutputLabel = "SchemaHierarchy_SubroutineParameterInputOutputLabel";
+
+
+ public const string SchemaHierarchy_SubroutineParameterInputReadOnlyLabel = "SchemaHierarchy_SubroutineParameterInputReadOnlyLabel";
+
+
+ public const string SchemaHierarchy_SubroutineParameterInputOutputReadOnlyLabel = "SchemaHierarchy_SubroutineParameterInputOutputReadOnlyLabel";
+
+
+ public const string SchemaHierarchy_SubroutineParameterDefaultLabel = "SchemaHierarchy_SubroutineParameterDefaultLabel";
+
+
+ public const string SchemaHierarchy_NullColumn_Label = "SchemaHierarchy_NullColumn_Label";
+
+
+ public const string SchemaHierarchy_NotNullColumn_Label = "SchemaHierarchy_NotNullColumn_Label";
+
+
+ public const string SchemaHierarchy_UDDTLabelWithType = "SchemaHierarchy_UDDTLabelWithType";
+
+
+ public const string SchemaHierarchy_UDDTLabelWithoutType = "SchemaHierarchy_UDDTLabelWithoutType";
+
+
+ public const string SchemaHierarchy_ComputedColumnLabelWithType = "SchemaHierarchy_ComputedColumnLabelWithType";
+
+
+ public const string SchemaHierarchy_ComputedColumnLabelWithoutType = "SchemaHierarchy_ComputedColumnLabelWithoutType";
+
+
+ public const string SchemaHierarchy_ColumnSetLabelWithoutType = "SchemaHierarchy_ColumnSetLabelWithoutType";
+
+
+ public const string SchemaHierarchy_ColumnSetLabelWithType = "SchemaHierarchy_ColumnSetLabelWithType";
+
+
+ public const string SchemaHierarchy_ColumnSetLabelWithTypeAndKeyString = "SchemaHierarchy_ColumnSetLabelWithTypeAndKeyString";
+
+
+ public const string UniqueIndex_LabelPart = "UniqueIndex_LabelPart";
+
+
+ public const string NonUniqueIndex_LabelPart = "NonUniqueIndex_LabelPart";
+
+
+ public const string ClusteredIndex_LabelPart = "ClusteredIndex_LabelPart";
+
+
+ public const string NonClusteredIndex_LabelPart = "NonClusteredIndex_LabelPart";
+
+
+ public const string History_LabelPart = "History_LabelPart";
+
+
+ public const string SystemVersioned_LabelPart = "SystemVersioned_LabelPart";
+
+
public const string ScriptingParams_ConnectionString_Property_Invalid = "ScriptingParams_ConnectionString_Property_Invalid";
diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx
index bc2d0904..dcccd874 100755
--- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx
+++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx
@@ -1251,6 +1251,94 @@
Column Encryption Keys
+
+ {0} ({1}, {2}, {3})
+
+
+
+ No default
+
+
+
+ Input
+
+
+
+ Input/Output
+
+
+
+ Input/ReadOnly
+
+
+
+ Input/Output/ReadOnly
+
+
+
+ Default
+
+
+
+ null
+
+
+
+ not null
+
+
+
+ {0} ({1}, {2})
+
+
+
+ {0} ({1})
+
+
+
+ {0} ({1}Computed, {2}, {3})
+
+
+
+ {0} ({1}Computed)
+
+
+
+ {0} (Column Set, {1})
+
+
+
+ {0} (Column Set, {1}{2}, {3})
+
+
+
+ {0} (Column Set, {1}, {2}, {3})
+
+
+
+ Unique
+
+
+
+ Non-Unique
+
+
+
+ Clustered
+
+
+
+ Non-Clustered
+
+
+
+ History
+
+
+
+ System-Versioned
+
+
Error parsing ScriptingParams.ConnectionString property.
diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.strings b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.strings
index 190816a6..1b904a2d 100644
--- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.strings
+++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.strings
@@ -623,6 +623,51 @@ SchemaHierarchy_ColumnMasterKeys = Column Master Keys
SchemaHierarchy_ColumnEncryptionKeys = Column Encryption Keys
+SchemaHierarchy_SubroutineParameterLabelFormatString = {0} ({1}, {2}, {3})
+
+SchemaHierarchy_SubroutineParameterNoDefaultLabel = No default
+
+SchemaHierarchy_SubroutineParameterInputLabel = Input
+
+SchemaHierarchy_SubroutineParameterInputOutputLabel = Input/Output
+
+SchemaHierarchy_SubroutineParameterInputReadOnlyLabel = Input/ReadOnly
+
+SchemaHierarchy_SubroutineParameterInputOutputReadOnlyLabel = Input/Output/ReadOnly
+
+SchemaHierarchy_SubroutineParameterDefaultLabel = Default
+
+SchemaHierarchy_NullColumn_Label = null
+
+SchemaHierarchy_NotNullColumn_Label = not null
+
+SchemaHierarchy_UDDTLabelWithType = {0} ({1}, {2})
+
+SchemaHierarchy_UDDTLabelWithoutType = {0} ({1})
+
+SchemaHierarchy_ComputedColumnLabelWithType = {0} ({1}Computed, {2}, {3})
+
+SchemaHierarchy_ComputedColumnLabelWithoutType = {0} ({1}Computed)
+
+SchemaHierarchy_ColumnSetLabelWithoutType = {0} (Column Set, {1})
+
+SchemaHierarchy_ColumnSetLabelWithType = {0} (Column Set, {1}{2}, {3})
+
+SchemaHierarchy_ColumnSetLabelWithTypeAndKeyString = {0} (Column Set, {1}, {2}, {3})
+
+UniqueIndex_LabelPart = Unique
+
+NonUniqueIndex_LabelPart = Non-Unique
+
+ClusteredIndex_LabelPart = Clustered
+
+NonClusteredIndex_LabelPart = Non-Clustered
+
+History_LabelPart = History
+
+SystemVersioned_LabelPart = System-Versioned
+
+
############################################################################
# Scripting Service
diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf
index 8fd4b025..6c85dc7e 100644
--- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf
+++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf
@@ -1431,6 +1431,116 @@
Error parsing ScriptingListObjectsCompleteParams.ConnectionString property.
+
+ {0} ({1}, {2}, {3})
+ {0} ({1}, {2}, {3})
+
+
+
+ No default
+ No default
+
+
+
+ Input
+ Input
+
+
+
+ Input/Output
+ Input/Output
+
+
+
+ Input/ReadOnly
+ Input/ReadOnly
+
+
+
+ Input/Output/ReadOnly
+ Input/Output/ReadOnly
+
+
+
+ Default
+ Default
+
+
+
+ null
+ null
+
+
+
+ not null
+ not null
+
+
+
+ {0} ({1}, {2})
+ {0} ({1}, {2})
+
+
+
+ {0} ({1})
+ {0} ({1})
+
+
+
+ {0} ({1}Computed, {2}, {3})
+ {0} ({1}Computed, {2}, {3})
+
+
+
+ {0} ({1}Computed)
+ {0} ({1}Computed)
+
+
+
+ {0} (Column Set, {1})
+ {0} (Column Set, {1})
+
+
+
+ {0} (Column Set, {1}{2}, {3})
+ {0} (Column Set, {1}{2}, {3})
+
+
+
+ {0} (Column Set, {1}, {2}, {3})
+ {0} (Column Set, {1}, {2}, {3})
+
+
+
+ Unique
+ Unique
+
+
+
+ Non-Unique
+ Non-Unique
+
+
+
+ Clustered
+ Clustered
+
+
+
+ Non-Clustered
+ Non-Clustere
+
+
+
+ History
+ History
+
+
+
+ System-Versioned
+ System-Versioned
+
+