Skip to content

Commit

Permalink
Project translation
Browse files Browse the repository at this point in the history
  • Loading branch information
master authored and master committed Mar 16, 2024
1 parent 9b0bbc4 commit 574d5ad
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions target/docs/lib/Float.htm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="ja">
<head>
<title>Float - 構文と使用法|AutoHotkey v2</title>
<meta name="description" content="Float関数は、数字のみの文字列または整数を浮動小数点数に変換する関数です" />
<meta name="description" content="Float関数は、数値文字列または整数を浮動小数点数に変換する関数です" />
<meta name="ahk:equiv-v1" content="index.htm" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
Expand All @@ -12,7 +12,7 @@
<body>

<h1>Float</h1>
<p>数字のみの文字列または整数を浮動小数点数に変換します</p>
<p>数値文字列または整数を浮動小数点数に変換します</p>
<pre class="Syntax">FltValue := <span class="func">Float</span>(Value)</pre>

<h2 id="Return_Value">戻り値</h2>
Expand Down
4 changes: 2 additions & 2 deletions target/docs/lib/Integer.htm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="ja">
<head>
<title>Integer - 構文と使用法|AutoHotkey v2</title>
<meta name="description" content="Integer関数は、数字のみの文字列または浮動小数点値を整数に変換する関数です" />
<meta name="description" content="Integer関数は、数値文字列または浮動小数点値を整数に変換する関数です" />
<meta name="ahk:equiv-v1" content="index.htm" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
Expand All @@ -12,7 +12,7 @@
<body>

<h1>Integer</h1>
<p>数字のみの文字列または浮動小数点値を整数に変換します</p>
<p>数値文字列または浮動小数点値を整数に変換します</p>
<pre class="Syntax">IntValue := <span class="func">Integer</span>(Value)</pre>

<h2 id="Return_Value">戻り値</h2>
Expand Down
4 changes: 2 additions & 2 deletions target/docs/lib/Number.htm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="ja">
<head>
<title>Number - 構文と使用法|AutoHotkey v2</title>
<meta name="description" content="Number関数は、数字のみの文字列を純粋な整数値または浮動小数点数に変換します" />
<meta name="description" content="Number関数は、数値文字列を純粋な整数値または浮動小数点数に変換します" />
<meta name="ahk:equiv-v1" content="index.htm" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
Expand All @@ -12,7 +12,7 @@
<body>

<h1>Number</h1>
<p>数字のみの文字列を純粋な整数値または浮動小数点数に変換します</p>
<p>数値文字列を純粋な整数値または浮動小数点数に変換します</p>
<pre class="Syntax">NumValue := <span class="func">Number</span>(Value)</pre>

<h2 id="Return_Value">戻り値</h2>
Expand Down
6 changes: 3 additions & 3 deletions target/docs/lib/index.htm
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ <h1>アルファベット順機能インデックス</h1>
</tr>
<tr>
<td><a href="Float.htm">Float</a></td>
<td>数字のみの文字列または整数を浮動小数点数に変換します</td>
<td>数値文字列または整数を浮動小数点数に変換します</td>
</tr>
<tr>
<td><a href="Math.htm#Floor">Floor</a></td>
Expand Down Expand Up @@ -662,7 +662,7 @@ <h1>アルファベット順機能インデックス</h1>
</tr>
<tr>
<td><a href="Integer.htm">Integer</a></td>
<td>数字のみの文字列または浮動小数点値を整数に変換します</td>
<td>数値文字列または浮動小数点値を整数に変換します</td>
</tr>
<tr>
<td><a href="IsLabel.htm">IsLabel</a></td>
Expand Down Expand Up @@ -806,7 +806,7 @@ <h1>アルファベット順機能インデックス</h1>
</tr>
<tr>
<td><a href="Number.htm">Number</a></td>
<td>数字のみの文字列を純粋な整数値または浮動小数点数に変換します</td>
<td>数値文字列を純粋な整数値または浮動小数点数に変換します</td>
</tr>
<tr>
<td><a href="NumGet.htm">NumGet</a></td>
Expand Down

0 comments on commit 574d5ad

Please sign in to comment.