🌐 Add Korean translation for docs/ko/docs/tutorial/dependencies/dependencies-with-yield.md#13257
Conversation
|
📝 Docs preview for commit c98f384 at: https://3d31c444.fastapitiangolo.pages.dev Modified Pages |
|
📝 Docs preview for commit ba47aee at: https://1192f04e.fastapitiangolo.pages.dev Modified Pages |
docs/ko/docs/tutorial/dependencies/dependencies-with-yield.md
docs/ko/docs/tutorial/dependencies/dependencies-with-yield.mddocs/ko/docs/tutorial/dependencies/dependencies-with-yield.md
|
|
||
| /// note | 기술 세부사항 | ||
|
|
||
| 파이썬의 <a href=“https://docs.python.org/3/library/contextlib.html” class=“external-link” target=“_blank”>Context Managers</a> 덕분에 이 기능이 작동합니다. |
Co-authored-by: Hyogeun Oh (오효근) <ohg3417@gmail.com>
Co-authored-by: Hyogeun Oh (오효근) <ohg3417@gmail.com>
Co-authored-by: Hyogeun Oh (오효근) <ohg3417@gmail.com>
Co-authored-by: Hyogeun Oh (오효근) <ohg3417@gmail.com>
Co-authored-by: Hyogeun Oh (오효근) <ohg3417@gmail.com>
Co-authored-by: Hyogeun Oh (오효근) <ohg3417@gmail.com>
Co-authored-by: Hyogeun Oh (오효근) <ohg3417@gmail.com>
Co-authored-by: Hyogeun Oh (오효근) <ohg3417@gmail.com>
Co-authored-by: Hyogeun Oh (오효근) <ohg3417@gmail.com>
Co-authored-by: Hyogeun Oh (오효근) <ohg3417@gmail.com>
Co-authored-by: Hyogeun Oh (오효근) <ohg3417@gmail.com>
|
|
||
| 예를 들어, 이 기능을 사용하면 데이터베이스 세션을 생성하고 작업이 끝난 후에 세션을 종료할 수 있습니다. | ||
|
|
||
| 응답을 생성하기 전에는 `yield`를 포함하여 그 이전의 코드만이 실행됩니다: |
There was a problem hiding this comment.
At line 38, "yield statement" is translated as "yield 문", but at line 30, it is translated simply as "yield". It would be more appropriate to consistently use "yield 문" in both cases.
There was a problem hiding this comment.
@timothy-jeong Thanks for the feedback! I have applied the suggested changes. 🚀
|
|
||
| ## `yield`를 사용하는 하위 의존성 | ||
|
|
||
| 어떤 크기와 형태의 하위 의존성과 하위 의존성의 "트리"도 가질 수 있으며, 이들 모두가 `yield`를 사용할 수 있습니다. |
There was a problem hiding this comment.
n the sentence "You can have sub-dependencies and 'trees' of sub-dependencies of any size and shape, and any or all of them can use yield," rather than explicitly translating "any" as "어떤," it would be more natural to translate it as "모든" (all).
There was a problem hiding this comment.
@timothy-jeong Thanks for the feedback! I have applied the suggested changes. 🚀
|
📝 Docs preview for commit 488e38d at: https://f9de835e.fastapitiangolo.pages.dev Modified Pages |
|
📝 Docs preview for commit c2be59d at: https://756b6e94.fastapitiangolo.pages.dev Modified Pages |
|
📝 Docs preview for commit 4a5c436 at: https://7d27f3b6.fastapitiangolo.pages.dev Modified Pages |
|
📝 Docs preview for commit 67cb71e at: https://06db60bb.fastapitiangolo.pages.dev Modified Pages |
11kkw
left a comment
There was a problem hiding this comment.
I have addressed all the requested changes. Thanks for the review! 🚀
|
Thanks for your work! @11kkw 🏅 |

내용
이 PR은
docs/ko/docs/tutorial/dependencies/dependencies-with-yield.md파일에 대한 한국어 번역을 추가합니다. FastAPI 프로젝트에 처음으로 기여하는 PR이며, 공식 문서를 기반으로 번역을 완료했습니다.참고 사항
docs/ko/docs/tutorial/dependencies/dependencies-with-yield.md#4087)이 같은 파일을 번역하는 작업으로 보입니다. 그러나 해당 PR은 2022년 7월 4일에 닫혔고, 이후 병합되지 않았습니다.번역 기준
작업 이력
🌐 Add Korean translation for docs/ko/docs/tutorial/dependencies/dependencies-with-yield.md처음 기여에 대한 메시지
검토 요청
docs/ko/docs/tutorial/dependencies/dependencies-with-yield.md#4087)과 중복 작업인지, 아니면 기존 작업에서 개선이 필요한 부분이 있어야 병합되지 않았는지에 대한 의견도 부탁드립니다.PR에 대한 피드백과 조언을 적극적으로 반영하겠습니다. 새로운 기여자를 위한 도움을 주셔서 감사합니다!