diff --git a/resources/lang/ja-JP/cachet.php b/resources/lang/ja-JP/cachet.php index 91679fe0..d6dc7d47 100644 --- a/resources/lang/ja-JP/cachet.php +++ b/resources/lang/ja-JP/cachet.php @@ -53,7 +53,7 @@ return [ // Service Status 'service' => [ - 'good' => '全システムが正常に稼動しています', + 'good' => '[0,1]System operational|[2,*]All systems are operational', 'bad' => '一部のシステムに問題が発生しています', 'major' => 'システムに深刻な問題が発生しています', ],