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

Translation for React.Component #76

Merged

Conversation

cadenzah
Copy link
Contributor

@cadenzah cadenzah commented Mar 23, 2019

Progress


Please give me feedbacks, and I will apply them ASAP!

@netlify
Copy link

netlify bot commented Mar 23, 2019

Deploy preview for ko-reactjs-org ready!

Built with commit 266c1e1

https://deploy-preview-76--ko-reactjs-org.netlify.com

요소 -> 엘리먼트
Props -> props (lowerCase로 통일)
@cadenzah cadenzah mentioned this pull request Mar 23, 2019
98 tasks
@hg-pyun hg-pyun added the needs review Needs review A pull request ready to be reviewed label Mar 24, 2019
- 들 -> 불필요한 복수 표현 삭제
- 에 -> 불필요 조사 삭제
Copy link
Member

@taehwanno taehwanno left a comment

Choose a reason for hiding this comment

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

👍

content/docs/reference-react-component.md Outdated Show resolved Hide resolved
content/docs/reference-react-component.md Outdated Show resolved Hide resolved
content/docs/reference-react-component.md Outdated Show resolved Hide resolved
content/docs/reference-react-component.md Outdated Show resolved Hide resolved
content/docs/reference-react-component.md Outdated Show resolved Hide resolved
content/docs/reference-react-component.md Outdated Show resolved Hide resolved
content/docs/reference-react-component.md Outdated Show resolved Hide resolved
content/docs/reference-react-component.md Outdated Show resolved Hide resolved
content/docs/reference-react-component.md Outdated Show resolved Hide resolved
content/docs/reference-react-component.md Outdated Show resolved Hide resolved
@taehwanno taehwanno added needs author response Changes requested needing author's input and removed needs review Needs review A pull request ready to be reviewed labels May 13, 2019
@simsim0709 simsim0709 added needs +1 approval and removed needs author response Changes requested needing author's input labels May 22, 2019
simsim0709
simsim0709 previously approved these changes May 22, 2019
Copy link
Collaborator

@simsim0709 simsim0709 left a comment

Choose a reason for hiding this comment

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

수고 많으셨습니다. 👍

Copy link
Member

@taehwanno taehwanno left a comment

Choose a reason for hiding this comment

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

자잘한 오타 제가 직접 수정해서 푸쉬할게요 :)

- **React 요소.** 보통 [JSX](/docs/introducing-jsx.html)를 사용하여 생성됩니다. 예를 들어, `<div />`와 `<MyComponent />`는 React가 DOM 노드 또는 사용자가 정의한 컴포넌트를 만들도록 지시하는 React 엘리먼트입니다.
- **배열과 Fragments.** `render()`를 통하여 여러 개의 엘리먼트를 반환합니다. 자세한 정보는 [Fragments](/docs/fragments.html) 문서를 통하여 확인할 수 있습니다.
- **Portals.** 별도의 DOM 하위 트리에 자식 엘리먼트를 렌더링합니다. 자세한 정보는 [Portals](/docs/portals.html)에서 확인할 수 있습니다.
- **React 에리먼트.** 보통 [JSX](/docs/introducing-jsx.html)를 사용하여 생성됩니다. 예를 들어, `<div />`와 `<MyComponent />`는 React가 DOM 노드 또는 사용자가 정의한 컴포넌트를 만들도록 지시하는 React 엘리먼트입니다.
Copy link
Member

Choose a reason for hiding this comment

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

에리먼트 -> 엘리먼트

@taehwanno taehwanno merged commit 1851625 into reactjs:master May 23, 2019
@taehwanno
Copy link
Member

고생하셨습니다!

@cadenzah
Copy link
Contributor Author

@taehwanno @simsim0709 제가 알림 확인이 늦었네요. 대신 수정 작업 해주셔서 감사하고 늘 고생하십니다 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants