From ff0a0415f12ec94721fe771068f29119249ce601 Mon Sep 17 00:00:00 2001 From: saranshkataria <saransh@wisdomgeek.com> Date: Sun, 10 Feb 2019 09:36:55 -0800 Subject: [PATCH 1/5] translated learn once write anywhere section --- content/home/marketing/learn-once-write-anywhere.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/home/marketing/learn-once-write-anywhere.md b/content/home/marketing/learn-once-write-anywhere.md index 009edf5bc..fdaa00164 100644 --- a/content/home/marketing/learn-once-write-anywhere.md +++ b/content/home/marketing/learn-once-write-anywhere.md @@ -1,8 +1,8 @@ --- -title: Learn Once, Write Anywhere +title: एक बार जानें, कहीं भी लिखें order: 2 --- -We don't make assumptions about the rest of your technology stack, so you can develop new features in React without rewriting existing code. +हम आपके अन्य तकनिकी स्टैक के बारे में धारणा नहीं बनाते हैं। तो आप मौजूदा कोड को फिर से लिखे बिना रिएक्ट में नई सुविधाएँ बना सकते हैं। -React can also render on the server using Node and power mobile apps using [React Native](https://facebook.github.io/react-native/). +रिएक्ट सर्वर पर भी रेंडर कर सकता है और आप [React Native]((https://facebook.github.io/react-native/) का उपयोग करके पावर मोबाइल ऐप भी बना सकते हैं। \ No newline at end of file From 1d14a186cab0d31a44a35f2ef927f27e29221cee Mon Sep 17 00:00:00 2001 From: saranshkataria <saransh@wisdomgeek.com> Date: Sun, 10 Feb 2019 09:54:12 -0800 Subject: [PATCH 2/5] translated decalarative section --- content/home/marketing/declarative.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/home/marketing/declarative.md b/content/home/marketing/declarative.md index c3b651902..fbe348826 100644 --- a/content/home/marketing/declarative.md +++ b/content/home/marketing/declarative.md @@ -1,8 +1,8 @@ --- -title: Declarative +title: वर्णनात्मक order: 0 --- -React makes it painless to create interactive UIs. Design simple views for each state in your application, and React will efficiently update and render just the right components when your data changes. +React में इंटरैक्टिव यूआई बनाना काफी आसान है। अपने ऐप में प्रत्येक व्यू के लिए सरल विचार डिजाइन करें, और React कुशलता से आपके डेटा में बदलाव होने पर सिर्फ सही कॅम्पोनॅन्ट को अपडेट और रेंडर करेगा। -Declarative views make your code more predictable and easier to debug. +वर्णनात्मक व्यू आपके कोड को अधिक अनुमानित और डिबग करने में आसान बनाते हैं। \ No newline at end of file From 5e1fc976e220dd021cad5dadc95c09b8eae9b912 Mon Sep 17 00:00:00 2001 From: saranshkataria <saransh@wisdomgeek.com> Date: Sun, 10 Feb 2019 10:04:41 -0800 Subject: [PATCH 3/5] translated component section --- content/home/marketing/component-based.md | 6 +++--- content/home/marketing/declarative.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/home/marketing/component-based.md b/content/home/marketing/component-based.md index aeb3c4de2..0a79edf10 100644 --- a/content/home/marketing/component-based.md +++ b/content/home/marketing/component-based.md @@ -1,8 +1,8 @@ --- -title: Component-Based +title: कौम्पोनॅन्ट पर आधारित order: 1 --- -Build encapsulated components that manage their own state, then compose them to make complex UIs. +इनकैप्सुलेटेड कौम्पोनॅन्ट का निर्माण करें जो उनके अपने व्यू को संभालते हैं, फिर उनसे कठिन यूआई निर्मित करें। -Since component logic is written in JavaScript instead of templates, you can easily pass rich data through your app and keep state out of the DOM. +चूँकि कौम्पोनॅन्ट तर्क टेम्पलेट के बजाय जावास्क्रिप्ट में लिखे गए हैं, आप आसानी से अपने ऐप के माध्यम से समृद्ध डेटा पास कर सकते हैं और डोम से बाहर रख सकते हैं। \ No newline at end of file diff --git a/content/home/marketing/declarative.md b/content/home/marketing/declarative.md index fbe348826..2f664536b 100644 --- a/content/home/marketing/declarative.md +++ b/content/home/marketing/declarative.md @@ -3,6 +3,6 @@ title: वर्णनात्मक order: 0 --- -React में इंटरैक्टिव यूआई बनाना काफी आसान है। अपने ऐप में प्रत्येक व्यू के लिए सरल विचार डिजाइन करें, और React कुशलता से आपके डेटा में बदलाव होने पर सिर्फ सही कॅम्पोनॅन्ट को अपडेट और रेंडर करेगा। +React में इंटरैक्टिव यूआई बनाना काफी आसान है। अपने ऐप में प्रत्येक व्यू के लिए सरल विचार डिजाइन करें, और React कुशलता से आपके डेटा में बदलाव होने पर सिर्फ सही कौम्पोनॅन्ट को अपडेट और रेंडर करेगा। वर्णनात्मक व्यू आपके कोड को अधिक अनुमानित और डिबग करने में आसान बनाते हैं। \ No newline at end of file From 7406e65fb714274a098cee04bfbb40ba650e4c5d Mon Sep 17 00:00:00 2001 From: saranshkataria <saransh@wisdomgeek.com> Date: Sun, 10 Feb 2019 19:34:48 -0800 Subject: [PATCH 4/5] fixed review comments --- content/home/marketing/component-based.md | 2 +- content/home/marketing/learn-once-write-anywhere.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/home/marketing/component-based.md b/content/home/marketing/component-based.md index 0a79edf10..b56290011 100644 --- a/content/home/marketing/component-based.md +++ b/content/home/marketing/component-based.md @@ -5,4 +5,4 @@ order: 1 इनकैप्सुलेटेड कौम्पोनॅन्ट का निर्माण करें जो उनके अपने व्यू को संभालते हैं, फिर उनसे कठिन यूआई निर्मित करें। -चूँकि कौम्पोनॅन्ट तर्क टेम्पलेट के बजाय जावास्क्रिप्ट में लिखे गए हैं, आप आसानी से अपने ऐप के माध्यम से समृद्ध डेटा पास कर सकते हैं और डोम से बाहर रख सकते हैं। \ No newline at end of file +चूँकि कौम्पोनॅन्ट तर्क टेम्पलेट के बजाय जावास्क्रिप्ट में लिखे गए हैं, आप आसानी से अपने ऐप के माध्यम से समृद्ध डेटा पास कर सकते हैं और DOM से बाहर रख सकते हैं। \ No newline at end of file diff --git a/content/home/marketing/learn-once-write-anywhere.md b/content/home/marketing/learn-once-write-anywhere.md index fdaa00164..53f61771e 100644 --- a/content/home/marketing/learn-once-write-anywhere.md +++ b/content/home/marketing/learn-once-write-anywhere.md @@ -5,4 +5,4 @@ order: 2 हम आपके अन्य तकनिकी स्टैक के बारे में धारणा नहीं बनाते हैं। तो आप मौजूदा कोड को फिर से लिखे बिना रिएक्ट में नई सुविधाएँ बना सकते हैं। -रिएक्ट सर्वर पर भी रेंडर कर सकता है और आप [React Native]((https://facebook.github.io/react-native/) का उपयोग करके पावर मोबाइल ऐप भी बना सकते हैं। \ No newline at end of file +React सर्वर पर भी रेंडर कर सकता है और आप [React Native]((https://facebook.github.io/react-native/) का उपयोग करके पावर मोबाइल ऐप भी बना सकते हैं। \ No newline at end of file From e6e0fe64148ad2063b3e2cce09477300571a04c3 Mon Sep 17 00:00:00 2001 From: saranshkataria <saransh@wisdomgeek.com> Date: Sun, 10 Feb 2019 19:49:31 -0800 Subject: [PATCH 5/5] fixed hindi translation of react word --- content/home/marketing/learn-once-write-anywhere.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/home/marketing/learn-once-write-anywhere.md b/content/home/marketing/learn-once-write-anywhere.md index 53f61771e..b6b71fd39 100644 --- a/content/home/marketing/learn-once-write-anywhere.md +++ b/content/home/marketing/learn-once-write-anywhere.md @@ -3,6 +3,6 @@ title: एक बार जानें, कहीं भी लिखें order: 2 --- -हम आपके अन्य तकनिकी स्टैक के बारे में धारणा नहीं बनाते हैं। तो आप मौजूदा कोड को फिर से लिखे बिना रिएक्ट में नई सुविधाएँ बना सकते हैं। +हम आपके अन्य तकनिकी स्टैक के बारे में धारणा नहीं बनाते हैं। तो आप मौजूदा कोड को फिर से लिखे बिना React में नई सुविधाएँ बना सकते हैं। React सर्वर पर भी रेंडर कर सकता है और आप [React Native]((https://facebook.github.io/react-native/) का उपयोग करके पावर मोबाइल ऐप भी बना सकते हैं। \ No newline at end of file