From 445e8b8dd3cc8889095558d75152356f12f102a7 Mon Sep 17 00:00:00 2001 From: yoshihara Date: Thu, 23 Apr 2015 16:00:53 +0900 Subject: [PATCH] Clarify description for multi_line --- config/locales/translation_en.yml | 2 +- config/locales/translation_ja.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/locales/translation_en.yml b/config/locales/translation_en.yml index ce04526..eaaef1a 100644 --- a/config/locales/translation_en.yml +++ b/config/locales/translation_en.yml @@ -211,7 +211,7 @@ en: For each config parameter, please refer to the Tail input plugin documentation page. in_tail: notice_for_permission: "Please check permission or group setting for %{user} user can read it." - notice_for_multiline_limit: "The number i of lines is assigned \"format#{i}\". Lines more than 20 are ignored." + notice_for_multiline_limit: "Please input Regexp(s) separated by newline. blank lines are ignored. Lines more than 20 are dropped." restart_from_first: Restart from first grok_manual: |

diff --git a/config/locales/translation_ja.yml b/config/locales/translation_ja.yml index 6764381..9a41a0b 100644 --- a/config/locales/translation_ja.yml +++ b/config/locales/translation_ja.yml @@ -216,7 +216,7 @@ ja: in_tailプラグインの解説ページFluentularもご参照ください。 in_tail: - notice_for_multiline_limit: "i行目が\"format#{i}\"として設定されます。20行以上は無視します。" + notice_for_multiline_limit: "改行区切りで正規表現を入力してください。空行はカウントされません。21行目以降の入力は無視されます。" notice_for_permission: "※%{user}ユーザーが読み込み可能なようにパーミッションやグループの設定をご確認ください。" restart_from_first: 最初からやり直す grok_manual: |