Skip to content

🌐 Add Korean translation for docs/ko/docs/tutorial/body-fields.md#2489

Closed
hard-coders wants to merge 3 commits intofastapi:masterfrom
hard-coders:ko/tutorial/body-fields
Closed

🌐 Add Korean translation for docs/ko/docs/tutorial/body-fields.md#2489
hard-coders wants to merge 3 commits intofastapi:masterfrom
hard-coders:ko/tutorial/body-fields

Conversation

@hard-coders
Copy link
Contributor

This PR translates tutorial/body-fields.md in Korean.

related: #2017

@codecov
Copy link

codecov bot commented Dec 8, 2020

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (cf73051) 100.00% compared to head (565227e) 100.00%.
Report is 1057 commits behind head on master.

❗ Current head 565227e differs from pull request most recent head b86af25. Consider uploading reports for the commit b86af25 to get more accurate results

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.
📢 Have feedback on the report? Share it here.

@github-actions
Copy link
Contributor

github-actions bot commented Dec 8, 2020

Copy link
Contributor

@PandaHun PandaHun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤩 I think it's almost perfect

@github-actions
Copy link
Contributor

github-actions bot commented Dec 9, 2020

@tiangolo tiangolo added awaiting-review lang-all Translations lang-ko Korean translations labels Dec 19, 2020
@hard-coders hard-coders mentioned this pull request May 11, 2021
Copy link
Contributor

@0417taehyun 0417taehyun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 모델 내부에서 검증 및 메타데이터를 선언할 수 있습니다.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
`Query`,`Path``Body`를 사용하여 *경로 동작 함수* 매개변수에서 추가 검증 및 메타데이터를 선언할 수있는 것과 마찬가지로, Pydantic의 `Field`를 사용하여 Pydantic 모델 내부에서 검증 및 메타데이터를 선언할 수 있습니다.
`Query`,`Path``Body`를 사용하여 *경로 작동 함수* 매개변수에서 추가 검증 및 메타데이터를 선언할 수있는 것과 마찬가지로, Pydantic의 `Field`를 사용하여 Pydantic 모델 내부에서 검증 및 메타데이터를 선언할 수 있습니다.

`fastapi`에서 `Query`, `Path` 및 다른 것들을 임포트하면, 이들 모두 특별한 클래스를 반환하는 실제 함수임을 기억하세요.

!!! tip "팁"
타입, 기본값, 그리고 `Field`를 갖는 각 모델의 어트리뷰트가 `Field` 대신 `Path`, `Query` 및 `Body`를 사용하여 *경로 동작 함수* 매개변수와 어떻게 동일한 구조를 갖는지 알아두세요.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
타입, 기본값, 그리고 `Field`를 갖는 각 모델의 어트리뷰트가 `Field` 대신 `Path`, `Query` 및 `Body`를 사용하여 *경로 동작 함수* 매개변수와 어떻게 동일한 구조를 갖는지 알아두세요.
타입, 기본값, 그리고 `Field`를 갖는 각 모델의 어트리뷰트가 `Field` 대신 `Path`, `Query` 및 `Body`를 사용하여 *경로 작동 함수* 매개변수와 어떻게 동일한 구조를 갖는지 알아두세요.

joonas-yoon added a commit to joonas-yoon/fastapi that referenced this pull request Aug 6, 2022
@tiangolo tiangolo changed the title 🌐 Add Korean translation for Tutorial - Body - Fields 🌐 Add Korean translation for docs/ko/docs/tutorial/body-fields.md Jun 26, 2023
@tiangolo
Copy link
Member

@tiangolo
Copy link
Member

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.

@tiangolo tiangolo closed this Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting-review lang-all Translations lang-ko Korean translations

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants