📝 Add Japanese translation for Tutorial - Security - First Steps#2153
Conversation
|
📝 Docs preview for commit 18f28de1e84cc3484a7258d738c1083363bccce2 at: https://5f81b378b8a91f84cb2a5ca9--fastapi.netlify.app |
18f28de to
d50a9fc
Compare
Codecov Report
@@ Coverage Diff @@
## master #2153 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 239 239
Lines 7079 7079
=========================================
Hits 7079 7079 Continue to review full report at Codecov.
|
|
📝 Docs preview for commit d50a9fc8405722f34445ab91aa1a4271482548e9 at: https://5f81c1bb1a19b4907d0812a2--fastapi.netlify.app |
Attsun1031
left a comment
There was a problem hiding this comment.
Thank you for your tough work!
Please check comments I made.
|
Thank you for your review. 👍 |
|
📝 Docs preview for commit 905fd553c2a1c51915bf6dcad5b397d17faf9622 at: https://5f82e8bf158e4bb48deff0f2--fastapi.netlify.app |
Co-authored-by: atsumi <[email protected]>
Co-authored-by: atsumi <[email protected]>
905fd55 to
819787a
Compare
|
📝 Docs preview for commit 819787a at: https://5f8dadb9ea9a9074c94a7f34--fastapi.netlify.app |
tokusumi
left a comment
There was a problem hiding this comment.
Thank you for tough work! I commented some improvements (there are a too tiny changes 😅 )
|
|
||
| **FastAPI**は、これらのセキュリティ機能を実装するために、抽象度の異なる複数のツールを提供しています。 | ||
|
|
||
| この例では、**Bearer**トークンを使用して**OAuth2**を**パスワード**フローで使用します。これには`OAuth2PasswordBearer`クラスを使用します。 |
There was a problem hiding this comment.
password flowの訳は「パスワードのフロー」か「パスワードフロー」のどちらかに統一したほうがいいと思います。後者の方が適切に感じます。
Co-authored-by: T. Tokusumi <[email protected]>
|
Thanks for your review. I applied your suggestions and fixed. 👍 |
|
📝 Docs preview for commit 4de1bbe at: https://5fa01582e50d1a332ed9ac79--fastapi.netlify.app |
|
Awesome, thank you @komtaki ! 🍰 ☕ And thanks @tokusumi and @Attsun1031 for the reviews! 🙇 |
This PR translates the
tutorial/security/first-steps.mdto Japanese.According to the issue: #1572
I merged the PR for dependency: #1656So, please check the commit : 18f28deThanks!!