From ea3ed9ff5ea8b2b7f90b2f9d98c96f82aa18cde3 Mon Sep 17 00:00:00 2001 From: Hiroyasu Nishiyama Date: Sat, 4 Apr 2020 21:47:58 +0900 Subject: [PATCH] update japanese message of ping node (#644) --- io/ping/locales/ja/88-ping.html | 85 +++++++++++---------------------- io/ping/locales/ja/88-ping.json | 9 ++-- 2 files changed, 33 insertions(+), 61 deletions(-) diff --git a/io/ping/locales/ja/88-ping.html b/io/ping/locales/ja/88-ping.html index ead433ad..2999d8aa 100644 --- a/io/ping/locales/ja/88-ping.html +++ b/io/ping/locales/ja/88-ping.html @@ -1,71 +1,44 @@ - - - diff --git a/io/ping/locales/ja/88-ping.json b/io/ping/locales/ja/88-ping.json index 5eefe0e2..9828b1d9 100644 --- a/io/ping/locales/ja/88-ping.json +++ b/io/ping/locales/ja/88-ping.json @@ -2,13 +2,14 @@ "ping": { "ping": "ping", "label": { - "target": "対象", + "target": "ターゲット", "ping": "Ping (秒)", "mode": "モード", "mode_option": { - "timed": "時限", - "triggered": "引き金になった" - } + "timed": "時間", + "triggered": "トリガー" + }, + "tip": "注: msg.payloadでホスト名を動的に指定する場合は、ターゲットフィールドを空にします。" } } }