diff --git a/app/views/tutorials/chapter1.html.erb b/app/views/tutorials/chapter1.html.erb index 6352d6d..fc58501 100644 --- a/app/views/tutorials/chapter1.html.erb +++ b/app/views/tutorials/chapter1.html.erb @@ -24,3 +24,8 @@ + +

+<%= raw t ".learn_more" %> +

+ diff --git a/config/locales/translation_en.yml b/config/locales/translation_en.yml index bd41ae8..4f64a3e 100644 --- a/config/locales/translation_en.yml +++ b/config/locales/translation_en.yml @@ -119,6 +119,9 @@ en: page_title: "Tutorial | Receive data via in_http" reload_log: Reload fluend log description: You can send an arbitrary JSON data via HTTP. URL path will be tag name. + learn_more: | + Other input plugins are available such as in_syslog, in_tail, etc. + Learn More send: Send messages: diff --git a/config/locales/translation_ja.yml b/config/locales/translation_ja.yml index e89229a..3ddacf0 100644 --- a/config/locales/translation_ja.yml +++ b/config/locales/translation_ja.yml @@ -119,6 +119,9 @@ ja: page_title: "チュートリアル | in_httpでデータを受け取る" reload_log: fluentdのログを更新 description: fluentdに任意のデータをJSONで送ることができます。URLのパスがタグの名前になります。 + learn_more: | + 他にもin_tail, in_syslogなどのinputプラグインがあります。 + Learn More send: 送信 messages: