From fca115fb913cbc459ad89a35ef47b4bc3df9f8e2 Mon Sep 17 00:00:00 2001 From: Alex Ma Date: Thu, 22 Sep 2022 17:37:27 -0700 Subject: [PATCH] [Loc] added generated resx and xlf files (#1706) --- src/Microsoft.SqlTools.ServiceLayer/Localization/sr.cs | 1 + src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx | 4 ++++ src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf | 5 +++++ 3 files changed, 10 insertions(+) diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.cs b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.cs index 01ec43f5..8718d6b2 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.cs +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.cs @@ -13886,6 +13886,7 @@ namespace Microsoft.SqlTools.ServiceLayer public const string GetUserDefinedObjectsFromModelFailed = "GetUserDefinedObjectsFromModelFailed"; + public const string ErrorConnectionNotFound = "ErrorConnectionNotFound"; diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx index 642cc2fd..e9f081a5 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx @@ -5328,4 +5328,8 @@ The Query Processor estimates that implementing the following index could improv Failed to get user defined objects from model. + + The connection could not be found + + diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf index db6e574a..bfa26a65 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf @@ -6494,6 +6494,11 @@ The Query Processor estimates that implementing the following index could improv I have read the summary and understand the potential risks. + + The connection could not be found + The connection could not be found + + \ No newline at end of file