Update userguide and welcome documentation with the latest additions and translations from i18n.haiku-os.org.

This commit is contained in:
Niels Sascha Reedijk
2011-12-03 21:12:53 +01:00
parent 1fe24d0cd0
commit e6f22646a3
2370 changed files with 29029 additions and 2884 deletions
+18 -14
View File
@@ -9,6 +9,10 @@
*
* Authors:
* Humdinger <[email protected]>
* Translators:
* mt
* hiromu1996
* log-1
*
-->
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
@@ -36,6 +40,8 @@
<li><a href="../../uk/applications/diskprobe.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
<li><a href="../../zh_CN/applications/diskprobe.html"><img src="../../images/flags/zh_CN.png" alt="" /> 中文 [中文]</a></li>
<li><a href="../../pt_PT/applications/diskprobe.html"><img src="../../images/flags/pt_PT.png" alt="" />Português</a></li>
<li><a href="../../fi/applications/diskprobe.html"><img src="../../images/flags/fi.png" alt="" />Suomi</a></li>
<li><a href="../../sk/applications/diskprobe.html"><img src="../../images/flags/sk.png" alt="" />Slovenčina</a></li>
<li><a href="../../en/applications/diskprobe.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
@@ -47,26 +53,24 @@
<div id="content">
<div>
<div class="box-info">このページの翻訳はまだ完全ではありません。完成するまでは、未完成の部分はオリジナルの英文を使用します。</div>
<h2><img src="../../images/apps-images/diskprobe-icon_64.png" alt="diskprobe-icon_64.png" width="64" height="64" />DiskProbe</h2>
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbarメニュー:</td><td style="width:15px;"></td><td><span class="menu">Applications</span></td></tr>
<tr><td>場所:</td><td></td><td><span class="path">/boot/system/apps/DiskProbe</span></td></tr>
<tr><td>設定ファイル:</td><td></td><td><span class="path">~/config/settings/DiskProbe_data</span></td></tr>
<tr><td>Deskbar メニュー</td><td style="width:15px;"></td><td><span class="menu">アプリケーション (Applications)</span></td></tr>
<tr><td>場所</td><td></td><td><span class="path">/boot/system/apps/DiskProbe</span></td></tr>
<tr><td>設定ファイル</td><td></td><td><span class="path">~/config/settings/DiskProbe_data</span></td></tr>
</table>
<p><br /></p>
<p>DiskProbe is a HEX editor to view and alter data of a file or on a device on a byte-level. It's a very low-level tool and has therefore the potential to really mess things up if you're not careful!</p>
<div class="box-warning">Always work with the backup of a file and be extra careful when working directly on a device.</div>
<p>When starting DiskProbe you'll first be asked for the file or the device to work on. After that you are presented with this interface:</p>
<p>DiskProbe はファイル中やデバイスのデータをバイトレベルで観察、変更するための 16 進エディタです。大変低レベルのツールであるため、気を付けないとめちゃめちゃになってしまう可能性があります !</p>
<div class="box-warning">常にファイルのバックアップで作業するようにし、特にデバイスを直接操作する時は十分に注意してください。</div>
<p>DiskProbe を起動すると、最初にファイルかデバイスのどちらで作業するか尋ねられるでしょう。その後、次のようなインターフェースが表示されます。</p>
<p><img id="diskprobe" src="../images/apps-images/diskprobe.png" alt="diskprobe.png" /></p>
<p>The main view shows always one block of data, the size of which can be adjusted with <span class="menu">View | BlockSize</span>. To the left is the offset to the start of the block, in the middle the data as HEX values and to the right the same as ASCII symbols.<br />
You can move from block to block with the slider above or with <span class="key">ALT</span> <span class="key"></span> and <span class="key">ALT</span> <span class="key"></span> and switch between the HEX and ASCII columns with <span class="key">TAB</span>.</p>
<p><span class="menu">Block | Selection</span> will not only show the selection with different endianess (and in HEX or decimal, set by <span class="menu">View | Base</span>), it will also interprete the selection as a block offset that you can jump to. It will be grayed out if the position is outside of the file/device.<br />
This is a handy feature mostly when looking at file systems, as they often contain pointers to other blocks.</p>
<p>If the file you're probing includes attributes, the <span class="menu">Attributes</span> menu can be used to open any of them in a new DiskProbe window. Here's the copyright attribute of the <span class="app">AboutSystem</span> application:
</p><p><img id="diskprobe-attribute" src="../images/apps-images/diskprobe-about-attr.png" alt="diskprobe-about-attr.png" /></p>
<p>Depending on the kind of attribute, you'll get a different editor tab besides the always present <i>Raw Editor</i>. For example, there are editors for strings and MIME types or an icon viewer for the vectoricon attribute.</p>
<p>メインビューは常に一つのブロックのデータを示しています。 <span class="menu">表示 | ブロックサイズ</span> でそのサイズを調整できます。左には、ブロックの始まりからのオフセット、中央には、データの 16 進での表示が、右には ASCII シンボルでの表示があります。<br />
上にあるスライダーまたは、<span class="key">ALT</span> <span class="key"></span>、および <span class="key">ALT</span> <span class="key"></span> を使って、ブロックからブロックへと移動できます。また、<span class="key">TAB</span> を使って 16 進と ASCII コラムを切り換えることができます。</p>
<p><span class="menu">ブロック | 選択値へ移動</span> は、選択部分を異なるエンディアン (および異なる基数) で表示するだけでなく、ジャンプするブロックへのオフセットとして選択部分を計算されます。位置がファイル/デバイスの外にあると、それは灰色になります。<br />
ファイルシステムを調べるときがほとんどですが、これは便利な特徴です。なぜならファイルシステムはしばしば他のブロックへのポインタを含むからです。</p>
<p>調べているファイルが属性を含む場合、<span class="menu">Attributes</span> メニューを使用することで新しい DiskProbe のウインドウで開き、そこですべての属性を開くことができます。以下は、<span class="app">AboutSystem</span> アプリケーションの著作権属性です。</p><p><img id="diskprobe-attribute" src="../images/apps-images/diskprobe-about-attr.png" alt="diskprobe-about-attr.png" /></p>
<p><i>Raw Editor</i>は常に表示されますが、それに加えて属性の種類に応じて異なるエディタ・タブが表示されます。たとえば、文字列および MIME の種類のためのエディタや、ベクタアイコン属性のためのアイコンビューワなどがあります。</p>
</div>
</div>