[ja] Translate 88-ping help text. (#589)

This commit is contained in:
Ryoichi Obara
2019-10-26 20:54:17 +09:00
committed by Dave Conway-Jones
parent ca88faa7ca
commit 97a1352afc
3 changed files with 16 additions and 9 deletions

View File

@@ -0,0 +1,8 @@
<script type="text/x-red" data-help-name="ping">
<p>Pings a machine and returns the trip time in mS as <code>msg.payload</code>.</p>
<p>Returns <b>false</b> if no response received within 5 seconds, or if the host is unresolveable.</p>
<p>Default ping is every 20 seconds but can be configured.</p>
<p><code>msg.topic</code> contains the target host ip.</p>
<p>Note: if running inside Ubuntu Snap you will need to manually start the network-observe interface.
`snap connect node-red:network-observe`</p>
</script>

View File

@@ -0,0 +1,8 @@
<script type="text/x-red" data-help-name="ping">
<p>pingを送信し<code>msg.payload</code></p>
<p>5秒以内にホスト名が解決できなかったりレスポンスが得られなければ<b>false</b></p>
<p>デフォルトでは20秒ごとにpingを送りますが設定で変更できます</p>
<p><code>msg.topic</code>IP</p>
<p>補足: Ubuntu Snap内で実行している場合は手動でnetwork-observeを開始する必要があります
`snap connect node-red:network-observe`</p>
</script>