Skip to content

Commit

Permalink
LEGO: check in for Localization to temporary branch. (#15065)
Browse files Browse the repository at this point in the history
  • Loading branch information
csigs authored Jul 21, 2021
1 parent c6c972a commit c058291
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";loc.input.help.delayBetweenRetries" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Specify the delay between two retries. It might help to be more resilient to intermittent issues e.g. with UNC target paths on a remote host.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[指定兩次重試之間的延遲。它可能有助於對間歇性問題保持彈性,例如在遠端主機上使用 UNC 目標路徑。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";loc.input.help.flattenFolders" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Flatten the folder structure and copy all files into the specified target folder.]]></Val>
Expand Down Expand Up @@ -171,6 +180,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";loc.input.label.delayBetweenRetries" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Delay between two retries.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[兩次重試之間的延遲。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";loc.input.label.flattenFolders" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Flatten Folders]]></Val>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";loc.messages.JS_InvalidTargetType" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Invalid target type '%s'. The value must be one of: 'filepath' or 'inline']]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[無效的目標型別 '%s'。值必須是下列其中一個: 'filepath' 或 'inline']]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";loc.messages.JS_Stderr" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[PowerShell wrote one or more lines to the standard error stream.]]></Val>
Expand Down Expand Up @@ -333,6 +342,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";loc.messages.PS_InvalidTargetType" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Invalid target type '{0}'. The value must be one of: 'filepath' or 'inline']]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[無效的目標型別 '{0}'。值必須是下列其中一個: 'filepath' 或 'inline']]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";loc.messages.PS_UnableToDetermineExitCode" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unexpected exception. Unable to determine the exit code from powershell.]]></Val>
Expand Down

0 comments on commit c058291

Please sign in to comment.