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

This commit is contained in:
csigs
2021-08-09 11:17:12 -07:00
committed by GitHub
parent c5cbcf02a2
commit 71b87055f1
10 changed files with 181 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<LCX SchemaVersion="6.0" Name="sr.resx" PsrId="211" FileType="1" SrcCul="en-US" TgtCul="pt-br" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
<LCX SchemaVersion="6.0" Name="sr.resx" PsrId="211" FileType="1" SrcCul="en-US" TgtCul="pt-BR" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
<Props>
<Str Name="CustomName1" Val="Custom 1" />
<Str Name="CustomName2" Val="Custom 2" />
@@ -459,6 +459,15 @@
</Str>
<Disp Icon="Str" />
</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>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Não foi possível encontrar a função do Azure com FunctionName {0} em {1}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";CreateSessionFailed" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Failed to create session: {0}]]></Val>
@@ -1125,6 +1134,15 @@
</Str>
<Disp Icon="Str" />
</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>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Mais de uma função do Azure foi encontrada com FunctionName {0} em {1}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";NeverBackedUp" ItemType="0;.resx" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Never]]></Val>