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 f0d6d0c commit 966a45d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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
2 changes: 1 addition & 1 deletion target/docs/lib/index.htm
Original file line number Diff line number Diff line change
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

0 comments on commit 966a45d

Please sign in to comment.