🌐 Add Korean translation for docs/ko/docs/features.md#5237
🌐 Add Korean translation for docs/ko/docs/features.md#5237joonas-yoon wants to merge 4 commits intofastapi:masterfrom
docs/ko/docs/features.md#5237Conversation
Codecov ReportBase: 100.00% // Head: 100.00% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## master #5237 +/- ##
==========================================
Coverage 100.00% 100.00%
==========================================
Files 540 533 -7
Lines 13969 13725 -244
==========================================
- Hits 13969 13725 -244
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
206bcee to
85c19e0
Compare
junah201
left a comment
There was a problem hiding this comment.
path operation이 단순히 번역없이 그대로 적혀있는데
하지만 기존에 이미 번역되어 있는 tutorial/first-steps와 tutorial/dependencies/classes-as-dependencies 문서에 경로 동작 이라는 용어로 번역되어 있으므로, 더 적절한 용어를 찾아서 전체 문서를 수정하거나, 경로 동작으로 번역하는게 좋아보입니다.
제 개인적인 생각으로는 경로 동작이라는 용어가 직관적이지 않고 어색하다고 느껴지지만, 더 좋은 용어가 떠오르지 않네요 ㅠ
| - String (`str`) fields, defining min and max lengths. | ||
| - Numbers (`int`, `float`) with min and max values, etc. | ||
|
|
||
| - 아래와 같은, 외부적인 타입들의 검증도 지원합니다. |
There was a problem hiding this comment.
| - 아래와 같은, 외부적인 타입들의 검증도 지원합니다. | |
| - 아래와 같은, 외부 타입들의 검증도 지원합니다. |
|
|
||
| - 의존성이 다른 의존성을 갖고 있다면, 의존성 계층 구조나 **의존성 "그래프"** 를 만듭니다. | ||
| - 프레임워크에서 전부 **자동으로 처리**됩니다. | ||
| - All the dependencies can require data from requests and **augment the path operation** constraints and automatic documentation. |
There was a problem hiding this comment.
| - All the dependencies can require data from requests and **augment the path operation** constraints and automatic documentation. | |
| - 의존성은 requests로부터 데이터를 가져올 수 있으며, **path operation**의 제약 조건을 보완하고 자동 문서화를 추가할 수 있습니다. |
|
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. |
Translate the document
docs/ko/docs/features.mdrelated: #2017
This needs to help for some sentences. especially,
Any suggestion?