Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🌐 Add Korean translation for docs/ko/docs/tutorial/handling-errors.md #3748

Closed
wants to merge 8 commits into from

Conversation

NinaHwang
Copy link
Contributor

This PR translates tutorial/handling-errors.md in Korean.

related: #2017

@NinaHwang NinaHwang changed the title 🌐 Add Korean translation for docs/tutorial/handling-errors.md 🌐 Add Korean translation for docs/tutorial/handling-errors.md Aug 22, 2021
@tiangolo tiangolo added awaiting-review lang-all Translations lang-ko Korean translations labels Oct 5, 2021
@github-actions github-actions bot mentioned this pull request Oct 5, 2021
@codecov
Copy link

codecov bot commented Oct 5, 2021

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (cf73051) to head (c6cf98d).
Report is 1674 commits behind head on master.

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

Additional details and impacted files
@@             Coverage Diff             @@
##            master     #3748     +/-   ##
===========================================
  Coverage   100.00%   100.00%             
===========================================
  Files          540       409    -131     
  Lines        13969     10264   -3705     
===========================================
- Hits         13969     10264   -3705     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@github-actions
Copy link
Contributor

github-actions bot commented Oct 5, 2021

📝 Docs preview for commit c1722be at: https://615c2a79051db0d6a556a9b3--fastapi.netlify.app

@github-actions
Copy link
Contributor

github-actions bot commented Dec 9, 2021

📝 Docs preview for commit 04403df at: https://61b159cd767578907185e912--fastapi.netlify.app

@github-actions
Copy link
Contributor

github-actions bot commented Dec 9, 2021

📝 Docs preview for commit c6cf98d at: https://61b212a59d8b82866ffec332--fastapi.netlify.app

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 docs/tutorial/handling-errors.md 🌐 Add Korean translation for docs/ko/docs/tutorial/handling-errors.md Jun 26, 2023
@tiangolo
Copy link
Owner

📝 Docs preview for commit f99c113 at: https://6499e3571387310549a3625c--fastapi.netlify.app

@tiangolo
Copy link
Owner

tiangolo commented Mar 30, 2024

Thank you! I'm still waiting for others to review this to be able to merge it, meanwhile, maybe you could help me review some of the other Korean translations, that way if they are approved by each other, I could merge them. 🤓

https://github.com/tiangolo/fastapi/pulls?q=is%3Apr+is%3Aopen+sort%3Aupdated-desc+label%3Alang-ko+label%3Aawaiting-review


파이썬 예외이기 때문에, 반환(`return`)하지 않고 발생(`raise`)시킵니다.

이것은 만약 당신이 *경로 동작 함수*의 내부에서 호출하는 유틸리티 함수 내부에 있고, 해당 유틸리티 함수 내부에서 `HTTPException`을 발생시키는 경우, *경로 동작 함수*의 나머지 부분을 실행하는 대신 즉시 요청에 대한 작업을 중단하고 `HTTPException`에 따른 HTTP 오류를 클라이언트에게 전송한다는 것을 의미합니다.
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
이것은 만약 당신이 *경로 동작 함수*의 내부에서 호출하는 유틸리티 함수 내부에 있고, 해당 유틸리티 함수 내부에서 `HTTPException`을 발생시키는 경우, *경로 동작 함수*의 나머지 부분을 실행하는 대신 즉시 요청에 대한 작업을 중단하고 `HTTPException`에 따른 HTTP 오류를 클라이언트에게 전송한다는 것을 의미합니다.
이것은 만약 당신이 *경로 작동 함수*의 내부에서 호출하는 유틸리티 함수 내부에 있고, 해당 유틸리티 함수 내부에서 `HTTPException`을 발생시키는 경우, *경로 작동 함수*의 나머지 부분을 실행하는 대신 즉시 요청에 대한 작업을 중단하고 `HTTPException`에 따른 HTTP 오류를 클라이언트에게 전송한다는 것을 의미합니다.

In #3167 , We have agreed to translate Path operation to경로 작동. So, 경로 작동 is better than 경로 동작.

{!../../../docs_src/handling_errors/tutorial003.py!}
```

여기서 `/unicorns/yolo`를 요청하면, *경로 동작*은 `UnicornException`을 발생(`raise`)시킬 것입니다.
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
여기서 `/unicorns/yolo`를 요청하면, *경로 동작*`UnicornException`을 발생(`raise`)시킬 것입니다.
여기서 `/unicorns/yolo`를 요청하면, *경로 작동*`UnicornException`을 발생(`raise`)시킬 것입니다.

@tiangolo
Copy link
Owner

tiangolo commented May 3, 2024

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 May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants