-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PHP 8.4] PDOサブクラス・新メソッド #205
[PHP 8.4] PDOサブクラス・新メソッド #205
Conversation
06526c8
to
8bcf794
Compare
@SakiTakamachi |
8bcf794
to
d707705
Compare
reference/pdo_mysql/pdo-mysql.xml
Outdated
</simpara> | ||
</listitem> | ||
<listitem> | ||
<simpara> | ||
Two-dashes, C-style comments, and Hash-comments. | ||
2 つのハイフン、C スタイルのコメント、<literal>#</literal> によるコメント |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
この文脈では
-- comment
/* comment */
# comment
の3種類の形式のコメントのことなので、「〜コメント」は3つそれぞれに付けるか、最後のひとつにまとめた方がいいかもしれません。
「Cスタイル」は日本語では「C言語形式」のようにも置き換えられるかもしれません。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ありがとうございます!確かに読みやすくなりますね。
465683b で修正しました。同じコミットで、ほぼ同じ文章で「新機能」も訳していたのでそちらへもバックポートしています。
d707705
to
8e64a12
Compare
@@ -15,8 +15,8 @@ | |||
<void/> | |||
</methodsynopsis> | |||
<simpara> | |||
Returns the Firebird API version as defined by the C constant | |||
<constant>FB_API_VER</constant> in <filename class="headerfile">ibase.h</filename>. | |||
<filename class="headerfile">ibase.h</filename> 内で C 定数 <constant>FB_API_VER</constant> として定義されている |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
こちらもibase.h
の定数のことなので、「ibase.h
内でC言語での定数FB_API_VER
として定義されている…」のような文章の方がわかりやすいかもしれません。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ありがとうございます! 「C 言語の定数」としました: e9f41b5
他に無いか、プルリクエストを C
という文字列で検索しました。
既に翻訳済だった C API
を除きすべて C 言語
となりました。
e9f41b5
to
1044fa7
Compare
Thanks! |
翻訳対象:
補足作業:
[PHP 8.4] PDOサブクラス・新メソッド #205 (review)