From ccaf6bbe7b9dd38b478123586d2f8089ece29b04 Mon Sep 17 00:00:00 2001 From: Kenji Okimoto Date: Thu, 24 May 2018 14:06:13 +0900 Subject: [PATCH] Add missing translation Signed-off-by: Kenji Okimoto --- config/locales/translation_en.yml | 1 + config/locales/translation_ja.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/config/locales/translation_en.yml b/config/locales/translation_en.yml index eaaef1a..099adae 100644 --- a/config/locales/translation_en.yml +++ b/config/locales/translation_en.yml @@ -98,6 +98,7 @@ en: start: Start stop: Stop restart: Restart + reload: Reload log: Log stopped: Stopped running: Running diff --git a/config/locales/translation_ja.yml b/config/locales/translation_ja.yml index 9a41a0b..af8f2a3 100644 --- a/config/locales/translation_ja.yml +++ b/config/locales/translation_ja.yml @@ -98,6 +98,7 @@ ja: start: 開始 stop: 停止 restart: 再起動 + reload: リロード log: ログ stopped: 停止中 running: 稼働中