Skip to content

Commit

Permalink
fix translation of 'question mark'
Browse files Browse the repository at this point in the history
  • Loading branch information
koizumistr committed Sep 1, 2024
1 parent 32de633 commit 502d875
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/src/sgml/func.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -22221,7 +22221,7 @@ $.track.segments.size()
a question mark and provides a condition in parentheses:
-->
パスを定義する際にはSQLの<literal>WHERE</literal>節のように働く一つ以上の<firstterm>フィルター式</firstterm>が利用できます。
フィルター式はクェスチョンマークで始まり、カッコ内に条件を記述します。
フィルター式は疑問符で始まり、カッコ内に条件を記述します。

<programlisting>
? (<replaceable>condition</replaceable>)
Expand Down
2 changes: 1 addition & 1 deletion doc/src/sgml/func3.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -2283,7 +2283,7 @@ $.track.segments.size()
a question mark and provides a condition in parentheses:
-->
パスを定義する際にはSQLの<literal>WHERE</literal>節のように働く一つ以上の<firstterm>フィルター式</firstterm>が利用できます。
フィルター式はクェスチョンマークで始まり、カッコ内に条件を記述します。
フィルター式は疑問符で始まり、カッコ内に条件を記述します。

<programlisting>
? (<replaceable>condition</replaceable>)
Expand Down
2 changes: 1 addition & 1 deletion doc/src/sgml/ref/ecpg-ref.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ libecpgはプリペアド文のキャッシュを保持し、再実行される
Allow question mark as placeholder for compatibility reasons.
This used to be the default long ago.
-->
互換性のためにクエスチョンマークをプレースホルダとして許します
互換性のために疑問符をプレースホルダとして許します
これは大昔にデフォルトでした。
</para>
</listitem>
Expand Down

0 comments on commit 502d875

Please sign in to comment.