[Loc] Update to resx 10-11-2021 (#1267)

* update to xlfs

* update to resx
This commit is contained in:
Alex Ma
2021-10-11 12:37:56 -07:00
committed by GitHub
parent a2a71e771f
commit faec7e1498
20 changed files with 94 additions and 4 deletions

View File

@@ -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>