From 952874b4b557fd7fed3b3d7f7eb8919f8260f3dd Mon Sep 17 00:00:00 2001 From: master Date: Tue, 7 May 2024 22:03:55 +0900 Subject: [PATCH] Project translation --- target/docs/lib/Gui.htm | 4 ++-- target/docs/lib/InstallKeybdHook.htm | 6 +++--- target/docs/lib/InstallMouseHook.htm | 8 ++++---- target/docs/lib/Menu.htm | 2 +- target/docs/lib/Persistent.htm | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/target/docs/lib/Gui.htm b/target/docs/lib/Gui.htm index be441d998..3f615d3a9 100644 --- a/target/docs/lib/Gui.htm +++ b/target/docs/lib/Gui.htm @@ -203,7 +203,7 @@

パラメータ

Blink

Type: Boolean

-

省略されたときは、デフォルトで>Trueになります。

+

省略したときは、デフォルトでTrueになります。

If true, the window's button in the taskbar will blink. これは、ウィンドウのタイトルバーやタスクバーボタン(ある場合)の色を反転させることによって行われます。

If false, the original colors of the title bar and taskbar button will be restored (but the actual behavior might vary depending on OS version).

@@ -476,7 +476,7 @@

パラメータ

Hide

Type: Boolean

-

省略されたときは、デフォルトで>Trueになります。

+

省略したときは、デフォルトでTrueになります。

If true, the window will be hidden.

If false, the window will not be hidden.

diff --git a/target/docs/lib/InstallKeybdHook.htm b/target/docs/lib/InstallKeybdHook.htm index 92d3d2962..a1efddcda 100644 --- a/target/docs/lib/InstallKeybdHook.htm +++ b/target/docs/lib/InstallKeybdHook.htm @@ -22,9 +22,9 @@

パラメータ

Install

Type: Boolean

-

省略されたときは、デフォルトで>Trueになります。

-

If true, the hook is required to be installed.

-

If false, any requirement previously set by this function is removed, potentially uninstalling the hook.

+

省略したときは、デフォルトでTrueになります。

+

trueのときは、フックのインストールが必要です。

+

falseのときは、この関数によって以前に設定された要件はすべて削除され、フックがアンインストールされる可能性があります。

Force
diff --git a/target/docs/lib/InstallMouseHook.htm b/target/docs/lib/InstallMouseHook.htm index 6b50a2ed5..a80fcdc7a 100644 --- a/target/docs/lib/InstallMouseHook.htm +++ b/target/docs/lib/InstallMouseHook.htm @@ -2,7 +2,7 @@ InstallMouseHook - 構文と使用法|AutoHotkey v2 - + @@ -22,9 +22,9 @@

パラメータ

Install

Type: Boolean

-

省略されたときは、デフォルトで>Trueになります。

-

If true, the hook is required to be installed.

-

If false, any requirement previously set by this function is removed, potentially uninstalling the hook.

+

省略したときは、デフォルトでTrueになります。

+

trueのときは、フックのインストールが必要です。

+

falseのときは、この関数によって以前に設定された要件はすべて削除され、フックがアンインストールされる可能性があります。

Force
diff --git a/target/docs/lib/Menu.htm b/target/docs/lib/Menu.htm index ee40abc35..21c3adbe2 100644 --- a/target/docs/lib/Menu.htm +++ b/target/docs/lib/Menu.htm @@ -291,7 +291,7 @@

パラメータ

ApplyToSubmenus

Type: Boolean

-

省略されたときは、デフォルトで>Trueになります。

+

省略したときは、デフォルトでTrueになります。

If true, the color will be applied to all of the menu's submenus.

If false, the color will be applied to the menu only.

diff --git a/target/docs/lib/Persistent.htm b/target/docs/lib/Persistent.htm index badce8717..23743c251 100644 --- a/target/docs/lib/Persistent.htm +++ b/target/docs/lib/Persistent.htm @@ -21,7 +21,7 @@

パラメータ

Persist

Type: Boolean

-

省略されたときは、デフォルトで>Trueになります。

+

省略したときは、デフォルトでTrueになります。

If true, the script will be kept running after all threads have exited, even if none of the other conditions for keeping the script running are met.

If false, the default behaviour is restored.