From 8dd9ad22c55c8f89c28826928879f873d157837f Mon Sep 17 00:00:00 2001 From: Anindita Basu Date: Thu, 10 Oct 2019 14:08:12 +0530 Subject: [PATCH 1/5] Update cdn-links.md Adding the Hindi translation --- content/docs/cdn-links.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/content/docs/cdn-links.md b/content/docs/cdn-links.md index 73e3e8171..fabd9bb03 100644 --- a/content/docs/cdn-links.md +++ b/content/docs/cdn-links.md @@ -1,37 +1,37 @@ --- id: cdn-links -title: CDN Links +title: CDN लिंक permalink: docs/cdn-links.html prev: create-a-new-react-app.html next: hello-world.html --- -Both React and ReactDOM are available over a CDN. +React एवं ReactDOM दोनों CDN पर उपलब्ध हैं। ```html ``` -The versions above are only meant for development, and are not suitable for production. Minified and optimized production versions of React are available at: +उपरोक्त वर्शन केवल परीक्षण परिवर्धन के लिए हैं, एवं परिनियोजन के लिए नहीं। React के minified एवं optimized परिनियोजन वर्शन निम्नलिखित लिंक पर उपलब्ध हैं: ```html ``` -To load a specific version of `react` and `react-dom`, replace `16` with the version number. +`react` एवं `react-dom` के विशिष्ट वर्शन लोड करने के लिए `16` की जगह वर्शन संख्या डाल दें। -### Why the `crossorigin` Attribute? {#why-the-crossorigin-attribute} +### `crossorigin` एट्रीब्यूट क्यों? {#why-the-crossorigin-attribute} -If you serve React from a CDN, we recommend to keep the [`crossorigin`](https://developer.mozilla.org/en-US/docs/Web/HTML/CORS_settings_attributes) attribute set: +यदि आप React को CDN द्वारा प्रसारित करते हैं, हमारा सुझाव है कि आप [`crossorigin`](https://developer.mozilla.org/en-US/docs/Web/HTML/CORS_settings_attributes) एट्रीब्यूट सेट को न हटाएं: ```html ``` -We also recommend to verify that the CDN you are using sets the `Access-Control-Allow-Origin: *` HTTP header: +हमारा यह भी सुझाव है कि आप सुनिश्चित कर लें जिस CDN का आप उपयोग कर रहे हैं वह `Access-Control-Allow-Origin: *` HTTP हेडर तय करता है: ![Access-Control-Allow-Origin: *](../images/docs/cdn-cors-header.png) -This enables a better [error handling experience](/blog/2017/07/26/error-handling-in-react-16.html) in React 16 and later. +ऐसा करने से React 16 एवं बाद के वर्शन में [बेहतर त्रुटि नियंत्रण](/blog/2017/07/26/error-handling-in-react-16.html) होता है। From 6d7429bd55e7c5b36fbd40f5c13380d2fdca26df Mon Sep 17 00:00:00 2001 From: Anindita Basu Date: Fri, 11 Oct 2019 09:00:46 +0530 Subject: [PATCH 2/5] Update cdn-links.md Incorporating review comments on PR --- content/docs/cdn-links.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/docs/cdn-links.md b/content/docs/cdn-links.md index fabd9bb03..fe903d7f5 100644 --- a/content/docs/cdn-links.md +++ b/content/docs/cdn-links.md @@ -1,6 +1,6 @@ --- id: cdn-links -title: CDN लिंक +title: CDN लिंकस permalink: docs/cdn-links.html prev: create-a-new-react-app.html next: hello-world.html @@ -13,7 +13,7 @@ React एवं ReactDOM दोनों CDN पर उपलब्ध हैं ``` -उपरोक्त वर्शन केवल परीक्षण परिवर्धन के लिए हैं, एवं परिनियोजन के लिए नहीं। React के minified एवं optimized परिनियोजन वर्शन निम्नलिखित लिंक पर उपलब्ध हैं: +उपरोक्त वर्शन केवल डेवलपमेंट के लिए हैं, एवं प्रोडक्शन के लिए नहीं। React के minified एवं ऑप्टीमाइज़्ड परिनियोजन वर्शन निम्नलिखित लिंक पर उपलब्ध हैं: ```html @@ -30,8 +30,8 @@ React एवं ReactDOM दोनों CDN पर उपलब्ध हैं ``` -हमारा यह भी सुझाव है कि आप सुनिश्चित कर लें जिस CDN का आप उपयोग कर रहे हैं वह `Access-Control-Allow-Origin: *` HTTP हेडर तय करता है: +हमारा यह भी सुझाव है कि आप सुनिश्चित कर लें जिस CDN का आप उपयोग कर रहे हैं वह `Access-Control-Allow-Origin: *` HTTP हेडर सेट करता है: ![Access-Control-Allow-Origin: *](../images/docs/cdn-cors-header.png) -ऐसा करने से React 16 एवं बाद के वर्शन में [बेहतर त्रुटि नियंत्रण](/blog/2017/07/26/error-handling-in-react-16.html) होता है। +ऐसा करने से React 16 एवं बाद के वर्शन में [बेहतर एरर नियंत्रण](/blog/2017/07/26/error-handling-in-react-16.html) होता है। From 85e81318a4a3bfeeffa4ea7510c4c67859a7ceda Mon Sep 17 00:00:00 2001 From: Anindita Basu Date: Fri, 11 Oct 2019 11:52:21 +0530 Subject: [PATCH 3/5] Update cdn-links.md transliterate 'production' --- content/docs/cdn-links.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/cdn-links.md b/content/docs/cdn-links.md index fe903d7f5..e550e5f29 100644 --- a/content/docs/cdn-links.md +++ b/content/docs/cdn-links.md @@ -13,7 +13,7 @@ React एवं ReactDOM दोनों CDN पर उपलब्ध हैं ``` -उपरोक्त वर्शन केवल डेवलपमेंट के लिए हैं, एवं प्रोडक्शन के लिए नहीं। React के minified एवं ऑप्टीमाइज़्ड परिनियोजन वर्शन निम्नलिखित लिंक पर उपलब्ध हैं: +उपरोक्त वर्शन केवल डेवलपमेंट के लिए हैं, एवं प्रोडक्शन के लिए नहीं। React के minified एवं ऑप्टीमाइज़्ड प्रोडक्शन वर्शन निम्नलिखित लिंक पर उपलब्ध हैं: ```html From 1480945eadd697ac75b79a7520ac214264ec8366 Mon Sep 17 00:00:00 2001 From: Anindita Basu Date: Fri, 18 Oct 2019 12:03:31 +0530 Subject: [PATCH 4/5] Incorporating review comments Incorporating comment https://github.com/reactjs/hi.reactjs.org/pull/53#discussion_r334627211 --- content/docs/cdn-links.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/cdn-links.md b/content/docs/cdn-links.md index e550e5f29..6153c2082 100644 --- a/content/docs/cdn-links.md +++ b/content/docs/cdn-links.md @@ -13,7 +13,7 @@ React एवं ReactDOM दोनों CDN पर उपलब्ध हैं ``` -उपरोक्त वर्शन केवल डेवलपमेंट के लिए हैं, एवं प्रोडक्शन के लिए नहीं। React के minified एवं ऑप्टीमाइज़्ड प्रोडक्शन वर्शन निम्नलिखित लिंक पर उपलब्ध हैं: +उपरोक्त वर्शन केवल डेवलपमेंट के लिए हैं, एवं प्रोडक्शन के लिए उपयुक्त नहीं हैं। React के minified एवं ऑप्टीमाइज़्ड प्रोडक्शन वर्शन निम्नलिखित लिंक पर उपलब्ध हैं: ```html From a904d5cd3acf38cc2540d653fa0e138ece9f3c42 Mon Sep 17 00:00:00 2001 From: Anindita Basu Date: Mon, 21 Oct 2019 09:21:24 +0530 Subject: [PATCH 5/5] Incorporating review comments Incorporating the change discussed in https://github.com/reactjs/hi.reactjs.org/pull/53#discussion_r336742446 --- content/docs/cdn-links.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/cdn-links.md b/content/docs/cdn-links.md index 6153c2082..fad510391 100644 --- a/content/docs/cdn-links.md +++ b/content/docs/cdn-links.md @@ -20,7 +20,7 @@ React एवं ReactDOM दोनों CDN पर उपलब्ध हैं ``` -`react` एवं `react-dom` के विशिष्ट वर्शन लोड करने के लिए `16` की जगह वर्शन संख्या डाल दें। +`react` एवं `react-dom` के विशिष्ट वर्शन लोड करने के लिए `16` को वर्शन संख्या द्वारा बदल दें। ### `crossorigin` एट्रीब्यूट क्यों? {#why-the-crossorigin-attribute}