🌐 Add Korean translation for docs/ko/docs/tutorial/body-fields.md#2489
🌐 Add Korean translation for docs/ko/docs/tutorial/body-fields.md#2489hard-coders wants to merge 3 commits intofastapi:masterfrom
docs/ko/docs/tutorial/body-fields.md#2489Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2489 +/- ##
===========================================
Coverage 100.00% 100.00%
===========================================
Files 540 242 -298
Lines 13969 7396 -6573
===========================================
- Hits 13969 7396 -6573 ☔ View full report in Codecov by Sentry. |
PandaHun
left a comment
There was a problem hiding this comment.
🤩 I think it's almost perfect
Co-authored-by: Dahun Jeong <[email protected]>
0417taehyun
left a comment
There was a problem hiding this comment.
Bit appreciate your works 🚀
Can you change the word 동작 as 작동? It was describe in #3167 .
Also for solving conflicts, please update this file to latest version.
| @@ -0,0 +1,48 @@ | |||
| # 본문 - 필드 | |||
|
|
|||
| `Query`,`Path` 및`Body`를 사용하여 *경로 동작 함수* 매개변수에서 추가 검증 및 메타데이터를 선언할 수있는 것과 마찬가지로, Pydantic의 `Field`를 사용하여 Pydantic 모델 내부에서 검증 및 메타데이터를 선언할 수 있습니다. | |||
There was a problem hiding this comment.
| `Query`,`Path` 및`Body`를 사용하여 *경로 동작 함수* 매개변수에서 추가 검증 및 메타데이터를 선언할 수있는 것과 마찬가지로, Pydantic의 `Field`를 사용하여 Pydantic 모델 내부에서 검증 및 메타데이터를 선언할 수 있습니다. | |
| `Query`,`Path` 및`Body`를 사용하여 *경로 작동 함수* 매개변수에서 추가 검증 및 메타데이터를 선언할 수있는 것과 마찬가지로, Pydantic의 `Field`를 사용하여 Pydantic 모델 내부에서 검증 및 메타데이터를 선언할 수 있습니다. |
| `fastapi`에서 `Query`, `Path` 및 다른 것들을 임포트하면, 이들 모두 특별한 클래스를 반환하는 실제 함수임을 기억하세요. | ||
|
|
||
| !!! tip "팁" | ||
| 타입, 기본값, 그리고 `Field`를 갖는 각 모델의 어트리뷰트가 `Field` 대신 `Path`, `Query` 및 `Body`를 사용하여 *경로 동작 함수* 매개변수와 어떻게 동일한 구조를 갖는지 알아두세요. |
There was a problem hiding this comment.
| 타입, 기본값, 그리고 `Field`를 갖는 각 모델의 어트리뷰트가 `Field` 대신 `Path`, `Query` 및 `Body`를 사용하여 *경로 동작 함수* 매개변수와 어떻게 동일한 구조를 갖는지 알아두세요. | |
| 타입, 기본값, 그리고 `Field`를 갖는 각 모델의 어트리뷰트가 `Field` 대신 `Path`, `Query` 및 `Body`를 사용하여 *경로 작동 함수* 매개변수와 어떻게 동일한 구조를 갖는지 알아두세요. |
docs/ko/docs/tutorial/body-fields.md
|
As this PR had requested changes to be applied but has been inactive for a while, it's now going to be closed. But if there's anyone interested, feel free to create a new PR. |
This PR translates
tutorial/body-fields.mdin Korean.related: #2017