Skip to content

Commit ec27f7f

Browse files
authored
Merge pull request #2 from TheBrown/installation
Add translation for /content/learn/installation.md
2 parents 9fb417e + 10efbec commit ec27f7f

File tree

1 file changed

+18
-19
lines changed

1 file changed

+18
-19
lines changed

src/content/learn/installation.md

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
---
2-
title: Installation
2+
title: ການຕິດຕັ້ງ
33
---
44

55
<Intro>
66

7-
React has been designed from the start for gradual adoption. You can use as little or as much React as you need. Whether you want to get a taste of React, add some interactivity to an HTML page, or start a complex React-powered app, this section will help you get started.
7+
React ໄດ້ຮັບການອອກແບບຕັ້ງແຕ່ເລີ່ມຕົ້ນເພື່ອການນຳໄປໃຊ້ຢ່າງຄ່ອຍເປັນຄ່ອຍໄປ. ທ່ານສາມາດໃຊ້ React ໜ້ອຍ ຫຼື ຫຼາຍຕາມໃຈຕ້ອງການ. ບໍ່ວ່າທ່ານຈະຕ້ອງການລອງ React, ເພີ່ມການໂຕ້ຕອບໃນໜ້າ HTML, ຫຼື ເລີ່ມແອັບທີ່ຊັບຊ້ອນທີ່ເຮັດດ້ວຍ React, ຫົວຂໍ້ນີ້ຈະຊ່ວຍທ່ານໃນການເລີ່ມຕົ້ນ.
88

99
</Intro>
1010

1111
<YouWillLearn isChapter={true}>
1212

13-
* [How to start a new React project](/learn/start-a-new-react-project)
14-
* [How to add React to an existing project](/learn/add-react-to-an-existing-project)
15-
* [How to set up your editor](/learn/editor-setup)
16-
* [How to install React Developer Tools](/learn/react-developer-tools)
13+
* [ວິທີການສ້າງ project React ໃໝ່](/learn/start-a-new-react-project)
14+
* [ວິທີເພີ່ມ React ໃນ project ທີ່ມີຢູ່ແລ້ວ](/learn/add-react-to-an-existing-project)
15+
* [ວິທີການຕັ້ງຄ່າ editor ຂອງທ່ານ](/learn/editor-setup)
16+
* [ວິທີການຕິດຕັ້ງ React Developer Tools](/learn/react-developer-tools)
1717

1818
</YouWillLearn>
1919

20-
## Try React {/*try-react*/}
20+
## ລອງ React {/*try-react*/}
2121

22-
You don't need to install anything to play with React. Try editing this sandbox!
22+
ທ່ານບໍ່ຈຳເປັນຕ້ອງຕິດຕັ້ງຫຍັງຖ້າຢາກລອງກ່ຽວກັບ React. ມາລອງຫຼິ້ນໃນ sandbox ນີ້ເລີຍ!
2323

2424
<Sandpack>
2525

@@ -35,23 +35,22 @@ export default function App() {
3535

3636
</Sandpack>
3737

38-
You can edit it directly or open it in a new tab by pressing the "Fork" button in the upper right corner.
38+
ທ່ານສາມາດແກ້ໄຂໄດ້ໂດຍກົງ ຫຼື ເປີດໃນແຖບໃໝ່ໂດຍການກົດປຸ່ມ "Fork" ທີ່ຢູ່ດ້ານຂວາທາງເທິງ.
3939

40-
Most pages in the React documentation contain sandboxes like this. Outside of the React documentation, there are many online sandboxes that support React: for example, [CodeSandbox](https://codesandbox.io/s/new), [StackBlitz](https://stackblitz.com/fork/react), or [CodePen.](https://codepen.io/pen?&editors=0010&layout=left&prefill_data_id=3f4569d1-1b11-4bce-bd46-89090eed5ddb)
40+
ຫຼາຍໜ້າໃນ ເອກະສານ React ມີ sandbox ແບບນີ້. ນອກຈາກໃນເອກະສານ React ແລ້ວ, ຍັງມີອອນໄລ sandbox ອີກຫຼາກຫຼາຍທີ່ສະໜັບສະໜູນ React ຕົວຢ່າງ: [CodeSandbox](https://codesandbox.io/s/new), [StackBlitz](https://stackblitz.com/fork/react), ຫຼື [CodePen.](https://codepen.io/pen?&editors=0010&layout=left&prefill_data_id=3f4569d1-1b11-4bce-bd46-89090eed5ddb)
4141

42-
### Try React locally {/*try-react-locally*/}
42+
### ລອງ React ໃນເຄື່ອງ {/*try-react-locally*/}
4343

44-
To try React locally on your computer, [download this HTML page.](https://gist.githubusercontent.com/gaearon/0275b1e1518599bbeafcde4722e79ed1/raw/db72dcbf3384ee1708c4a07d3be79860db04bff0/example.html) Open it in your editor and in your browser!
44+
ຢາກໃຊ້ React ໃນເຄື່ອງຄອມພິວເຕີ້ຂອງທ່ານ, [ດາວໂຫຼດໜ້າ HTML ນີ້.](https://gist.githubusercontent.com/gaearon/0275b1e1518599bbeafcde4722e79ed1/raw/db72dcbf3384ee1708c4a07d3be79860db04bff0/example.html) ເປີດມັນໃນ editor ແລະ browser ຂອງທ່ານ!
4545

46-
## Start a new React project {/*start-a-new-react-project*/}
46+
## ສ້າງ project React ໃໝ່ {/*start-a-new-react-project*/}
4747

48-
If you want to build an app or a website fully with React, [start a new React project.](/learn/start-a-new-react-project)
48+
ຖ້າທ່ານຕ້ອງການສ້າງແອັບ ຫຼື ເວັບໄຊຢ່າງເຕັມຮູບແບບດ້ວຍ React, [ສ້າງ project React ໃໝ່](/learn/start-a-new-react-project)
4949

50-
## Add React to an existing project {/*add-react-to-an-existing-project*/}
50+
## ເພີ່ມ React ເຂົ້າໃນ project ທີ່ມີຢູ່ແລ້ວ {/*add-react-to-an-existing-project*/}
5151

52-
If want to try using React in your existing app or a website, [add React to an existing project.](/learn/add-react-to-an-existing-project)
52+
ຖ້າທ່ານຕ້ອງການໃຊ້ React ໃນແອັບ ຫຼື ເວັບໄຊທີ່ມີຢູ່ແລ້ວ, [ເພີ່ມ React ໃນ project ທີ່ມີຢູ່.](/learn/add-react-to-an-existing-project)
5353

54-
## Next steps {/*next-steps*/}
55-
56-
Head to the [Quick Start](/learn) guide for a tour of the most important React concepts you will encounter every day.
54+
## ຂັ້ນຕອນຕໍ່ໄປ {/*next-steps*/}
5755

56+
ໄປທີ່ຄູ່ມື [ເລີ່ມຕົ້ນຢ່າງໄວ](/learn) ສຳລັບການເບິ່ງແນວຄິດກ່ຽວກັບ React ທີ່ສຳຄັນທີ່ສຸດທີ່ທ່ານຈະໄດ້ພົບໃນແຕ່ລະມື້.

0 commit comments

Comments
 (0)