Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

translate tutorial/part-zero #14

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

helios1101
Copy link

@helios1101 helios1101 commented Nov 11, 2019

This in regard to #1

@helios1101 helios1101 changed the title made some initial changes translate tutorial/part-zero Nov 11, 2019
@helios1101
Copy link
Author

@arshadkazmi42 @SatyaRF @sakshamtaneja21 Please have a review.

@arshadkazmi42
Copy link
Contributor

@helios1101 I have few more PRs to review. I will get to this ASAP. Thanks

Copy link
Contributor

@SatyaRF SatyaRF left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@helios1101 you can do recommended changes, post which I will further review.

docs/tutorial/part-zero/index.md Outdated Show resolved Hide resolved
typora-copy-images-to: ./
disableTableOfContents: true
---

Before you start building your first Gatsby site, you’ll need to familiarize yourself with some core web technologies and make sure that you have installed all required software tools.
इससे पहले कि आप अपनी पहली गैट्सबी साइट का निर्माण शुरू करें, आपको कुछ मुख्य वेब तकनीकों से खुद को परिचित करना होगा और यह सुनिश्चित करना होगा कि आपने सभी आवश्यक सॉफ़्टवेयर टूल स्थापित कर लिए हैं|
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

स्थापित => इनस्टॉल
Also replace गैट्सबी => Gatsby in the entire page

docs/tutorial/part-zero/index.md Outdated Show resolved Hide resolved
docs/tutorial/part-zero/index.md Outdated Show resolved Hide resolved

Take a moment to locate and open up the command line interface (CLI) for your computer. Depending on which operating system you are using, see [**instructions for Mac**](http://www.macworld.co.uk/feature/mac-software/how-use-terminal-on-mac-3608274/), [**instructions for Windows**](https://www.quora.com/How-do-I-open-terminal-in-windows) or [**instructions for Linux**](https://www.howtogeek.com/140679/beginner-geek-how-to-start-using-the-linux-terminal/).
अपने कंप्यूटर के लिए कमांड लाइन इंटरफ़ेस (CLI) का पता लगाने और खोलने के लिए कुछ समय लें। निर्भर करता है कि आप किस ऑपरेटिंग सिस्टम का उपयोग कर रहे हैं, देखें [**Mac के लिए निर्देश**](http://www.macworld.co.uk/feature/mac-software/how-use-terminal-on-mac-3608274/), [**Windows के लिए निर्देश**](https://www.quora.com/How-do-I-open-terminal-in-windows) or [**Linux के लिए निर्देश**](https://www.howtogeek.com/140679/beginner-geek-how-to-start-using-the-linux-terminal/).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

के लिए => पर

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change pending.


To install Gatsby and Node.js, it is recommended to use [Homebrew](https://brew.sh/). A little set-up in the beginning can save you from some headaches later on!
Gatsby और Node.js को स्थापित करने के लिए, इसका उपयोग करने की अनुशंसा की जाती है [Homebrew](https://brew.sh/). शुरुआत में थोड़ा सेट अप आपको बाद में कुछ सिरदर्द से बचा सकता है! अपने कंप्यूटर पर Homebrew को कैसे स्थापित या सत्यापित करें:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

स्थापित => इनस्टॉल
सत्यापित => अनइंस्टाल

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change pending

@helios1101 helios1101 requested a review from SatyaRF November 15, 2019 13:33
@gatsbybot gatsbybot mentioned this pull request Nov 25, 2019
62 tasks
@helios1101
Copy link
Author

helios1101 commented Nov 29, 2019

Changes Done.
@SatyaRF @arshadkazmi42

@arshadkazmi42
Copy link
Contributor

@SatyaRF Are you reviewing this PR? Or do you want me to take it forward

@helios1101
Copy link
Author

@SatyaRF Are you reviewing this PR? Or do you want me to take it forward

Any leading ?

@SatyaRF
Copy link
Contributor

SatyaRF commented Dec 22, 2019 via email

@arshadkazmi42
Copy link
Contributor

@SatyaRF are you still reviewing this? Or do you want me to take over the review of this PR?

Copy link
Contributor

@arshadkazmi42 arshadkazmi42 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good work.
added review till line 29.
Once these are fixed, i will continue with further review
You can read about our review here

docs/tutorial/part-zero/index.md Outdated Show resolved Hide resolved
docs/tutorial/part-zero/index.md Outdated Show resolved Hide resolved
docs/tutorial/part-zero/index.md Outdated Show resolved Hide resolved
docs/tutorial/part-zero/index.md Outdated Show resolved Hide resolved
docs/tutorial/part-zero/index.md Outdated Show resolved Hide resolved
docs/tutorial/part-zero/index.md Outdated Show resolved Hide resolved
docs/tutorial/part-zero/index.md Outdated Show resolved Hide resolved
docs/tutorial/part-zero/index.md Outdated Show resolved Hide resolved

### Mac Users: install Xcode Command Line Tools
1. अपना टर्मिनल खोलें।
1. Mac पर, Xcode कमांड लाइन टूल को रन करके इंस्टॉल करें `xcode-select --install`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Xcode कमांड लाइन टूल को रन करके इंस्टॉल करें `xcode-select --install`.

=>

`xcode-select --install` चला कर Xcode कमांड लाइन टूल को इंस्टॉल करें।

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

करें।. => करें।

remove extra dot at the ending

docs/tutorial/part-zero/index.md Outdated Show resolved Hide resolved
Copy link
Contributor

@arshadkazmi42 arshadkazmi42 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good going. added few more comments

docs/tutorial/part-zero/index.md Outdated Show resolved Hide resolved
docs/tutorial/part-zero/index.md Outdated Show resolved Hide resolved
docs/tutorial/part-zero/index.md Outdated Show resolved Hide resolved
docs/tutorial/part-zero/index.md Outdated Show resolved Hide resolved
docs/tutorial/part-zero/index.md Outdated Show resolved Hide resolved
docs/tutorial/part-zero/index.md Outdated Show resolved Hide resolved
docs/tutorial/part-zero/index.md Outdated Show resolved Hide resolved
docs/tutorial/part-zero/index.md Outdated Show resolved Hide resolved
docs/tutorial/part-zero/index.md Outdated Show resolved Hide resolved
docs/tutorial/part-zero/index.md Outdated Show resolved Hide resolved
Copy link
Contributor

@arshadkazmi42 arshadkazmi42 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added review till line 80

docs/tutorial/part-zero/index.md Outdated Show resolved Hide resolved
docs/tutorial/part-zero/index.md Outdated Show resolved Hide resolved
docs/tutorial/part-zero/index.md Outdated Show resolved Hide resolved
docs/tutorial/part-zero/index.md Outdated Show resolved Hide resolved
docs/tutorial/part-zero/index.md Outdated Show resolved Hide resolved
docs/tutorial/part-zero/index.md Outdated Show resolved Hide resolved
docs/tutorial/part-zero/index.md Outdated Show resolved Hide resolved
docs/tutorial/part-zero/index.md Outdated Show resolved Hide resolved
docs/tutorial/part-zero/index.md Outdated Show resolved Hide resolved
docs/tutorial/part-zero/index.md Outdated Show resolved Hide resolved
@helios1101
Copy link
Author

@arshadkazmi42 Made the changes, please have a look.

@arshadkazmi42
Copy link
Contributor

@helios1101 Thank you for working on the changes.

There are some conflicts. Can you work on fixing the conflicts?

@helios1101
Copy link
Author

Resolved, you can now preview them. @arshadkazmi42

Copy link
Contributor

@arshadkazmi42 arshadkazmi42 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank for the fixes.
During sync with english repo, there has been some more new sections added, can you go through the file again and update the new sections translations also


_**Note**: when you install Gatsby and run it for the first time, you'll see a short message notifying you about anonymous usage data that is being collected for Gatsby commands, you can read more about how that data is pulled out and used in the [telemetry doc](/docs/telemetry)._
अब आप अपनी पहली Gatsby साइट बनाने के लिए Gatsby CLI टूल का उपयोग करने के लिए तैयार हैं। इस टूल का उपयोग करके, आप “starters” डाउनलोड कर सकते हैं (कुछ डिफ़ॉल्ट कॉन्फ़िगरेशन के साथ आंशिक रूप से निर्मित साइटें) एक निश्चित प्रकार की साइट बनाने में तेज़ी से आगे बढ़ने में आपकी सहायता करने के लिए। "Hello World" स्टार्टर जिसका आप यहां उपयोग कर रहे हैं वह एक स्टार्टर है जिसमें Gatsby साइट के लिए कम से कम आवश्यक सामान हैं।
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

हैं (कुछ => हैं (कुछ

remove extra spaces


#### Ubuntu, Debian, and other `apt` based distros:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are new sections added during some synnc with english, can you add translation for these also


#### Arch, Manjaro and other `pacman` based distros:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are new sections added during some synnc with english, can you add translation for these also.

i will suggest revisiting every section one by one so as to find all the new ones

@arshadkazmi42
Copy link
Contributor

@helios1101 any updates here? are you still working on this? or need anyyy help here?

@helios1101
Copy link
Author

@arshadkazmi42 Yes, just having tight schedules. Sorry for the being late, as it just slept off my mind.
Will update and sync up the sections.

@arshadkazmi42
Copy link
Contributor

@arshadkazmi42 Yes, just having tight schedules. Sorry for the being late, as it just slept off my mind.

Will update and sync up the sections.

sure. no issues. take your time. just wanted to confirm if you are still working on it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants