Skip to content

Commit d2ccd32

Browse files
docs: translate "Setup" page to Persian (#489)
This commit translates the "Setup" page into Persian, enhancing accessibility for Persian-speaking developers. The translation includes all sections, maintaining the original structure and intent of the document. Co-authored-by: Mohammad Reza Badri <[email protected]> Co-authored-by: mrbadri <[email protected]>
1 parent 2895829 commit d2ccd32

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/content/learn/setup.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
---
2-
title: Setup
2+
title: راه‌اندازی
33
---
44
<Intro>
55

6-
React integrates with tools like editors, TypeScript, browser extensions, and compilers. This section will help you get your environment set up.
6+
ری‌اکت با ابزارهایی مانند ویرایشگرها، تایپ‌اسکریپت، افزونه‌های مرورگر و کامپایلرها ادغام می‌شود. این بخش به شما کمک می‌کند محیط توسعه خود را راه‌اندازی کنید.
77

88
</Intro>
99

10-
## Editor Setup {/*editor-setup*/}
10+
## راه‌اندازی ویرایشگر {/*editor-setup*/}
1111

12-
See our [recommended editors](/learn/editor-setup) and learn how to set them up to work with React.
12+
[ویرایشگرهای پیشنهادی ما](/learn/editor-setup) را ببینید و یاد بگیرید چطور آن‌ها را برای کار با ری‌اکت پیکربندی کنید.
1313

14-
## Using TypeScript {/*using-typescript*/}
14+
## استفاده از تایپ‌اسکریپت {/*using-typescript*/}
1515

16-
TypeScript is a popular way to add type definitions to JavaScript codebases. [Learn how to integrate TypeScript into your React projects](/learn/typescript).
16+
تایپ‌اسکریپت یک روش محبوب برای افزودن تعریف نوع به کدهای جاوااسکریپت است. [یاد بگیرید چگونه تایپ‌اسکریپت را در پروژه‌های ری‌اکت خود ادغام کنید](/learn/typescript).
1717

18-
## React Developer Tools {/*react-developer-tools*/}
18+
## ابزارهای توسعه ری‌اکت {/*react-developer-tools*/}
1919

20-
React Developer Tools is a browser extension that can inspect React components, edit props and state, and identify performance problems. Learn how to install it [here](learn/react-developer-tools).
20+
ابزارهای توسعه ری‌اکت یک افزونه مرورگر است که می‌تواند کامپوننت‌های ری‌اکت را بررسی کند، props و state را ویرایش کند و مشکلات عملکردی را شناسایی کند. برای نصب آن [اینجا](/learn/react-developer-tools) را ببینید.
2121

22-
## React Compiler {/*react-compiler*/}
22+
## کامپایلر ری‌اکت {/*react-compiler*/}
2323

24-
React Compiler is a tool that automatically optimizes your React app. [Learn more](/learn/react-compiler).
24+
کامپایلر ری‌اکت ابزاری است که به‌طور خودکار اپلیکیشن ری‌اکت شما را بهینه‌سازی می‌کند. [بیشتر بدانید](/learn/react-compiler).
2525

26-
## Next steps {/*next-steps*/}
26+
## گام‌های بعدی {/*next-steps*/}
2727

28-
Head to the [Quick Start](/learn) guide for a tour of the most important React concepts you will encounter every day.
28+
به [راهنمای شروع سریع](/learn) بروید تا با مهم‌ترین مفاهیم ری‌اکت که هر روز با آن‌ها روبه‌رو می‌شوید، آشنا شوید.

0 commit comments

Comments
 (0)