From 0c3d4b45023cd470c9f5bba506d5494b96eeb6cd Mon Sep 17 00:00:00 2001 From: master Date: Wed, 13 Mar 2024 22:14:00 +0900 Subject: [PATCH] Project translation --- target/docs/lib/FileGetAttrib.htm | 2 +- target/docs/lib/FileGetSize.htm | 2 +- target/docs/lib/FileGetTime.htm | 2 +- target/docs/lib/FileGetVersion.htm | 2 +- target/docs/lib/FileSetAttrib.htm | 2 +- target/docs/lib/FileSetTime.htm | 10 +++++----- target/docs/lib/FormatTime.htm | 2 +- target/docs/lib/index.htm | 2 +- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/target/docs/lib/FileGetAttrib.htm b/target/docs/lib/FileGetAttrib.htm index 8b2542f49..c0eaadb96 100644 --- a/target/docs/lib/FileGetAttrib.htm +++ b/target/docs/lib/FileGetAttrib.htm @@ -22,7 +22,7 @@

パラメータ

Filename

型:文字列

-

If omitted, the current file of the innermost enclosing file loop will be used. Otherwise, specify the name of the target file, which is assumed to be in A_WorkingDir if an absolute path isn't specified. FileExistDirExistとは異なり、パターンではなく、本当のファイル名でなければなりません。

+

省略された場合、最も内側の file loop 中の現在のファイルが設定されます。Otherwise, specify the name of the target file, which is assumed to be in A_WorkingDir if an absolute path isn't specified. FileExistDirExistとは異なり、パターンではなく、本当のファイル名でなければなりません。

diff --git a/target/docs/lib/FileGetSize.htm b/target/docs/lib/FileGetSize.htm index f699579a5..aba976236 100644 --- a/target/docs/lib/FileGetSize.htm +++ b/target/docs/lib/FileGetSize.htm @@ -21,7 +21,7 @@

パラメータ

Filename

型:文字列

-

If omitted, the current file of the innermost enclosing file loop will be used. Otherwise, specify the name of the target file, which is assumed to be in A_WorkingDir if an absolute path isn't specified.

+

省略された場合、最も内側の file loop 中の現在のファイルが設定されます。Otherwise, specify the name of the target file, which is assumed to be in A_WorkingDir if an absolute path isn't specified.

Units
diff --git a/target/docs/lib/FileGetTime.htm b/target/docs/lib/FileGetTime.htm index f77ab7964..664e1b6ac 100644 --- a/target/docs/lib/FileGetTime.htm +++ b/target/docs/lib/FileGetTime.htm @@ -21,7 +21,7 @@

パラメータ

Filename

型:文字列

-

If omitted, the current file of the innermost enclosing file loop will be used. Otherwise, specify the name of the target file or folder, which is assumed to be in A_WorkingDir if an absolute path isn't specified.

+

省略された場合、最も内側の file loop 中の現在のファイルが設定されます。Otherwise, specify the name of the target file or folder, which is assumed to be in A_WorkingDir if an absolute path isn't specified.

WhichTime
diff --git a/target/docs/lib/FileGetVersion.htm b/target/docs/lib/FileGetVersion.htm index 0983542b5..795237cdc 100644 --- a/target/docs/lib/FileGetVersion.htm +++ b/target/docs/lib/FileGetVersion.htm @@ -21,7 +21,7 @@

パラメータ

Filename

型:文字列

-

If omitted, the current file of the innermost enclosing file loop will be used. Otherwise, specify the name of the target file. If a full path is not specified, this function uses the search sequence specified by the system LoadLibrary function.

+

省略された場合、最も内側の file loop 中の現在のファイルが設定されます。Otherwise, specify the name of the target file. If a full path is not specified, this function uses the search sequence specified by the system LoadLibrary function.

diff --git a/target/docs/lib/FileSetAttrib.htm b/target/docs/lib/FileSetAttrib.htm index d0cb53636..28f261b3e 100644 --- a/target/docs/lib/FileSetAttrib.htm +++ b/target/docs/lib/FileSetAttrib.htm @@ -38,7 +38,7 @@

パラメータ

FilePattern

型:文字列

-

If omitted, the current file of the innermost enclosing file loop will be used. Otherwise, specify the name of a single file or folder, or a wildcard pattern such as "C:\Temp\*.tmp". FilePattern is assumed to be in A_WorkingDir if an absolute path isn't specified.

+

省略された場合、最も内側の file loop 中の現在のファイルが設定されます。それ以外の場合、単一のファイルまたはフォルダの名前、または"C:\Temp\*.tmp"のようなワイルドカードパターンです。絶対パスが指定されない場合、FilePatternA_WorkingDir にあるとみなされます。</p>

Mode
diff --git a/target/docs/lib/FileSetTime.htm b/target/docs/lib/FileSetTime.htm index 9fe42ad4a..6e231d0c8 100644 --- a/target/docs/lib/FileSetTime.htm +++ b/target/docs/lib/FileSetTime.htm @@ -2,7 +2,7 @@ FileSetTime - 構文と使用法|AutoHotkey v2 - + @@ -12,22 +12,22 @@

FileSetTime

-

1つまたは複数のファイルまたはフォルダーの日時スタンプを変更します。ワイルドカードに対応しています。

+

1つまたは複数のファイルまたはフォルダーのタイムスタンプを変更します。ワイルドカードに対応しています。

-
ファイルセットタイム YYYYMMDDHH24MISS、FilePattern、WhichTime、Mode
+
FileSetTime YYYYMMDDHH24MISS, FilePattern, WhichTime, Mode

パラメータ

YYYYMMDDHH24MISS

型:文字列

-

If blank or omitted, it defaults to the current local date and time. Otherwise, specify the time to use for the operation (see Remarks for the format). 1601年以前の年号はサポート対象外です。

+

空白または省略された場合、現在のローカルタイムがデフォルトとなります。それ以外の場合は、操作に使用する時間を指定します(形式は「備考」を参照)。1601年以前はサポート対象外です。

FilePattern

型:文字列

-

If omitted, the current file of the innermost enclosing file loop will be used. Otherwise, specify the name of a single file or folder, or a wildcard pattern such as "C:\Temp\*.tmp". FilePattern is assumed to be in A_WorkingDir if an absolute path isn't specified.

+

省略された場合、最も内側の file loop 中の現在のファイルが設定されます。それ以外の場合、単一のファイルまたはフォルダの名前、または"C:\Temp\*.tmp"のようなワイルドカードパターンです。絶対パスが指定されない場合、FilePatternA_WorkingDir にあるとみなされます。</p>

WhichTime
diff --git a/target/docs/lib/FormatTime.htm b/target/docs/lib/FormatTime.htm index 26f65b481..c7470e7cb 100644 --- a/target/docs/lib/FormatTime.htm +++ b/target/docs/lib/FormatTime.htm @@ -24,7 +24,7 @@

パラメータ

YYYYMMDDHH24MISS

型:文字列

-

If blank or omitted, it defaults to the current local date and time. それ以外の場合は、YYYYMMDDHH24MISS形式のタイムスタンプの全部または先頭部分を指定します。

+

空白または省略された場合、現在のローカルタイムがデフォルトとなります。それ以外の場合は、YYYYMMDDHH24MISS形式のタイムスタンプの全部または先頭部分を指定します。

Format
diff --git a/target/docs/lib/index.htm b/target/docs/lib/index.htm index 9ffe8d6cb..be582f88c 100644 --- a/target/docs/lib/index.htm +++ b/target/docs/lib/index.htm @@ -512,7 +512,7 @@

アルファベット順機能インデックス

FileSetTime - 1つまたは複数のファイルまたはフォルダーの日時スタンプを変更します。ワイルドカードに対応しています。 + 1つまたは複数のファイルまたはフォルダーのタイムスタンプを変更します。ワイルドカードに対応しています。 Finally