Skip to content

Commit

Permalink
Translated by penguinthedawn
Browse files Browse the repository at this point in the history
  • Loading branch information
master authored and master committed May 25, 2024
1 parent f6d1c22 commit 2711865
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions omegat/project_save.tmx
Original file line number Diff line number Diff line change
Expand Up @@ -95237,6 +95237,22 @@ Enumerator Object - 定義と使用法|AutoHotkey v2</seg>
<seg>Loop Parse - 構文と使用法|AutoHotkey v2</seg>
</tuv>
</tu>
<tu>
<tuv lang="en">
<seg>Loop Parse rowtext, "`t"</seg>
</tuv>
<tuv lang="ja" changeid="penguinthedawn" changedate="20240525T081807Z" creationid="penguinthedawn" creationdate="20240525T081807Z">
<seg>Loop Parse rowtext, "`t"</seg>
</tuv>
</tu>
<tu>
<tuv lang="en">
<seg>Loop Parse t, "`n"</seg>
</tuv>
<tuv lang="ja" changeid="penguinthedawn" changedate="20240525T081804Z" creationid="penguinthedawn" creationdate="20240525T081804Z">
<seg>Loop Parse t, "`n"</seg>
</tuv>
</tu>
<tu>
<tuv lang="en">
<seg>Loop Parse, A_LoopField, A_Tab &lt;e1&gt;; Fields (columns) in each row are delimited by tabs (A_Tab).&lt;/e1&gt;</seg>
Expand Down Expand Up @@ -100973,6 +100989,14 @@ Enumerator Object - 定義と使用法|AutoHotkey v2</seg>
<seg>MsgBox returnTest() &lt;e0&gt;; 123と表示します。&lt;/e0&gt;</seg>
</tuv>
</tu>
<tu>
<tuv lang="en">
<seg>MsgBox rownum ":" A_Index " = " A_LoopField</seg>
</tuv>
<tuv lang="ja" changeid="penguinthedawn" changedate="20240525T081810Z" creationid="penguinthedawn" creationdate="20240525T081810Z">
<seg>MsgBox rownum ":" A_Index " = " A_LoopField</seg>
</tuv>
</tu>
<tu>
<tuv lang="en">
<seg>MsgBox s</seg>
Expand Down Expand Up @@ -193886,6 +193910,14 @@ Enumerator Object - 定義と使用法|AutoHotkey v2</seg>
<seg>を超える行を追加することができます。</seg>
</tuv>
</tu>
<tu>
<tuv lang="en">
<seg>rowtext := A_LoopField</seg>
</tuv>
<tuv lang="ja" changeid="penguinthedawn" changedate="20240525T081806Z" creationid="penguinthedawn" creationdate="20240525T081806Z">
<seg>rowtext := A_LoopField</seg>
</tuv>
</tu>
<tu>
<tuv lang="en">
<seg>s</seg>
Expand Down Expand Up @@ -194502,6 +194534,14 @@ Enumerator Object - 定義と使用法|AutoHotkey v2</seg>
<seg>t := ""</seg>
</tuv>
</tu>
<tu>
<tuv lang="en">
<seg>t := "column 1`tcolumn 2`nvalue 1`tvalue 2"</seg>
</tuv>
<tuv lang="ja" changeid="penguinthedawn" changedate="20240525T081803Z" creationid="penguinthedawn" creationdate="20240525T081803Z">
<seg>t := "column 1`tcolumn 2`nvalue 1`tvalue 2"</seg>
</tuv>
</tu>
<tu>
<tuv lang="en">
<seg>t := tick &lt;e3&gt;; This is okay because t isn't captured above.&lt;/e3&gt;</seg>
Expand Down

0 comments on commit 2711865

Please sign in to comment.