-
Notifications
You must be signed in to change notification settings - Fork 182
translate Advanced Guides > Portals
#44
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
> | ||
> When working with portals, remember that [managing keyboard focus](/docs/accessibility.html#programmatically-managing-focus) becomes very important. | ||
> ポータルを利用する際は、[キーボードのフォーカスの管理](/docs/accessibility.html#programmatically-managing-focus)を行うことが重要になるので、忘れずに行ってください。 |
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.
キーボードのフォーカスの管理
ここは Accecibility の翻訳ができた際のタイトルに依存します
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.
原文もあまり気にしていないので翻訳もそこまで気にしないでいいかなーと思っています(甘いかもしれませんが)
content/docs/portals.md
Outdated
// つまり、子要素は一旦どこにも結びつかない DOM ノードへとマウントされるということです。 | ||
// もし子コンポーネントがマウント後すぐに DOM ツリーに結びついてほしい ―― | ||
// たとえば DOM ノードの大きさを測りたい、子孫要素で `autoFocus` を使いたいなど | ||
// ―― 場合は、 Modal に状態を持たせて子要素が DOM ツリーに入ったときだけ描画されるようにします。 |
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.
(、)が多すぎてすごいことになりそうだったのでつい ――
を入れてしまいましたが、他に良い書き方があれば直したい気もします
ありがとうございます。あとでしっかりレビューしますが、とりあえず |
6ee9867
to
c0fe009
Compare
すみません、
これは難しすぎて英語を見ても何が言いたいのか僕が理解できてないです… @koba04 さん見ていただけませんでしょうか |
Co-Authored-By: fsubal <fsubal@users.noreply.github.com>
Co-Authored-By: fsubal <fsubal@users.noreply.github.com>
Co-Authored-By: fsubal <fsubal@users.noreply.github.com>
最後の文は訳出が難しかったですが、自分の理解としては…
という風に取りました。 |
ちなみに自信のなさでいうと、私は以下の部分がもっとも自信がないので、ここ突っ込んでもらえるとうれしい気がします…
|
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.
最後の文章とコメントの内容について、Suggestionをさせて頂きましたので確認頂けると 🙇
Co-Authored-By: fsubal <fsubal@users.noreply.github.com>
Co-Authored-By: fsubal <fsubal@users.noreply.github.com>
ありがとうございます。準備ができたら呼んでください、そのときに改めてよく考えて確認します。(Modalのコードをちゃんと読んでませんでした…) |
This reverts commit bb0d86e.
残りの指摘部分も修正できたのでご確認お願いしますー @smikitky |
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.
inherently は reliant を修飾しており、その部分について原文とニュアンスが変わっている気がするのでそこだけ対応をお願いします。あとはもうこのままで大丈夫だと思います!
> | ||
> When working with portals, remember that [managing keyboard focus](/docs/accessibility.html#programmatically-managing-focus) becomes very important. | ||
> ポータルを利用する際は、[キーボードのフォーカスの管理](/docs/accessibility.html#programmatically-managing-focus)を行うことが重要になるので、忘れずに行ってください。 |
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: fsubal <fsubal@users.noreply.github.com>
Co-Authored-By: fsubal <fsubal@users.noreply.github.com>
ありがとうございました! |
See #4 (comment)
Advanced Guides > Portals
の翻訳です。自分で不安のある部分はコメントしていきます。