1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00
node-red-nodes/utility/daemon/locales/ja/daemon.html
Wataru Sato eec57351d0
Add Japanese translations for daemon Node (#843)
* Separate language resources

* Add Japanese translations for daemon Node
2021-10-18 21:12:00 +01:00

12 lines
1.3 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<script type="text/html" data-help-name="daemon">
<p>長時間実行されるシステムコマンドを呼び出します<code>msg.payload</code>stdin</p>
<p>実行中のコマンドから3つの出力stdout, stderr, リターンコードを提供します</p>
<p>パラメータはスペース区切り引用符付きスペース区切りもしくはJavaScript配列のいずれかです例えば`aa bb``"cc dd"`もしくは`["aa","bb cc""]`です</p>
<p>呼び出したプログラムが停止した場合つまりリターンコードが生成された場合本ノードはコマンドの再実行を試みます</p>
<p><code>msg.kill</code>SIGINT, SIGHUP
<code>msg.start</code></p>
<p><b>注意:</b>
例えばPythonアプリを実行する場合<code>-u</code></p>
</script>