2012-12-21 Junichi Satoh <junichi@rworks.jp>

* include/help/ja/help_module_interval.php: Translated into Japanese.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7319 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
jsatoh 2012-12-21 00:35:04 +00:00
parent 82e7f50377
commit 60290d0db4
2 changed files with 8 additions and 5 deletions

View File

@ -1,3 +1,7 @@
2012-12-21 Junichi Satoh <junichi@rworks.jp>
* include/help/ja/help_module_interval.php: Translated into Japanese.
2012-12-20 Sergio Martin <sergio.martin@artica.es>
* operation/tree.php

View File

@ -1,12 +1,11 @@
<?php
/* Include package help/es
/* Include package help/ja
*/
?>
<p> 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:
<p>モジュールインターバル(module interval)は、モジュールがデータを返す間隔を定義します。この設定値の 2倍の時間が経過しても新たなデータがない場合は、以下のいずれかの状態となります。
<ol>
<li>If the module is asynchronous it's status is reset to normal.</li>
<li>If the module is synchronous it's status is set to unknown.</li>
<li>非同期(asynchronous)モジュールの場合は、状態が正常にリセットされます。</li>
<li>同期(synchronous)モジュールの場合は、状態が不明になります。</li>
</ol>
</p>