-
Notifications
You must be signed in to change notification settings - Fork 436
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
Translate reference-glossary #16
Conversation
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.
번역을 진행하면서 어색하다고 생각하는 부분들을 코멘트로 달아두었습니다. 리뷰하실때 참고해주시면 감사하겠습니다. :)
오늘 중으로 리뷰사항을 푸시하겠습니다. 리뷰해주신 여러분들 감사합니다 👍 |
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.
최종 PR은 15일까지 올리도록 하겠습니다.
제어 컴포넌트, 비제어 컴포넌트 용어에 맞게 적용함
리뷰 사항 모두 반영하였습니다. 리뷰 진행해주시면 감사하겠습니다 ;) |
|
||
React elements are the building blocks of React applications. One might confuse elements with a more widely known concept of "components". An element describes what you want to see on the screen. React elements are immutable. | ||
React 엘리먼트(React Element)는 React 애플리캐이션을 구성하는 블록입니다. 엘리먼트는 "컴포넌트(Component)"라는 널리 알려진 개념과 혼동되기 쉽습니다. 엘리먼트는 화면에 보이는 것들을 기술하며, React 엘리먼트는 변경되지 않습니다. |
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.
"React elements are immutable"에서 immutable이 immutable data(불변 데이터)를 나타내는 건지 "변경되지 않는"이 맞는지 헷갈리네요.. 😓
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.
문장 다음에 나오는 예제로 봐서는 element가 immutable이라고 설명하는 것 같아서 위와 같이 번역했어요. 불변이라고 하면 어색한 표현인 것 같아 "변경되지 않는"으로 번역하였습니다. :) @simsim0709
upstream과 sync되면서 master 브랜치의 모든 링크 주소가 |
Deploy preview for ko-reactjs-org ready! Built with commit 9d9b297 |
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.
LGTM
resolve 되지 않은 코멘트 3개 정리되면 바로 반영하도록 할게요 :) |
모두 반영하였습니다. |
#2
here is PR for
reference-glossary
. It would be nice to have a discussion on how to translate terms and translate style in the process of merging this PR. Once we have some feedback, I will create glossary and style guide like following links to help other contributors to translate documentation.here is the rule I followed
progress