From 9478bfa14ae0c305df6b90134c929bdc5ea93470 Mon Sep 17 00:00:00 2001 From: Ryoichi Obara Date: Sat, 4 Jan 2020 19:25:35 +0900 Subject: [PATCH] [ja] Support i18n 28-tail node. (#615) --- storage/tail/locales/ja/28-tail.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/storage/tail/locales/ja/28-tail.json b/storage/tail/locales/ja/28-tail.json index 740c56e1..3084f489 100644 --- a/storage/tail/locales/ja/28-tail.json +++ b/storage/tail/locales/ja/28-tail.json @@ -13,7 +13,12 @@ "binary": "バイナリバッファ" }, "errors": { - "windowsnotsupport": "現在Windows上での動作は対応していません" + "windowsnotsupport": "現在Windows上での動作は対応していません", + "filenotfound": "ファイルが見つかりませんでした" + }, + "state":{ + "stopped": "停止", + "nofilename":"ファイル名の指定がありません" } } }