-
Notifications
You must be signed in to change notification settings - Fork 113
Translate docs/building-a-contact-form
#214
Translate docs/building-a-contact-form
#214
Conversation
fe16595 to
836efe0
Compare
|
@imbsky |
docs/docs/building-a-contact-form.md
Outdated
| ### Getform | ||
|
|
||
| Getform is a form backend platform which offers a free-plan for handling form submissions on static sites. Begin by creating a form on your Gatsby site that you can receive submissions from. When creating the form, direct the HTTP POST method to the Getform, by placing the `name` attributes for the fields you want to make visible. (name, email, message etc.) | ||
| Getform は静的サイトでフォーム送信を実現するためのフォームバックエンドプラットフォームです。無料プランもあります。まず、Gatsby サイトで投稿を受け取ることが出来るフォームの作成から始めます。フォームを作成するとき、表示する各フィールドの `name` 属性をつけて、POST メソッドで Getform に送信するように設定します(name, email, message など)。 |
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.
ここの翻訳にあまり自信がないです。
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.
Begin by creating a form on your Gatsby site that you can receive submissions from.
の that以降はa formにかかっているので、「問い合わせを受け付けるためのフォームをあなたのGatsbyサイトに設置しましょう」くらいのニュアンスで訳してはどうでしょう。
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.
良さそうです!そちらで修正します
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.
こちらで合わせて対応
8155365
docs/docs/building-a-contact-form.md
Outdated
| ``` | ||
|
|
||
| Because the input is hidden, Formspree will know that only a bot could have made the submission and it will be silently ignored! | ||
| 入力欄が非表示になっているため、Formspree はこのフィールドの値がボットのみから送信されたことを認識し、静かに無視します! |
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.
Formspree の章の翻訳が全体的に自信ないです
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.
原文がかなり読み辛い文章なので元の構造を維持するよりは大胆に意訳してしまって良いと思います。
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.
了解です!その方向で調整しますね
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.
こちらで少し直してみました
uetchy
left a comment
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.
👍
docs/docs/building-a-contact-form.md
Outdated
| ### Getform | ||
|
|
||
| Getform is a form backend platform which offers a free-plan for handling form submissions on static sites. Begin by creating a form on your Gatsby site that you can receive submissions from. When creating the form, direct the HTTP POST method to the Getform, by placing the `name` attributes for the fields you want to make visible. (name, email, message etc.) | ||
| Getform は静的サイトでフォーム送信を実現するためのフォームバックエンドプラットフォームです。無料プランもあります。まず、Gatsby サイトで投稿を受け取ることが出来るフォームの作成から始めます。フォームを作成するとき、表示する各フィールドの `name` 属性をつけて、POST メソッドで Getform に送信するように設定します(name, email, message など)。 |
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.
Begin by creating a form on your Gatsby site that you can receive submissions from.
の that以降はa formにかかっているので、「問い合わせを受け付けるためのフォームをあなたのGatsbyサイトに設置しましょう」くらいのニュアンスで訳してはどうでしょう。
docs/docs/building-a-contact-form.md
Outdated
| ``` | ||
|
|
||
| Because the input is hidden, Formspree will know that only a bot could have made the submission and it will be silently ignored! | ||
| 入力欄が非表示になっているため、Formspree はこのフィールドの値がボットのみから送信されたことを認識し、静かに無視します! |
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.
原文がかなり読み辛い文章なので元の構造を維持するよりは大胆に意訳してしまって良いと思います。
Co-Authored-By: BSKY <[email protected]>
Co-Authored-By: BSKY <[email protected]>
Co-Authored-By: BSKY <[email protected]>
Co-Authored-By: BSKY <[email protected]>
Co-Authored-By: Yasuaki Uechi <[email protected]>
ba19e2e to
8155365
Compare
8155365 to
e8288d9
Compare
uetchy
left a comment
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.
ありがとうございます👍
|
Thanks @kawamataryo! |
概要
docs/building-a-contact-formを翻訳しました。チェックリスト
textlintを使って校正を行いました。Allow edits from maintainersにチェックを入れました。補足
フォーム送信サービスの機能的な説明部分の翻訳にあまり自信がないです(特に Getform と Formspree)。 🙏
Ref: #1