From ccf2208edd5c2a41f24b88f052206b602259e40f Mon Sep 17 00:00:00 2001 From: Yash Date: Sun, 24 Feb 2019 14:17:36 +0530 Subject: [PATCH 1/2] Updated with the suggestions provided. --- content/docs/getting-started.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/content/docs/getting-started.md b/content/docs/getting-started.md index 7f4c25f91..e0d5876b6 100644 --- a/content/docs/getting-started.md +++ b/content/docs/getting-started.md @@ -18,17 +18,16 @@ redirect_from: - "docs/environments.html" --- -This page is an overview of the React documentation and related resources. +यह पन्ना react के प्रलेखन और उससे सम्बंधित साधनो का Overview है | -**React** is a JavaScript library for building user interfaces. Learn what React is all about on [our homepage](/) or [in the tutorial](/tutorial/tutorial.html). +**React** एक javascript लाइब्रेरी है जो उपयोगकर्ता के इंटरफेसेस बनाने में काम आती है | हमारे होमपेज पर या इस टुटोरिअल पर सीखें की react किस चीज़ के बारे में है [हमारा होमपेज ](/) या [इस टुटोरिअल में](/tutorial/tutorial.html). ---- - -- [Try React](#try-react) -- [Learn React](#learn-react) -- [Staying Informed](#staying-informed) -- [Versioned Documentation](#versioned-documentation) -- [Something Missing?](#something-missing) +रियेक्ट का परीक्षड करें +रियेक्ट सीखे +सूचित रहे +वर्ज़न प्रलेखन +वकुछ छूटा है? +रियेक्ट का परीक्षड करें {#try-react} ## Try React {#try-react} From 5b964816c349efa4b147f19e672185f17390a3b7 Mon Sep 17 00:00:00 2001 From: Yash Date: Sun, 24 Feb 2019 15:12:08 +0530 Subject: [PATCH 2/2] Translated a few more Paras Till line 44 --- content/docs/getting-started.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/content/docs/getting-started.md b/content/docs/getting-started.md index e0d5876b6..ba8024ff2 100644 --- a/content/docs/getting-started.md +++ b/content/docs/getting-started.md @@ -29,19 +29,19 @@ redirect_from: वकुछ छूटा है? रियेक्ट का परीक्षड करें {#try-react} -## Try React {#try-react} +## React सीखें {#try-react} -React has been designed from the start for gradual adoption, and **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 a simple HTML page, or start a complex React-powered app, the links in this section will help you get started. +React को धीरे-धीरे ग्रहण करने के लिए बनाया गया है, और **आप जितनी कम और ज्यादा चाहे उतनी React इस्तेमाल कर सकते है |** यदि आप React का नमूना देखना चाहें, अपने सरल HTML पेज के साथ कुछ इंटरएक्टिविट जोड़ना चाहें, या एक जटिल React-संचालित ऐप बनाना चाहे, इस अनुभाग में दी गई लिंक्स आपकी सहायता करेंगी | -### Online Playgrounds {#online-playgrounds} +### ऑनलाइन प्रयोग का स्थान {#online-playgrounds} -If you're interested in playing around with React, you can use an online code playground. Try a Hello World template on [CodePen](codepen://hello-world) or [CodeSandbox](https://codesandbox.io/s/new). +अगर आप React को इस्तेमाल करने में रूचि रखतें है, आप एक ऑनलाइन कोड प्लेग्राउंड इस्तेमाल कर सकते है | CodePen पर एक Hello World टेम्पलेट इस्तेमाल करें [CodePen](codepen://hello-world) or [CodeSandbox](https://codesandbox.io/s/new). -If you prefer to use your own text editor, you can also [download this HTML file](https://raw.githubusercontent.com/reactjs/reactjs.org/master/static/html/single-file-example.html), edit it, and open it from the local filesystem in your browser. It does a slow runtime code transformation, so we'd only recommend using this for simple demos. +अगर आप अपना खुद का Text Editor इस्तमाल करना चा रहे है, अप्प [इस HTML फाइल](https://raw.githubusercontent.com/reactjs/reactjs.org/master/static/html/single-file-example.html) को डाउनलोड कर सकतें हैं, एडिट करें, और अपने local filesystem से इसे अपने browser में खोल लें, यह runtime code transformation को धीमे करता है, हम इसे खाली सरल डेमो के लिए ही इस्तेमाल करने का अनुग्रह करते हैं | -### Add React to a Website {#add-react-to-a-website} +### React को वेबसाइट के साथ जोड़ें {#add-react-to-a-website} -You can [add React to an HTML page in one minute](/docs/add-react-to-a-website.html). You can then either gradually expand its presence, or keep it contained to a few dynamic widgets. +आप [React को अपने पेज में एक मिनट में ऐड कर सकते हैं |](/docs/add-react-to-a-website.html). इसके बाद या तो आप इसे धीमे से भाड़ा सकते है या इसे कुछ ही dynamic widgets तक सीमित रख सकते हैं | ### Create a New React App {#create-a-new-react-app}