diff --git a/src/content/learn/installation.md b/src/content/learn/installation.md
index c5426ea94..69d3296be 100644
--- a/src/content/learn/installation.md
+++ b/src/content/learn/installation.md
@@ -1,25 +1,25 @@
---
-title: Installation
+title: ການຕິດຕັ້ງ
---
-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.
+React ໄດ້ຮັບການອອກແບບຕັ້ງແຕ່ເລີ່ມຕົ້ນເພື່ອການນຳໄປໃຊ້ຢ່າງຄ່ອຍເປັນຄ່ອຍໄປ. ທ່ານສາມາດໃຊ້ React ໜ້ອຍ ຫຼື ຫຼາຍຕາມໃຈຕ້ອງການ. ບໍ່ວ່າທ່ານຈະຕ້ອງການລອງ React, ເພີ່ມການໂຕ້ຕອບໃນໜ້າ HTML, ຫຼື ເລີ່ມແອັບທີ່ຊັບຊ້ອນທີ່ເຮັດດ້ວຍ React, ຫົວຂໍ້ນີ້ຈະຊ່ວຍທ່ານໃນການເລີ່ມຕົ້ນ.
-* [How to start a new React project](/learn/start-a-new-react-project)
-* [How to add React to an existing project](/learn/add-react-to-an-existing-project)
-* [How to set up your editor](/learn/editor-setup)
-* [How to install React Developer Tools](/learn/react-developer-tools)
+* [ວິທີການສ້າງ project React ໃໝ່](/learn/start-a-new-react-project)
+* [ວິທີເພີ່ມ React ໃນ project ທີ່ມີຢູ່ແລ້ວ](/learn/add-react-to-an-existing-project)
+* [ວິທີການຕັ້ງຄ່າ editor ຂອງທ່ານ](/learn/editor-setup)
+* [ວິທີການຕິດຕັ້ງ React Developer Tools](/learn/react-developer-tools)
-## Try React {/*try-react*/}
+## ລອງ React {/*try-react*/}
-You don't need to install anything to play with React. Try editing this sandbox!
+ທ່ານບໍ່ຈຳເປັນຕ້ອງຕິດຕັ້ງຫຍັງຖ້າຢາກລອງກ່ຽວກັບ React. ມາລອງຫຼິ້ນໃນ sandbox ນີ້ເລີຍ!
@@ -35,23 +35,22 @@ export default function App() {
-You can edit it directly or open it in a new tab by pressing the "Fork" button in the upper right corner.
+ທ່ານສາມາດແກ້ໄຂໄດ້ໂດຍກົງ ຫຼື ເປີດໃນແຖບໃໝ່ໂດຍການກົດປຸ່ມ "Fork" ທີ່ຢູ່ດ້ານຂວາທາງເທິງ.
-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)
+ຫຼາຍໜ້າໃນ ເອກະສານ 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)
-### Try React locally {/*try-react-locally*/}
+### ລອງ React ໃນເຄື່ອງ {/*try-react-locally*/}
-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!
+ຢາກໃຊ້ React ໃນເຄື່ອງຄອມພິວເຕີ້ຂອງທ່ານ, [ດາວໂຫຼດໜ້າ HTML ນີ້.](https://gist.githubusercontent.com/gaearon/0275b1e1518599bbeafcde4722e79ed1/raw/db72dcbf3384ee1708c4a07d3be79860db04bff0/example.html) ເປີດມັນໃນ editor ແລະ browser ຂອງທ່ານ!
-## Start a new React project {/*start-a-new-react-project*/}
+## ສ້າງ project React ໃໝ່ {/*start-a-new-react-project*/}
-If you want to build an app or a website fully with React, [start a new React project.](/learn/start-a-new-react-project)
+ຖ້າທ່ານຕ້ອງການສ້າງແອັບ ຫຼື ເວັບໄຊຢ່າງເຕັມຮູບແບບດ້ວຍ React, [ສ້າງ project React ໃໝ່](/learn/start-a-new-react-project)
-## Add React to an existing project {/*add-react-to-an-existing-project*/}
+## ເພີ່ມ React ເຂົ້າໃນ project ທີ່ມີຢູ່ແລ້ວ {/*add-react-to-an-existing-project*/}
-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)
+ຖ້າທ່ານຕ້ອງການໃຊ້ React ໃນແອັບ ຫຼື ເວັບໄຊທີ່ມີຢູ່ແລ້ວ, [ເພີ່ມ React ໃນ project ທີ່ມີຢູ່.](/learn/add-react-to-an-existing-project)
-## Next steps {/*next-steps*/}
-
-Head to the [Quick Start](/learn) guide for a tour of the most important React concepts you will encounter every day.
+## ຂັ້ນຕອນຕໍ່ໄປ {/*next-steps*/}
+ໄປທີ່ຄູ່ມື [ເລີ່ມຕົ້ນຢ່າງໄວ](/learn) ສຳລັບການເບິ່ງແນວຄິດກ່ຽວກັບ React ທີ່ສຳຄັນທີ່ສຸດທີ່ທ່ານຈະໄດ້ພົບໃນແຕ່ລະມື້.