-
Notifications
You must be signed in to change notification settings - Fork 8.2k
[ko] Throttle 신규 번역 #26531
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
base: main
Are you sure you want to change the base?
[ko] Throttle 신규 번역 #26531
Conversation
Preview URLs External URLs (1)URL:
(comment last updated: 2025-03-24 06:58:29) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
안녕하세요! 기여 감사합니다.
일단 리뷰가 늦어서 죄송하단 말씀드립니다.
말씀하신대로 정확한 용어를 저도 찾지를 못해서 리딩 에지, 트레일링 에지 정도로 번역하는게 좋겠습니다.
사소한 수정사항이 있으니 수정 부탁드릴께요!
|
||
{{glossary("Network throttling", "네트워크 스로틀링")}}은 네트워크 연결 속도를 느리게 시뮬레이션 하여 일정한 양의 데이터만 전송하도록 제한하는 것을 뜻합니다. 타이머를 스로틀링한다는 것은 예를 들어 {{jsxref("Date.now()")}}처럼 연속적으로 값을 읽더라도, 타이머의 정밀도를 낮추어 타이머 값이 일정한 최대 속도로만 변하도록 만드는 것을 뜻합니다. 두 가지 모두 스로틀링이라는 일반적인 개념을 구체적으로 적용한 사례입니다. | ||
|
||
## See also |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
같이 보기
로 수정 부탁드립니다.
|
||
## See also | ||
|
||
- Glossary terms: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이 부분도 수정 부탁드립니다.
Description
Motivation
Additional details
항공 분야에서
Leading edge -> 앞전
Trailing edge -> 뒷전
으로 번역하는 사례가 있는데 컴퓨터 공학이나 전자 공학에서 해당 번역을 사용하는 경우를 찾지 못해서 우선 리딩 에지 / 트레일링 에지로 사용했습니다.
혹은 영어 원문을 그대로 사용해야 하는지 궁금합니다.
Related issues and pull requests