diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 8d3f2303c0..2ad9f5dc72 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2012-12-21 Junichi Satoh + + * include/help/ja/help_module_interval.php: Translated into Japanese. + 2012-12-20 Sergio Martin * operation/tree.php diff --git a/pandora_console/include/help/ja/help_module_interval.php b/pandora_console/include/help/ja/help_module_interval.php index 012e8b7e91..1a22e089bd 100644 --- a/pandora_console/include/help/ja/help_module_interval.php +++ b/pandora_console/include/help/ja/help_module_interval.php @@ -1,12 +1,11 @@ -

The module interval defines the periodicity with which the module should return data. If twice the module interval has elapsed and there is no new data, one of two things can happen: +

モジュールインターバル(module interval)は、モジュールがデータを返す間隔を定義します。この設定値の 2倍の時間が経過しても新たなデータがない場合は、以下のいずれかの状態となります。

    -
  1. If the module is asynchronous it's status is reset to normal.
  2. -
  3. If the module is synchronous it's status is set to unknown.
  4. +
  5. 非同期(asynchronous)モジュールの場合は、状態が正常にリセットされます。
  6. +
  7. 同期(synchronous)モジュールの場合は、状態が不明になります。

-