diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.cs b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.cs
index 73913c15..89df9978 100644
--- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.cs
+++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.cs
@@ -2381,6 +2381,134 @@ namespace Microsoft.SqlTools.ServiceLayer
}
}
+ public static string FilterName
+ {
+ get
+ {
+ return Keys.GetString(Keys.FilterName);
+ }
+ }
+
+ public static string FilterNameDescription
+ {
+ get
+ {
+ return Keys.GetString(Keys.FilterNameDescription);
+ }
+ }
+
+ public static string FilterSchema
+ {
+ get
+ {
+ return Keys.GetString(Keys.FilterSchema);
+ }
+ }
+
+ public static string FilterSchemaDescription
+ {
+ get
+ {
+ return Keys.GetString(Keys.FilterSchemaDescription);
+ }
+ }
+
+ public static string FilterOwner
+ {
+ get
+ {
+ return Keys.GetString(Keys.FilterOwner);
+ }
+ }
+
+ public static string FilterOwnerDescription
+ {
+ get
+ {
+ return Keys.GetString(Keys.FilterOwnerDescription);
+ }
+ }
+
+ public static string FilterDurabilityType
+ {
+ get
+ {
+ return Keys.GetString(Keys.FilterDurabilityType);
+ }
+ }
+
+ public static string FilterDurabilityTypeDescription
+ {
+ get
+ {
+ return Keys.GetString(Keys.FilterDurabilityTypeDescription);
+ }
+ }
+
+ public static string FilterIsMemoryOptimized
+ {
+ get
+ {
+ return Keys.GetString(Keys.FilterIsMemoryOptimized);
+ }
+ }
+
+ public static string FilterIsMemoryOptimizedDescription
+ {
+ get
+ {
+ return Keys.GetString(Keys.FilterIsMemoryOptimizedDescription);
+ }
+ }
+
+ public static string FilterCreateDate
+ {
+ get
+ {
+ return Keys.GetString(Keys.FilterCreateDate);
+ }
+ }
+
+ public static string FilterCreateDateDescription
+ {
+ get
+ {
+ return Keys.GetString(Keys.FilterCreateDateDescription);
+ }
+ }
+
+ public static string FilterIsNativelyCompiled
+ {
+ get
+ {
+ return Keys.GetString(Keys.FilterIsNativelyCompiled);
+ }
+ }
+
+ public static string FilterIsNativelyCompiledDescription
+ {
+ get
+ {
+ return Keys.GetString(Keys.FilterIsNativelyCompiledDescription);
+ }
+ }
+
+ public static string FilterInPrimaryKey
+ {
+ get
+ {
+ return Keys.GetString(Keys.FilterInPrimaryKey);
+ }
+ }
+
+ public static string FilterInPrimaryKeyDescription
+ {
+ get
+ {
+ return Keys.GetString(Keys.FilterInPrimaryKeyDescription);
+ }
+ }
+
public static string ScriptingParams_ConnectionString_Property_Invalid
{
get
@@ -12045,6 +12173,54 @@ namespace Microsoft.SqlTools.ServiceLayer
public const string DatabaseNotAccessible = "DatabaseNotAccessible";
+ public const string FilterName = "FilterName";
+
+
+ public const string FilterNameDescription = "FilterNameDescription";
+
+
+ public const string FilterSchema = "FilterSchema";
+
+
+ public const string FilterSchemaDescription = "FilterSchemaDescription";
+
+
+ public const string FilterOwner = "FilterOwner";
+
+
+ public const string FilterOwnerDescription = "FilterOwnerDescription";
+
+
+ public const string FilterDurabilityType = "FilterDurabilityType";
+
+
+ public const string FilterDurabilityTypeDescription = "FilterDurabilityTypeDescription";
+
+
+ public const string FilterIsMemoryOptimized = "FilterIsMemoryOptimized";
+
+
+ public const string FilterIsMemoryOptimizedDescription = "FilterIsMemoryOptimizedDescription";
+
+
+ public const string FilterCreateDate = "FilterCreateDate";
+
+
+ public const string FilterCreateDateDescription = "FilterCreateDateDescription";
+
+
+ public const string FilterIsNativelyCompiled = "FilterIsNativelyCompiled";
+
+
+ public const string FilterIsNativelyCompiledDescription = "FilterIsNativelyCompiledDescription";
+
+
+ public const string FilterInPrimaryKey = "FilterInPrimaryKey";
+
+
+ public const string FilterInPrimaryKeyDescription = "FilterInPrimaryKeyDescription";
+
+
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 26d974d8..959cad24 100644
--- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx
+++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx
@@ -1458,6 +1458,70 @@
The database {0} is not accessible.
+
+ Name
+
+
+
+ Include or exclude objects based on the name or part of a name.
+
+
+
+ Schema
+
+
+
+ Include or exclude objects based on the schema or part of a schema name.
+
+
+
+ Owner
+
+
+
+ Include or exclude objects based on the owner or part of an owner name.
+
+
+
+ Durability Type
+
+
+
+ Include or exclude objects based on the durability type.
+
+
+
+ Is Memory Optimized
+
+
+
+ Include or exclude objects based on whether the object is memory optimized.
+
+
+
+ Create Date
+
+
+
+ Select or type a creation date to include or exclude objects created at any time on that date, or enter a starting and ending date to include or exclude objects created in that inclusive date range.
+
+
+
+ Is Natively Compiled
+
+
+
+ Include or exclude objects based on whether the object is natively compiled.
+
+
+
+ In Primary Key
+
+
+
+ Include or exclude objects based on whether the column is in a primary key.
+
+
Error parsing ScriptingParams.ConnectionString property.
diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.strings b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.strings
index aa2925ab..ad4f9798 100644
--- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.strings
+++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.strings
@@ -720,6 +720,22 @@ FileTable_LabelPart = File Table
DatabaseNotAccessible = The database {0} is not accessible.
+FilterName = Name
+FilterNameDescription = Include or exclude objects based on the name or part of a name.
+FilterSchema = Schema
+FilterSchemaDescription = Include or exclude objects based on the schema or part of a schema name.
+FilterOwner = Owner
+FilterOwnerDescription = Include or exclude objects based on the owner or part of an owner name.
+FilterDurabilityType = Durability Type
+FilterDurabilityTypeDescription = Include or exclude objects based on the durability type.
+FilterIsMemoryOptimized = Is Memory Optimized
+FilterIsMemoryOptimizedDescription = Include or exclude objects based on whether the object is memory optimized.
+FilterCreateDate = Create Date
+FilterCreateDateDescription = Select or type a creation date to include or exclude objects created at any time on that date, or enter a starting and ending date to include or exclude objects created in that inclusive date range.
+FilterIsNativelyCompiled = Is Natively Compiled
+FilterIsNativelyCompiledDescription = Include or exclude objects based on whether the object is natively compiled.
+FilterInPrimaryKey = In Primary Key
+FilterInPrimaryKeyDescription = Include or exclude objects based on whether the column is in a primary key.
############################################################################
# Scripting Service
diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf
index 8aaba375..06996488 100644
--- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf
+++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf
@@ -7137,6 +7137,76 @@ The Query Processor estimates that implementing the following index could improv
Impersonate Any Login
+
+ Name
+ Name
+
+
+
+ Include or exclude objects based on the name or part of a name.
+ Include or exclude objects based on the name or part of a name.
+
+
+
+ Schema
+ Schema
+
+
+
+ Include or exclude objects based on the schema or part of a schema name.
+ Include or exclude objects based on the schema or part of a schema name.
+
+
+
+ Owner
+ Owner
+
+
+
+ Include or exclude objects based on the owner or part of an owner name.
+ Include or exclude objects based on the owner or part of an owner name.
+
+
+
+ Durability Type
+ Durability Type
+
+
+
+ Include or exclude objects based on the durability type.
+ Include or exclude objects based on the durability type.
+
+
+
+ Is Memory Optimized
+ Is Memory Optimized
+
+
+
+ Include or exclude objects based on whether the object is memory optimized.
+ Include or exclude objects based on whether the object is memory optimized.
+
+
+
+ Create Date
+ Create Date
+
+
+
+ Select or type a creation date to include or exclude objects created at any time on that date, or enter a starting and ending date to include or exclude objects created in that inclusive date range.
+ Select or type a creation date to include or exclude objects created at any time on that date, or enter a starting and ending date to include or exclude objects created in that inclusive date range.
+
+
+
+ Is Natively Compiled
+ Is Natively Compiled
+
+
+
+ Include or exclude objects based on whether the object is natively compiled.
+ Include or exclude objects based on whether the object is natively compiled.
+
+ SetServiceProvider() was not called to establish the required service providerSetServiceProvider() was not called to establish the required service provider
@@ -7147,6 +7217,16 @@ The Query Processor estimates that implementing the following index could improv
Service {0} was not found in the service provider
+
+ In Primary Key
+ In Primary Key
+
+
+
+ Include or exclude objects based on whether the column is in a primary key.
+ Include or exclude objects based on whether the column is in a primary key.
+
+