mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-14 01:25:40 -05:00
[Loc] added generated resx and xlf files (#1706)
This commit is contained in:
@@ -13886,6 +13886,7 @@ namespace Microsoft.SqlTools.ServiceLayer
|
||||
|
||||
public const string GetUserDefinedObjectsFromModelFailed = "GetUserDefinedObjectsFromModelFailed";
|
||||
|
||||
|
||||
public const string ErrorConnectionNotFound = "ErrorConnectionNotFound";
|
||||
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user