[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">Die Azure-Funktion mit FunctionName "{0}" wurde in "{1}" nicht gefunden.</target>
<source>Couldn't find Azure function with FunctionName '{0}' in {1}</source>
<target state="translated">Die Azure-Funktion mit dem FunctionName "{0}" wurde in {1} nicht gefunden.</target>
<note>
</note>
</trans-unit>
<trans-unit id="MoreThanOneAzureFunctionWithName">
<source>Couldn't find Azure function with FunctionName {0} in {1}</source>
<target state="translated">In "{1}" wurden mehrere Azure-Funktionen mit FunctionName "{0}" gefunden.</target>
<source>More than one Azure function found with the FunctionName '{0}' in {1}</source>
<target state="translated">Es wurden mehrere Azure-Funktionen mit dem FunctionName "{0}" in {1} gefunden.</target>
<note>
</note>
</trans-unit>