Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Conversation

@kawamataryo
Copy link
Contributor

@kawamataryo kawamataryo commented Feb 28, 2020

概要

docs/building-a-contact-form を翻訳しました。

チェックリスト

  • 翻訳スタイルガイド に目を通しました。
  • Translation Guide に目を通しました。
  • textlint を使って校正を行いました。
  • 文章全体を最初から読み直して不自然な箇所が無いことを確認しました。
  • Allow edits from maintainers にチェックを入れました。

しばらく待ってもレビューが終わらなかったり、必要なレビュー数に足りない状態が続いた場合は、こちらからメンテナーを探して、@を付けてメンションを飛ばしてください。

補足

フォーム送信サービスの機能的な説明部分の翻訳にあまり自信がないです(特に Getform と Formspree)。 🙏

Ref: #1

@smorimoto smorimoto added the status: awaiting review A pull request that is currently awaiting a reviewer's response label Feb 28, 2020
@kawamataryo kawamataryo force-pushed the docs/building-a-contact-form branch 2 times, most recently from fe16595 to 836efe0 Compare February 28, 2020 22:30
@kawamataryo
Copy link
Contributor Author

kawamataryo commented Feb 29, 2020

@imbsky
Thanks for the feedback. ( And sorry to make similar mistakes every time 🙏 )
I accepted your suggestion.

### 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 など)。
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ここの翻訳にあまり自信がないです。

Copy link
Contributor

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サイトに設置しましょう」くらいのニュアンスで訳してはどうでしょう。

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

良さそうです!そちらで修正します

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

こちらで合わせて対応
8155365

```

Because the input is hidden, Formspree will know that only a bot could have made the submission and it will be silently ignored!
入力欄が非表示になっているため、Formspree はこのフィールドの値がボットのみから送信されたことを認識し、静かに無視します!
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Formspree の章の翻訳が全体的に自信ないです

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

原文がかなり読み辛い文章なので元の構造を維持するよりは大胆に意訳してしまって良いと思います。

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

了解です!その方向で調整しますね

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

こちらで少し直してみました

8155365

Copy link
Contributor

@uetchy uetchy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

### 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 など)。
Copy link
Contributor

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サイトに設置しましょう」くらいのニュアンスで訳してはどうでしょう。

```

Because the input is hidden, Formspree will know that only a bot could have made the submission and it will be silently ignored!
入力欄が非表示になっているため、Formspree はこのフィールドの値がボットのみから送信されたことを認識し、静かに無視します!
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

原文がかなり読み辛い文章なので元の構造を維持するよりは大胆に意訳してしまって良いと思います。

@uetchy uetchy added status: awaiting author response A pull request that is awaiting author's response and removed status: awaiting review A pull request that is currently awaiting a reviewer's response labels Mar 4, 2020
@smorimoto smorimoto added status: awaiting review A pull request that is currently awaiting a reviewer's response and removed status: awaiting author response A pull request that is awaiting author's response labels Mar 5, 2020
@kawamataryo kawamataryo force-pushed the docs/building-a-contact-form branch from ba19e2e to 8155365 Compare March 6, 2020 11:52
@kawamataryo kawamataryo force-pushed the docs/building-a-contact-form branch from 8155365 to e8288d9 Compare March 6, 2020 11:54
Copy link
Contributor

@uetchy uetchy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ありがとうございます👍

@uetchy uetchy added status: awaiting author response A pull request that is awaiting author's response status: awaiting more approval A pull request that is awaiting reviewer #2 to be assigned and removed status: awaiting review A pull request that is currently awaiting a reviewer's response status: awaiting author response A pull request that is awaiting author's response labels Mar 8, 2020
@smorimoto smorimoto merged commit 5f1015e into gatsbyjs:master Mar 9, 2020
@smorimoto
Copy link
Contributor

Thanks @kawamataryo!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

status: awaiting more approval A pull request that is awaiting reviewer #2 to be assigned

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants