[Loc] added generated resx and xlf files (#1706)

This commit is contained in:
Alex Ma
2022-09-22 17:37:27 -07:00
committed by GitHub
parent 88eaa64755
commit fca115fb91
3 changed files with 10 additions and 0 deletions

View File

@@ -13886,6 +13886,7 @@ namespace Microsoft.SqlTools.ServiceLayer
public const string GetUserDefinedObjectsFromModelFailed = "GetUserDefinedObjectsFromModelFailed";
public const string ErrorConnectionNotFound = "ErrorConnectionNotFound";

View File

@@ -5328,4 +5328,8 @@ The Query Processor estimates that implementing the following index could improv
<value>Failed to get user defined objects from model.</value>
<comment></comment>
</data>
<data name="ErrorConnectionNotFound" xml:space="preserve">
<value>The connection could not be found</value>
<comment></comment>
</data>
</root>

View File

@@ -6494,6 +6494,11 @@ The Query Processor estimates that implementing the following index could improv
<target state="new">I have read the summary and understand the potential risks.</target>
<note></note>
</trans-unit>
<trans-unit id="ErrorConnectionNotFound">
<source>The connection could not be found</source>
<target state="new">The connection could not be found</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>