Sync docs to grab Japanese updates
h/t Shin-ichi Also, comment added to Makefile about how Japanese TXT alternatives come out poor (due to lack of word-wrapping in many cases).
This commit is contained in:
parent
d318a44a45
commit
0b891ff4c6
5 changed files with 41 additions and 51 deletions
|
|
@ -219,12 +219,12 @@
|
|||
</header>
|
||||
|
||||
<dl>
|
||||
<dt>Magic Tool sizes</dt>
|
||||
<dt>「まほう」ツールのサイズ変更機能</dt>
|
||||
<dd>
|
||||
Many <a href="#using_tools_drawing_magic">Magic Tools</a> will now offer an option to adjust the size of the effect. For example, thinner lines in the symmetry painting tools, finer or coarser application of effects like blur, or a wider range of shapes. (This feature may be deactivated using the <a href="OPTIONS.html#video_sound">"<code>nomagicsizes</code>" simplification option</a>.) </dd>
|
||||
<dt>Word-wrapped button labels</dt>
|
||||
多くの<a href="#using_tools_drawing_magic">「まほう」ツール</a>に、効果の大きさを調整するオプションが追加されました。例えば、「さゆうたいしょう」の描画ツールで線を細くしたり、「ぼかす」ツールでの効果を細かくしたり粗くしたり、描画オブジェクトの大きさを細かく変更することができます。(この機能は、簡略化オプション<a href="OPTIONS.html#video_sound">"nomagicsizes"</a>を使って無効化することができます) </dd>
|
||||
<dt>ボタンのラベルの折り返し</dt>
|
||||
<dd>
|
||||
When possible, longer labels shown on Tux Paint's UI buttons will be word-wrapped, to help improve legibility. </dd>
|
||||
Tux Paint のユーザーインターフェースボタンのラベルの文字列が長い場合、読みやすくするために折り返し表示ができるようになりました。 </dd>
|
||||
</dl>
|
||||
|
||||
<p>
|
||||
|
|
@ -916,20 +916,20 @@
|
|||
<p>
|
||||
「まほう」ツールは、様々な特殊なツールを集めたものです。右側のセレクタで、「まほう」の効果を選択することができます。効果を適用する方法は、クリック+ドラッグ、単なるクリックなど、ツールごとに様々です。 </p>
|
||||
|
||||
<strong>Magic Controls</strong>
|
||||
<strong>「まほう」効果の制御</strong>
|
||||
<blockquote>
|
||||
<p>
|
||||
クリック+ドラッグを使用するツールの場合、右側のセレクタの下部左側にある「描画」を表すボタンが有効になります。1クリックで画面全体に効果を及ぼすツールの場合、右側の「画面全体」を表すボタンが有効になります。 </p>
|
||||
クリック+ドラッグを使用するツールの場合、右側のセレクタの下部左側にある「描画モード」を表すボタンが有効になります。1クリックで画面全体に効果を及ぼすツールの場合、右側の「全画面モード」を表すボタンが有効になります。 </p>
|
||||
<p class="note">
|
||||
<span title="Configuration option">⚙</span> <strong>Note</strong>: If the "<code>nomagiccontrols</code>" option is set, Tux Paint won't display the painting or entire picture controls. See the "<a href="OPTIONS.html"><em>Options</em></a>" documentation. </p>
|
||||
<span title="Configuration option">⚙</span> <strong>注:</strong> "<code>nomagiccontrols</code>" オプションが設定されると、「描画モード」「全画面モード」の選択ボタンが無効になります。詳しくは"<a href="OPTIONS.html"><em>各種設定について</em></a>"のドキュメントを参照してください。 </p>
|
||||
<p class="note">
|
||||
<span title="Information">💡</span> If the magic controls are disabled, the Magic plugin may make separate tools available, one for painting and one that affects the entire pictre. </p>
|
||||
<span title="Information">💡</span> 「まほう」効果の制御が無効にされた場合、いくつかの「まほう」プラグインは「描画モード」「全画面モード」に対応するツールに分かれて利用できるようになります。 </p>
|
||||
</blockquote>
|
||||
|
||||
<strong>Magic Sizing</strong>
|
||||
<strong>「まほう」サイズの制御</strong>
|
||||
<blockquote>
|
||||
<p>
|
||||
Some tools offer different sizing options. If so, a slider will appear at the bottom right side of the screen. This may affect the radius of a special effect (e.g., Darken) or painted object (e.g., Patterns), or other attributes (e.g., large versus small Brick shapes). </p>
|
||||
「まほう」ツールの中には描画のサイズや効果が及ぶ幅の大きさを変更できるものがあり、その場合、画面の右下にスライダーボタンが表示されます。 </p>
|
||||
|
||||
<div class="screenshot-center">
|
||||
<img src=
|
||||
|
|
@ -939,9 +939,9 @@
|
|||
alt="">
|
||||
</div>
|
||||
<p class="note">
|
||||
<span title="Configuration option">⚙</span> <strong>Note</strong>: If the "<code>nomagicsizes</code>" option is set, Tux Paint won't display the sizing controls. See the "<a href="OPTIONS.html"><em>Options</em></a>" documentation. </p>
|
||||
<span title="Configuration option">⚙</span> <strong>注:</strong> "<code>nomagicsizes</code>" オプションが設定されると、サイズを変更スライダーのボタンが無効になります。詳しくは"<a href="OPTIONS.html"><em>各種設定について</em></a>"のドキュメントを参照してください。 </p>
|
||||
<p class="note">
|
||||
<span title="Information">💡</span> If the sizing option is disabled, the Magic plugin may simply offer a default size (e.g., Patterns), or it may make separate tools available with different pre-set sizes (e.g., Bricks and Googly Eyes). </p>
|
||||
<span title="Information">💡</span> サイズ変更が無効にされると、単にツールごとの標準のサイズに固定される場合と、例えば「れんが」や「めだま」などいくつかのプラグインのように、異なるサイズのツールが追加される場合があります。 </p>
|
||||
</blockquote>
|
||||
|
||||
<p>
|
||||
|
|
@ -1739,7 +1739,7 @@
|
|||
<li>"Mastodon" は Mastodon gGmbH の登録商標です。</li>
|
||||
<li>"Reddit" は、Reddit 社の登録商標です。</li>
|
||||
<li>"Tumblr" は Tumblr 社の登録商標です。</li>
|
||||
<li>"Twitter" is a registered trademark of X Corp.</li>
|
||||
<li>"Twitter" は、X 社の登録商標です。</li>
|
||||
</ul>
|
||||
</section>
|
||||
</footer>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue