Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LEGO: Pull request from lego/hb_d40a9464-5533-4bb6-bb4d-a39a3f1c4f0e_20210721080539131 to Localization #15065

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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