Skip to content

Commit ea2257a

Browse files
mastermaster
master
authored and
master
committed
Project translation
1 parent 47b2ff1 commit ea2257a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

target/docs/lib/Continue.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h2 id="Parameters">パラメータ</h2>
1919
<dt>LoopLabel</dt>
2020
<dd>
2121
<p>省略時または1の場合、この文が囲まれている最も内側のループに適用されます。それ以外の場合は、<a href="../misc/Labels.htm">ラベル名</a>または数値のネストレベルのいずれかによってこのステートメントをどのループに適用するかを指定します。<a href="../misc/Labels.htm">ラベル</a>を指定する場合は、<a href="../Language.htm#loop-statement">ループステートメント</a>を直接指定する必要があります。</p>
22-
<p><em>LoopLabel</em>は定数値でなければならない。変数や式はサポートされていない。ただし、括弧で囲まれた単一のリテラル数値または引用文字列は例外です。For example: <code>continue("outer")</code></p>
22+
<p><em>LoopLabel</em>は定数値でなければならない。変数や式はサポートされていない。ただし、括弧で囲まれた単一のリテラル数値または引用文字列は例外です。例: <code>continue("outer")</code></p>
2323
</dd>
2424
</dl>
2525

target/docs/lib/FileGetAttrib.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ <h2 id="Examples">例</h2>
6363
<pre>OutputVar := FileGetAttrib("C:\New Folder")</pre>
6464
</div>
6565
<div class="ex" id="ExIf">
66-
<p><a class="ex_number" href="#ExIf"></a> Checks if the Hidden attribute is present in the retrieved string.</p>
66+
<p><a class="ex_number" href="#ExIf"></a> 取得した文字列に隠し属性があるかどうかをチェックします。</p>
6767
<pre>if InStr(FileGetAttrib("C:\My File.txt"), "H")
6868
MsgBox "The file is hidden."</pre>
6969
</div>

target/docs/lib/MouseClick.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ <h2 id="Parameters">パラメータ</h2>
5757
<dt>Relative</dt>
5858
<dd>
5959
<p>型:<a href="../Concepts.htm#strings">文字列</a></p>
60-
<p>If blank or omitted, the X and Y coordinates will be used for absolute positioning. そうでなければ、次の文字を指定します:</p>
60+
<p>空白または省略されたときは、X、Y座標は絶対座標になります。そうでなければ、次の文字を指定します:</p>
6161
<p><strong>R:</strong>X、Y座標は、現在のマウス位置からのオフセットとして扱われます。つまり、カーソルは現在位置から右にXピクセル(負の場合は左)、下にYピクセル(負の場合は上)だけ移動します。</p>
6262
</dd>
6363

target/docs/lib/MouseClickDrag.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ <h2 id="Parameters">パラメータ</h2>
4848
<dt>Relative</dt>
4949
<dd>
5050
<p>型:<a href="../Concepts.htm#strings">文字列</a></p>
51-
<p>If blank or omitted, the X and Y coordinates will be used for absolute positioning. そうでなければ、次の文字を指定します:</p>
51+
<p>空白または省略されたときは、X、Y座標は絶対座標になります。そうでなければ、次の文字を指定します:</p>
5252
<p><strong>R:</strong>X1、Y1座標は、現在のマウス位置からのオフセットとして扱われます。つまり、カーソルは現在位置から右にX1ピクセル(マイナスの場合は左)、下にY1ピクセル(マイナスの場合は上)だけ移動することになります。同様に、X2、Y2座標は、X1、Y1座標からのオフセットとして扱われます。例えば、次のようにすると、まずカーソルを開始位置から下と右に5ピクセル移動させ、その位置から下と右に10ピクセルずつドラッグします:<code>MouseClickDrag "Left", 5, 5, 10, 10, , "R"</code></p>
5353
</dd>
5454

target/docs/lib/MouseMove.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ <h2 id="Parameters">パラメータ</h2>
3434
<dt>Relative</dt>
3535
<dd>
3636
<p>型:<a href="../Concepts.htm#strings">文字列</a></p>
37-
<p>If blank or omitted, the X and Y coordinates will be used for absolute positioning. そうでなければ、次の文字を指定します:</p>
37+
<p>空白または省略されたときは、X、Y座標は絶対座標になります。そうでなければ、次の文字を指定します:</p>
3838
<p><strong>R:</strong>X、Y座標は、現在のマウス位置からのオフセットとして扱われます。つまり、カーソルは現在位置から右にXピクセル(負の場合は左)、下にYピクセル(負の場合は上)だけ移動します。</p>
3939
</dd>
4040

0 commit comments

Comments
 (0)