-
Notifications
You must be signed in to change notification settings - Fork 112
Translate Handling Events #17
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
Conversation
ntban15
commented
Feb 24, 2019
- Translate Handling Events page
Deploy preview for vi-reactjs-org ready! Built with commit c695dd5 |
@ntban15 Please resolve conflict |
@nampdn Done |
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.
Nhìn chung rất chuẩn. Có vài chỗ dùng chữ "cảnh báo" có lẽ hơi máy móc và nặng từ. Mình có update term bên glossary từ này nên dịch là "lưu ý" sẽ thân thuộc hơn.
Chị @ltmylinh ơi, chị review giúp thêm lần nữa cho PR này nhé. |
+ Update 'warning' + Update MDN doc for Classes
Mình vừa update từ 'Cảnh báo' thành 'Lưu ý' và link MDN doc cho Class bằng tiếng Việt. |
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.
Cảm ơn @ntban15 nè!
Sorry mấy đứa, mấy nay chị busy xíu nên giờ mới vô translate tiếp được. |
|
||
```js | ||
<button onClick={(e) => this.deleteRow(id, e)}>Delete Row</button> | ||
<button onClick={this.deleteRow.bind(this, id)}>Delete Row</button> | ||
``` | ||
|
||
The above two lines are equivalent, and use [arrow functions](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions) and [`Function.prototype.bind`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_objects/Function/bind) respectively. | ||
Hai dòng code trên là tương đương, và lần lượt sử dụng [hàm rút gọn](https://developer.mozilla.org/vi/docs/Web/JavaScript/Reference/Functions/Arrow_functions) và [`Function.prototype.bind`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_objects/Function/bind). |
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.
It should be: Hai dòng code trên là tương đương, và lần lượt sử dụng "hàm rút gọn" [arrow function]
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.
Chỗ này ở trên có đề cập tới hàm rút gọn trước nên mình update ở đó nhé
+ Update title + Add some terms explanation