mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 10:58:30 -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 GetUserDefinedObjectsFromModelFailed = "GetUserDefinedObjectsFromModelFailed";
|
||||||
|
|
||||||
|
|
||||||
public const string ErrorConnectionNotFound = "ErrorConnectionNotFound";
|
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>
|
<value>Failed to get user defined objects from model.</value>
|
||||||
<comment></comment>
|
<comment></comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="ErrorConnectionNotFound" xml:space="preserve">
|
||||||
|
<value>The connection could not be found</value>
|
||||||
|
<comment></comment>
|
||||||
|
</data>
|
||||||
</root>
|
</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>
|
<target state="new">I have read the summary and understand the potential risks.</target>
|
||||||
<note></note>
|
<note></note>
|
||||||
</trans-unit>
|
</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>
|
</body>
|
||||||
</file>
|
</file>
|
||||||
</xliff>
|
</xliff>
|
||||||
Reference in New Issue
Block a user