-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
docs(cn): translate content/blog/2015-12-18-react-components-elements-and-instances.md into Chinese #379
docs(cn): translate content/blog/2015-12-18-react-components-elements-and-instances.md into Chinese #379
Conversation
Deploy preview for zh-hans-reactjs ready! Built with commit a13ab49 |
最近忙,周末统一看~ |
…components-elements-and-instances
已解决冲突,劳驾 review。 |
content/blog/2015-12-18-react-components-elements-and-instances.md
Outdated
Show resolved
Hide resolved
content/blog/2015-12-18-react-components-elements-and-instances.md
Outdated
Show resolved
Hide resolved
content/blog/2015-12-18-react-components-elements-and-instances.md
Outdated
Show resolved
Hide resolved
content/blog/2015-12-18-react-components-elements-and-instances.md
Outdated
Show resolved
Hide resolved
content/blog/2015-12-18-react-components-elements-and-instances.md
Outdated
Show resolved
Hide resolved
content/blog/2015-12-18-react-components-elements-and-instances.md
Outdated
Show resolved
Hide resolved
content/blog/2015-12-18-react-components-elements-and-instances.md
Outdated
Show resolved
Hide resolved
content/blog/2015-12-18-react-components-elements-and-instances.md
Outdated
Show resolved
Hide resolved
content/blog/2015-12-18-react-components-elements-and-instances.md
Outdated
Show resolved
Hide resolved
content/blog/2015-12-18-react-components-elements-and-instances.md
Outdated
Show resolved
Hide resolved
…s.md Co-Authored-By: Yuqing Chen <[email protected]>
…s.md Co-Authored-By: Yuqing Chen <[email protected]>
…s.md Co-Authored-By: Yuqing Chen <[email protected]>
…s.md Co-Authored-By: Yuqing Chen <[email protected]>
…s.md Co-Authored-By: Yuqing Chen <[email protected]>
…s.md Co-Authored-By: Yuqing Chen <[email protected]>
…s.md Co-Authored-By: Yuqing Chen <[email protected]>
…s.md Co-Authored-By: Yuqing Chen <[email protected]>
我这边 ok 了,等 QC-L 周末看完就可以合了。 |
content/blog/2015-12-18-react-components-elements-and-instances.md
Outdated
Show resolved
Hide resolved
…s.md Co-Authored-By: QiChang Li <[email protected]>
content/blog/2015-12-18-react-components-elements-and-instances.md
Outdated
Show resolved
Hide resolved
content/blog/2015-12-18-react-components-elements-and-instances.md
Outdated
Show resolved
Hide resolved
@@ -230,18 +230,18 @@ const Form = ({ isSubmitted, buttonText }) => { | |||
}; | |||
``` | |||
|
|||
That’s it! For a React component, props are the input, and an element tree is the output. | |||
这就是它!对于一个 React 组件,props 就是输入,元素树就是输出。 |
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 组件,props 就是输入,元素树就是输出。 | |
这就是它!对于一个 React 组件,props 就是输入,element tree 就是输出。 |
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.
读读看
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 已被翻译作元素,我认为同样用中文来表达元素树这个概念可以让读者更好的理解它和元素之间的关系。如果直接引用 element tree 的话,可能会割裂读者对它和元素之间的联想。我的想法是要么都用英文——element, element tree。要么都用中文——元素,元素树。保证读者对两者形成正确的联想。
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.
嗯,你对比下词汇表,那里有些名词不翻译,你瞅瞅。元素是需要翻译的。
已通篇修改。
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.
辛苦~
…s.md Co-Authored-By: QiChang Li <[email protected]>
…s.md Co-Authored-By: QiChang Li <[email protected]>
@yuqingc 可以了,合并吧~ |
博客 react components elements and instances 已翻译完成,劳驾审阅。:D