LEGO: check in for main to temporary branch. (#1263)

This commit is contained in:
csigs
2021-10-11 09:49:40 -07:00
committed by GitHub
parent 0f0df25119
commit 9fdb9eecd3
3 changed files with 30 additions and 12 deletions

View File

@@ -461,10 +461,13 @@
</Item>
<Item ItemId=";CouldntFindAzureFunction" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Couldn't find Azure function with FunctionName {0} in {1}]]></Val>
<Val><![CDATA[Couldn't find Azure function with FunctionName '{0}' in {1}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Non è stato possibile trovare la funzione di Azure con FunctionName {0} in {1}]]></Val>
<Val><![CDATA[Non è stato possibile trovare la funzione di Azure con FunctionName '{0}' in {1}]]></Val>
</Tgt>
<Prev Cat="Text">
<Val><![CDATA[Couldn't find Azure function with FunctionName {0} in {1}]]></Val>
</Prev>
</Str>
<Disp Icon="Str" />
</Item>
@@ -1136,10 +1139,13 @@
</Item>
<Item ItemId=";MoreThanOneAzureFunctionWithName" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[More than one Azure function found with the FunctionName {0} in {1}]]></Val>
<Val><![CDATA[More than one Azure function found with the FunctionName '{0}' in {1}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[È stata trovata più di una funzione di Azure con FunctionName {0} in {1}]]></Val>
<Val><![CDATA[È stata trovata più di una funzione di Azure con functionName '{0}' in {1}]]></Val>
</Tgt>
<Prev Cat="Text">
<Val><![CDATA[More than one Azure function found with the FunctionName {0} in {1}]]></Val>
</Prev>
</Str>
<Disp Icon="Str" />
</Item>