-
Notifications
You must be signed in to change notification settings - Fork 26
Quick Start translation #349
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
Translated Feedback, Footer, Quickstart and YouWillLearn.
src/content/learn/index.md
Outdated
| React аппууд нь *компонент*-уудаас буюу бүтэц хэсгүүдээс бүтдэг. Компонент гэдэг нь өөрийн гэсэн логик, харагдах байдалтай UI (user interface) хэсэг юм. Компонент нь жижигхэн товч эсвэл бүтэн хуудас ч байж болдог. | ||
|
|
||
| React components are JavaScript functions that return markup: | ||
| React component нь markup буцаадаг Javascript функц юм: |
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.
JavaScript
src/content/learn/index.md
Outdated
| function MyButton() { | ||
| return ( | ||
| <button>I'm a button</button> | ||
| <button>Товчлуур</button> |
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.
За. Өөрчлөөд ахиад commit хийхүү ?
Жижгээр Javascript гэж бичсэн болгоныг JavaScript болгон өөрчилсөн. Товчлуур болон Товч гэх хоёр өөр бичилтийг бүгдийг нь Товч болгосон. Мөн NvvrHuudas болгосон компонентийн нэрийг буцааж AboutPage болгон өөрчлөв.
src/content/learn/index.md
Outdated
| ``` | ||
| When you don't need the `else` branch, you can also use a shorter [logical `&&` syntax](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Logical_AND#short-circuit_evaluation): | ||
| Танд `else` сонголт хэрэггүй бол та цомхон [logical `&&` syntax](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/); ашиглаж болно: |
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.
; нэмэгдсэн байна
src/content/learn/index.md
Outdated
| ``` | ||
| React will call your component function again. This time, `count` will be `1`. Then it will be `2`. And so on. | ||
| React таны компонентийн функцийг дахин дуудна. Товчин дээр дарах үед тоо нь "1" болно, дараа нь '2' болно гэх мэт. |
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.
1 бас 2

No description provided.