From f82add641962dfb79c80af8e71bfce97fa628a3f Mon Sep 17 00:00:00 2001 From: sogabe Date: Wed, 22 Apr 2009 14:37:57 +0000 Subject: [PATCH] added japanese help file and fix typo git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@17368 71c3de6d-444a-0410-be80-ed276b4c234a --- .../model/ComputerSet/sidepanel_ja.properties | 3 ++- .../ArchitectureMonitor/help_ja.html | 3 +++ .../node_monitors/ClockMonitor/help.html | 2 +- .../node_monitors/ClockMonitor/help_ja.html | 9 ++++++++ .../DiskSpaceMonitor/help_ja.html | 6 +++++ .../ResponseTimeMonitor/help_ja.html | 7 ++++++ .../SwapSpaceMonitor/help_ja.html | 22 +++++++++++++++++++ .../TemporarySpaceMonitor/help_ja.html | 11 ++++++++++ 8 files changed, 61 insertions(+), 2 deletions(-) create mode 100644 core/src/main/resources/hudson/node_monitors/ArchitectureMonitor/help_ja.html create mode 100644 core/src/main/resources/hudson/node_monitors/ClockMonitor/help_ja.html create mode 100644 core/src/main/resources/hudson/node_monitors/DiskSpaceMonitor/help_ja.html create mode 100644 core/src/main/resources/hudson/node_monitors/ResponseTimeMonitor/help_ja.html create mode 100644 core/src/main/resources/hudson/node_monitors/SwapSpaceMonitor/help_ja.html create mode 100644 core/src/main/resources/hudson/node_monitors/TemporarySpaceMonitor/help_ja.html diff --git a/core/src/main/resources/hudson/model/ComputerSet/sidepanel_ja.properties b/core/src/main/resources/hudson/model/ComputerSet/sidepanel_ja.properties index 238c0c0bce..a6b2328d18 100644 --- a/core/src/main/resources/hudson/model/ComputerSet/sidepanel_ja.properties +++ b/core/src/main/resources/hudson/model/ComputerSet/sidepanel_ja.properties @@ -21,4 +21,5 @@ # THE SOFTWARE. Back\ to\ Dashboard=\u30C0\u30C3\u30B7\u30E5\u30DC\u30FC\u30C9\u3078\u623B\u308B -New\ Node=\u65B0\u898F\u30CE\u30FC\u30C9\u4F5C\u6210 \ No newline at end of file +New\ Node=\u65B0\u898F\u30CE\u30FC\u30C9\u4F5C\u6210 +Configure=\u8A2D\u5B9A diff --git a/core/src/main/resources/hudson/node_monitors/ArchitectureMonitor/help_ja.html b/core/src/main/resources/hudson/node_monitors/ArchitectureMonitor/help_ja.html new file mode 100644 index 0000000000..4bf2743fea --- /dev/null +++ b/core/src/main/resources/hudson/node_monitors/ArchitectureMonitor/help_ja.html @@ -0,0 +1,3 @@ +
+ 情報として、スレーブのアーキテクチャを表示するだけで、そのスレーブをオフラインにすることはありません。 +
\ No newline at end of file diff --git a/core/src/main/resources/hudson/node_monitors/ClockMonitor/help.html b/core/src/main/resources/hudson/node_monitors/ClockMonitor/help.html index 365ac1851b..fefe10c44c 100644 --- a/core/src/main/resources/hudson/node_monitors/ClockMonitor/help.html +++ b/core/src/main/resources/hudson/node_monitors/ClockMonitor/help.html @@ -1,6 +1,6 @@
This monitors the clock difference between the master and nodes. - While Hudson itself is generally capable of torelating clock differences between systems, + While Hudson itself is generally capable of tolerating clock differences between systems, version control activities and distributed file access (such as NFS, Windows file shares) tend to have strange problems when systems involved have different clocks. diff --git a/core/src/main/resources/hudson/node_monitors/ClockMonitor/help_ja.html b/core/src/main/resources/hudson/node_monitors/ClockMonitor/help_ja.html new file mode 100644 index 0000000000..9dac68365c --- /dev/null +++ b/core/src/main/resources/hudson/node_monitors/ClockMonitor/help_ja.html @@ -0,0 +1,9 @@ +
+ マスタとノード間のクロック誤差を監視します。 + Hudson自身は通常システム間のクロック誤差を許容しますが、 + バージョンコントロールや分散ファイルシステムでのアクセス(NFSやWindowsでのファイル共有など)では、 + 関係するシステムにクロック誤差があると変な問題が発生する傾向があります。 + +

