[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">Impossible de trouver la fonction Azure avec FunctionName {0} dans {1}</target>
<source>Couldn't find Azure function with FunctionName '{0}' in {1}</source>
<target state="translated">Impossible de trouver la fonction Azure avec FunctionName « {0} » dans {1}</target>
<note>
</note>
</trans-unit>
<trans-unit id="MoreThanOneAzureFunctionWithName">
<source>Couldn't find Azure function with FunctionName {0} in {1}</source>
<target state="translated">Plusieurs fonctions Azure trouvées avec FunctionName {0} dans {1}</target>
<source>More than one Azure function found with the FunctionName '{0}' in {1}</source>
<target state="translated">Plusieurs fonctions Azure trouvées avec FunctionName « {0} » dans {1}</target>
<note>
</note>
</trans-unit>