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

This commit is contained in:
csigs
2021-10-06 10:34:13 -07:00
committed by GitHub
parent ee3588df75
commit 58160d03db
7 changed files with 70 additions and 28 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[{1}에서 FunctionName {0}인 Azure 함수를 찾을 수 없음]]></Val>
<Val><![CDATA[{0}에서 FunctionName {1}인 Azure 함수를 찾을 수 없음]]></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[{1}에서 FunctionName {0}인 Azure 함수를 두 개 이상 찾음]]></Val>
<Val><![CDATA[{0}에서 FunctionName {1}인 Azure 함수를 두 개 이상 찾음]]></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>