-
Notifications
You must be signed in to change notification settings - Fork 62
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
WIP: language-snippets.entの翻訳 #161
base: master
Are you sure you want to change the base?
Conversation
フォークしたphp/doc-jaのリポジトリのmasterにコミットした名残で、いらないコミットが残っていますが気にしないでください。 |
language-snippets.ent
Outdated
呼び出す関数またはメソッド。有効な <link linkend="gearman.constants">Gearmanの値</link> を返す必要があります。 | ||
</para> | ||
<para> | ||
return ステートメントが存在しない場合、デフォルトで <constant>GEARMAN_SUCCESS</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.
既存の訳ではstatement
は「文」と訳されていそうです。
return ステートメントが存在しない場合、デフォルトで <constant>GEARMAN_SUCCESS</constant> が返されます。 | |
return 文が存在しない場合、デフォルトで <constant>GEARMAN_SUCCESS</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.
修正しました
language-snippets.ent
Outdated
|
||
<!ENTITY gearman.note.callback '<note xmlns="http://docbook.org/ns/docbook"> | ||
<para> | ||
この callback は、このメソッドを呼び出した後に追加されたタスク(例: <methodname>GearmanClient::addTask</methodname> を呼び出して追加されたタスク)に対してのみ実行されます。 |
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.
上と同じく「コールバック」とした方が全体として一貫性がありそうです。
この callback は、このメソッドを呼び出した後に追加されたタスク(例: <methodname>GearmanClient::addTask</methodname> を呼び出して追加されたタスク)に対してのみ実行されます。 | |
このコールバックは、このメソッドを呼び出した後に追加されたタスク(例: <methodname>GearmanClient::addTask</methodname> を呼び出して追加されたタスク)に対してのみ実行されます。 |
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.
修正しました
https://github.com/php/doc-en/blame/master/language-snippets.ent
取り込んだもののうち、関連する物を列挙
php/doc-en#3991
php/doc-en#3958
php/doc-en#3893
php/doc-en#3914
php/doc-en#4028
php/doc-en#3861