mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 18:47:57 -05:00
[Loc] Update to resx 10-11-2021 (#1267)
* update to xlfs * update to resx
This commit is contained in:
@@ -2423,13 +2423,19 @@
|
||||
</trans-unit>
|
||||
<trans-unit id="CouldntFindAzureFunction">
|
||||
<source>Couldn't find Azure function with FunctionName '{0}' in {1}</source>
|
||||
<target state="translated">无法找到 FunctionName 为 '{0}' 的 Azure 函数(在 {1} 中)</target>
|
||||
<target state="translated">无法在 {1} 中找到 FunctionName 为 "{0}" 的 Azure 函数</target>
|
||||
<note>
|
||||
</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="MoreThanOneAzureFunctionWithName">
|
||||
<source>More than one Azure function found with the FunctionName '{0}' in {1}</source>
|
||||
<target state="translated">已找到多个 FunctionName 为 '{0}' 的 Azure 函数(在 {1} 中)</target>
|
||||
<target state="translated">已在 {1} 中找到多个 FunctionName 为 "{0}" 的 Azure 函数</target>
|
||||
<note>
|
||||
</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SqlBindingsNet5NotSupported">
|
||||
<source>Adding SQL bindings is not supported for .NET 5</source>
|
||||
<target state="translated">.NET 5 不支持添加 SQL 绑定</target>
|
||||
<note>
|
||||
</note>
|
||||
</trans-unit>
|
||||
|
||||
Reference in New Issue
Block a user