[Loc] update to xlfs and resx (#1261)

This commit is contained in:
Alex Ma
2021-10-06 11:07:39 -07:00
committed by GitHub
parent 58160d03db
commit 2e08873246
20 changed files with 60 additions and 60 deletions

View File

@@ -2422,14 +2422,14 @@
</note>
</trans-unit>
<trans-unit id="CouldntFindAzureFunction">
<source>Couldn't find Azure function with FunctionName {0} in {1}</source>
<target state="translated">在 {1} 中找不到具有 FunctionName {0} 的 Azure 函數</target>
<source>Couldn't find Azure function with FunctionName '{0}' in {1}</source>
<target state="translated">在 {1} 中找不到具有 FunctionName '{0}' 的 Azure 函數</target>
<note>
</note>
</trans-unit>
<trans-unit id="MoreThanOneAzureFunctionWithName">
<source>Couldn't find Azure function with FunctionName {0} in {1}</source>
<target state="translated">在 {1} 中找到多個具有 FunctionName {0} 的 Azure 函數</target>
<source>More than one Azure function found with the FunctionName '{0}' in {1}</source>
<target state="translated">在 {1} 中找到多個具有 FunctionName '{0}' 的 Azure 函數</target>
<note>
</note>
</trans-unit>