+ クロックの同期をとるには、NTPの利用を検討してください。 +

\ No newline at end of file diff --git a/core/src/main/resources/hudson/node_monitors/DiskSpaceMonitor/help_ja.html b/core/src/main/resources/hudson/node_monitors/DiskSpaceMonitor/help_ja.html new file mode 100644 index 0000000000..5aea6e4c33 --- /dev/null +++ b/core/src/main/resources/hudson/node_monitors/DiskSpaceMonitor/help_ja.html @@ -0,0 +1,6 @@ +
+ 各スレーブの$HUDSON_HOMEの利用可能なディスク容量を監視します。もし閾値を下回ったらそのスレーブはオフラインになります。 + +

+ このディレクトリでビルドが実行されるので、いっぱいになったらビルドはすべて失敗します。 +

\ No newline at end of file diff --git a/core/src/main/resources/hudson/node_monitors/ResponseTimeMonitor/help_ja.html b/core/src/main/resources/hudson/node_monitors/ResponseTimeMonitor/help_ja.html new file mode 100644 index 0000000000..f58531067c --- /dev/null +++ b/core/src/main/resources/hudson/node_monitors/ResponseTimeMonitor/help_ja.html @@ -0,0 +1,7 @@ +
+ マスターからスレーブへの往復の応答時間を監視し、閾値を繰り返し超えるようであればそのスレーブをオフラインにします。 + +

+ 応答しないスレーブや、通信を妨げる他のネットワーク関連の問題を発見するのに有用です。 + もっと具体的に言うと、マスターはスレーブに何もしないコマンドを送信し、そのコマンドの結果が戻ってくる時間をチェックします。 +

\ No newline at end of file diff --git a/core/src/main/resources/hudson/node_monitors/SwapSpaceMonitor/help_ja.html b/core/src/main/resources/hudson/node_monitors/SwapSpaceMonitor/help_ja.html new file mode 100644 index 0000000000..4e09e7e197 --- /dev/null +++ b/core/src/main/resources/hudson/node_monitors/SwapSpaceMonitor/help_ja.html @@ -0,0 +1,22 @@ +
+ コンピュータの仮想メモリ容量(一般的には"スワップ容量")を監視し、閾値を下回るようであればそのスレーブをオフラインにします。 + +

+ スワップ容量の正確な定義はプラットホーム依存です。 + +

    +
  • + Windowsにおけるこの値は、 + ページファイルでの利用可能な容量ですが、 + Windowsはページファイルサイズを自動的に拡張できるので、値にあまり意味はありません。 + +
  • + Linuxでのこの値は、/proc/meminfoから取得します。 + +
  • + 他のUnixシステムでのこの値は、topコマンドの実行結果から取得します。 +
+ +

+ もし、この値が報告されないOSがあれば、改善できるように連絡してください。 +

\ No newline at end of file diff --git a/core/src/main/resources/hudson/node_monitors/TemporarySpaceMonitor/help_ja.html b/core/src/main/resources/hudson/node_monitors/TemporarySpaceMonitor/help_ja.html new file mode 100644 index 0000000000..fbc8e4ca4b --- /dev/null +++ b/core/src/main/resources/hudson/node_monitors/TemporarySpaceMonitor/help_ja.html @@ -0,0 +1,11 @@ +
+ 利用可能なテンポラリディレクトリのディスク容量を監視し、ある閾値を下回るようであれば、ノードはオフラインになります。 + +

+ Javaのツール、テストおよびビルドは、よくテンポラリディレクトリにファイルを作成しますが、 + 利用可能な容量がなければ正しく動作しない可能性があります。 + +

+ もっと具体的に言うと、システムプロパティjava.io.tmpdirで指定されたディレクトリを含むパーティションの利用可能なディスク容量をチェックします。 + スレーブでのこのディレクトリが何であるかチェックするには、${rootURL}/computer/SLAVENAME/systemInfoを参照してください。 +

\ No newline at end of file -- GitLab