Browsing Japanese translation

528 of 547 results
528.
Execute commands based on conditional.

The `if COMMANDS' list is executed. If its exit status is zero, then the
`then COMMANDS' list is executed. Otherwise, each `elif COMMANDS' list is
executed in turn, and if its exit status is zero, the corresponding
`then COMMANDS' list is executed and the if command completes. Otherwise,
the `else COMMANDS' list is executed, if present. The exit status of the
entire construct is the exit status of the last command executed, or zero
if no condition tested true.

Exit Status:
Returns the status of the last command executed.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
条件に従ってコマンドを実行します。

`if COMMANDS' を実行します。この終了ステータスが 0 の場合、`then COMMANDS'
を実行します。そうでない場合は、各 `elif COMMANDS' を順番に実行し、その
終了ステータスが 0 の場合に、関連した `then COMMANDS' を実行し、if 文が
完了します。それ以外の場合、 `else COMMANDS' が存在する場合には実行され
ます。文全体の終了ステータスは、最後に実行したコマンドの終了ステータスか、
または、テストした条件に true となるものが無い場合は 0 です。

終了ステータス:
最後に実行したコマンドの終了ステータスを返します。
Translated by Yasuaki Taniguchi
In upstream:
条件に従ってコマンドを実行します。

`if COMMANDS' を実行します。この終了ステータスが 0 の場合、`then COMMANDS'
を実行します。そうでない場合は、各 `elif COMMANDS' を順番に実行し、その
終了ステータスが 0 のの場合に、関連した `then COMMANDS' を実行し、if 文が
完了します。それ以外の場合、 `else COMMANDS' が存在する場合には実行され
ます。文全体の終了ステータスは、最後に実行したコマンドの終了ステータスか、
または、テストした条件に true となるものが無い場合は 0 です。

終了ステータス:
最後に実行したコマンドの終了ステータスを返します。
Suggested by Yasuaki Taniguchi
Located in builtins.c:1631
528 of 547 results

This translation is managed by Ubuntu Japanese Translators, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.