-
Notifications
You must be signed in to change notification settings - Fork 2
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
fixes #330 javascript/ajax/index.md 和訳の見直し #331
base: main
Are you sure you want to change the base?
Conversation
ここで、[jQuery の記事のスニペット](https://developer.wordpress.org/plugins/javascript/jquery/#selector-and-event)にある「do stuff」部分を定義します。ここでは、[`$.post()`](https://api.jquery.com/jQuery.post/ "jQuery リファレンス") メソッドを使用し、そのパラメータは、POST リクエストを送信する URL、送信するデータ、そしてサーバーのレスポンスを処理するコールバック関数、の3つになります。でも、その前に、ちょっとした下準備があります。後でコールバック関数で使うために、次のように割り当てします。目的は[コールバックのセクション](https://developer.wordpress.org/plugins/javascript/ajax/#callback "Page section")で詳しく説明します。 | ||
ここで、[jQuery の記事のスニペット](https://developer.wordpress.org/plugins/javascript/jquery/#selector-and-event)にある「do stuff」部分を定義します。ここでは、[`$.post()`](https://api.jquery.com/jQuery.post/ "jQuery リファレンス") メソッドを使用し、そのパラメータは、POST リクエストを送信する URL、送信するデータ、そしてサーバーのレスポンスを処理するコールバック関数、の3つになります。でも、その前に、ちょっとした下準備があります。後でコールバック関数で使うために、次のように割り当てします。目的は[コールバックのセクション](https://developer.wordpress.org/plugins/javascript/ajax/#callback "コールバック")で詳しく説明します。 |
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.
こちら、原文リポジトリにもPRを提出していただくことは可能でしょうか。
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.
明日以降にでも、原文側に PR を出してみようと思います。
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.
原文側にもPRを立てましたら、その PR 番号をここにリンクしていただけると助かります。
下記の様に、issueを立てました。 内容は、↓こんな感じです。
|
原文側のfrantorres氏のコメントによれば、フレーズ自体の変更が必要では?との事です。 |
ありがとうございます!
の順で進められたらなと思います。 |
先程、原文側に修正PRを提出しました。 |
こちら、 frantorres さんのレビュー待ちです。 |
Fixes #330
和訳 85 行目:コールバックのセクション
=> コールバックのセクション
原文 216 行目:PHP section
和訳 218 行目:PHP のセクション
…原文の時点で、リンク先が間違ってる様な気がします(セクションが自分自身を指してることになるのでは?)。
且つ、「リンクテキスト」と「タイトル」が甚だしく乖離してますし。
textlint の再実施
和訳 11 行目:ブラウザ => ブラウザー
和訳 21 行目:ブラウザ => ブラウザー
和訳 211 行目:ブラウザ => ブラウザー