Skip to content

Commit 97a1352

Browse files
ryoichi-obaradceejay
authored andcommitted
[ja] Translate 88-ping help text. (#589)
1 parent ca88faa commit 97a1352

File tree

3 files changed

+16
-9
lines changed

3 files changed

+16
-9
lines changed

io/ping/88-ping.html

-9
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,6 @@
1414
</div>
1515
</script>
1616

17-
<script type="text/x-red" data-help-name="ping">
18-
<p>Pings a machine and returns the trip time in mS as <code>msg.payload</code>.</p>
19-
<p>Returns <b>false</b> if no response received within 5 seconds, or if the host is unresolveable.</p>
20-
<p>Default ping is every 20 seconds but can be configured.</p>
21-
<p><code>msg.topic</code> contains the target host ip.</p>
22-
<p>Note: if running inside Ubuntu Snap you will need to manually start the network-observe interface.
23-
`snap connect node-red:network-observe`</p>
24-
</script>
25-
2617
<script type="text/javascript">
2718
RED.nodes.registerType('ping',{
2819
category: 'network-input',

io/ping/locales/en-US/88-ping.html

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

io/ping/locales/ja/88-ping.html

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<script type="text/x-red" data-help-name="ping">
2+
<p>pingを送信し、<code>msg.payload</code>にラウンドトリップタイムをミリ秒で返します。</p>
3+
<p>5秒以内にホスト名が解決できなかったり、レスポンスが得られなければ、<b>false</b></p>
4+
<p>デフォルトでは20秒ごとにpingを送りますが、設定で変更できます。</p>
5+
<p><code>msg.topic</code>には対象に設定したホスト名やIPアドレスが含まれます。</p>
6+
<p>補足: Ubuntu Snap内で実行している場合は、手動でnetwork-observeを開始する必要があります。
7+
`snap connect node-red:network-observe`</p>
8+
</script>

0 commit comments

Comments
 (0)