From 667b97c7205ed285d04779ea196fe19ff6b03c37 Mon Sep 17 00:00:00 2001 From: uu59 Date: Tue, 22 Jul 2014 14:55:00 +0900 Subject: [PATCH] Fix out_forward texts --- app/views/fluentd/settings/out_forward/_form.html.haml | 1 + config/locales/translation_en.yml | 5 ++++- config/locales/translation_ja.yml | 5 ++++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/app/views/fluentd/settings/out_forward/_form.html.haml b/app/views/fluentd/settings/out_forward/_form.html.haml index abe8feb..398f4ef 100644 --- a/app/views/fluentd/settings/out_forward/_form.html.haml +++ b/app/views/fluentd/settings/out_forward/_form.html.haml @@ -4,6 +4,7 @@ = field(f, :match) = field(f, :server) = field(f, :secondary) + %p= t('fluentd.settings.out_forward.secondary_note') .well.well-sm %h4{"data-toggle" => "collapse", "href" => "#advanced-setting"} diff --git a/config/locales/translation_en.yml b/config/locales/translation_en.yml index f7719ef..ae72251 100644 --- a/config/locales/translation_en.yml +++ b/config/locales/translation_en.yml @@ -135,8 +135,11 @@ en: <<: *fluentd_common out_forward: option_guide: | + See also out_forward plugin page. + secondary_note: | + All servers are unavailable, store data as a file to specified path. show: - page_title: out_forward(TODO) + page_title: Forward setting out_s3: option_guide: | fluent-plugin-s3 install is required. diff --git a/config/locales/translation_ja.yml b/config/locales/translation_ja.yml index deef2a1..0e3dc1f 100644 --- a/config/locales/translation_ja.yml +++ b/config/locales/translation_ja.yml @@ -134,8 +134,11 @@ ja: <<: *fluentd_common out_forward: option_guide: | + out_forwardプラグインの解説もご参照ください。 + secondary_note: | + ※どのserverにも転送できなかった場合、上記のパスにファイルとしてデータが保存されます。 show: - page_title: out_forward(TODO) + page_title: フォワード設定 out_s3: option_guide: | fluent-plugin-s3プラグインのインストールが必要です。