-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Translate 3 tsconfig files to ja #978
Conversation
Thanks for the PR! This section of the codebase is owned by @sasurau4, @Quramy, @Naturalclar, and @Takepepe - if they write a comment saying "LGTM" then it will be merged. |
dc0ac63
to
bf5c4b6
Compare
レビューおねがいします! @Takepepe さんは @takefumi-yoshii さんにIDが変更されたのでしょうか? |
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.
コメントしました 👍
packages/tsconfig-reference/copy/ja/categories/Watch_Options_999.md
Outdated
Show resolved
Hide resolved
packages/tsconfig-reference/copy/ja/categories/Watch_Options_999.md
Outdated
Show resolved
Hide resolved
@@ -0,0 +1,11 @@ | |||
--- | |||
display: "フォールバック ポーリング" | |||
oneline: "システムがネイティブのファイルウォッチャーを使い切ったら、ウォッチャー使うべきもの" |
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.
displayとonelineはあとでまとめてやろうということで全部残したままにしてあるので、一旦訳さなくても大丈夫です 👍
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.
- Watch_Options_999.md
- fallbackPolling.md
両方をもとに戻しました!
f9fe3ce
- `fixedPollingInterval`: 一定の間隔を開けて、1 秒間に数回、全ファイルをチェックします。 | ||
- `priorityPollingInterval`: 1 秒間に数回、全ファイルをチェックします。しかし、特定の種類のファイルにはヒューリスティックを使用して、他ファイルよりも低頻度でチェックします。 | ||
- `dynamicPriorityPolling`: 変更頻度の少ないファイルは、低頻度でチェックされるように動的キューを使用します。 | ||
- `synchronousWatchDirectory`: ディレクトリの遅延監視を無効にします。遅延監視は、沢山のファイル変更が一度に引き起こされる場合に有効です(例: `npm install` 実行による `node_modules` の変更)。しかし、このフラグは余り一般的でないセットアップの為にあるので、無効にしておくのが良いでしょう。 |
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.
最後の文の意味が逆だと思われます。一般的にはonにしておいて必要に応じてoffにもできるという意味だと思われるので直訳してみました。直訳すぎてこなれてないのでもっと良い訳があると嬉しいです。
- `synchronousWatchDirectory`: ディレクトリの遅延監視を無効にします。遅延監視は、沢山のファイル変更が一度に引き起こされる場合に有効です(例: `npm install` 実行による `node_modules` の変更)。しかし、このフラグは余り一般的でないセットアップの為にあるので、無効にしておくのが良いでしょう。 | |
- `synchronousWatchDirectory`: ディレクトリの遅延監視を無効にします。遅延監視は、沢山のファイル変更が一度に引き起こされる場合に有効です(例: `npm install` 実行による `node_modules` の変更)。しかし、あまり一般的でないセットアップの為に、このフラグで遅延監視機能を無効にしたくなることもあるかもしれません。 |
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.
次のように修正してみました!
5f4d050
Co-authored-by: Daiki Ihara <sasurau4@gmail.com>
…99.md Co-authored-by: Daiki Ihara <sasurau4@gmail.com>
…99.md Co-authored-by: Daiki Ihara <sasurau4@gmail.com>
Co-authored-by: Daiki Ihara <sasurau4@gmail.com>
Co-authored-by: Daiki Ihara <sasurau4@gmail.com>
Co-authored-by: Daiki Ihara <sasurau4@gmail.com>
9452b63
to
5f4d050
Compare
@sasurau4, @Quramy, @Naturalclar 作業内容
よろしくお願いします! |
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.
1点だけ 🙏
Co-authored-by: Daiki Ihara <sasurau4@gmail.com>
@sasurau4, @Quramy, @Naturalclar
何度も日が空いてしまい、大変お手数おかけ致しますがよろしくお願いいたします。 |
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.
めっちゃ長くなってしまいましたが、ありがとうございました! 👍
LGTM
感謝です>w<ノ |
@orta Codeowners merging workflow failed because of unhandled promise rejection. Could you investigate it? |
Thanks @sasurau4 - I'll merge this for now and look 👍🏻 |
Part of #220