Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Home Page Translation #4

Merged
merged 10 commits into from Feb 23, 2019
Merged

Home Page Translation #4

merged 10 commits into from Feb 23, 2019

Conversation

nutboltu
Copy link
Contributor

@nutboltu nutboltu commented Feb 16, 2019

Partially Fixes #1

This PR includes all the translation in Home Page.

@nutboltu nutboltu self-assigned this Feb 16, 2019
@nutboltu nutboltu changed the title Home Page Translation Home Page Translation WIP Feb 16, 2019
@nutboltu nutboltu changed the title Home Page Translation WIP Home Page Translation Feb 16, 2019
@tesseralis tesseralis mentioned this pull request Feb 16, 2019
88 tasks
@tesseralis
Copy link
Contributor

@zahidulmcc could you review this page?

Copy link

@zahidulmcc zahidulmcc left a comment

Choose a reason for hiding this comment

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

Initial review. nice work 👍

content/home/examples/a-simple-component.md Outdated Show resolved Hide resolved
@nutboltu
Copy link
Contributor Author

@zahidulmcc I addressed you feedback.

@netlify
Copy link

netlify bot commented Feb 22, 2019

Deploy preview for bn-reactjs ready!

Built with commit 3f74e78

https://deploy-preview-4--bn-reactjs.netlify.com

Copy link

@zahidulmcc zahidulmcc left a comment

Choose a reason for hiding this comment

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

ভালো কাজ হয়েছে। ধন্যবাদ।

content/home/examples/a-simple-component.md Outdated Show resolved Hide resolved
@@ -21,7 +21,7 @@ class Timer extends React.Component {
render() {
return (
<div>
Seconds: {this.state.seconds}
সেকেন্ড: {this.state.seconds}

Choose a reason for hiding this comment

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

সেকেন্ডস

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think সেকেন্ড also represents the plural. see google translator

order: 1
domid: timer-example
---

In addition to taking input data (accessed via `this.props`), a component can maintain internal state data (accessed via `this.state`). When a component's state data changes, the rendered markup will be updated by re-invoking `render()`.
ইনপুট ডেটা গ্রহণ করার পাশাপাশি (`this.props` ব্যবহার করে) কম্পোনেন্ট অভ্যন্তরীণ স্টেট ডেটা বজায় রাখতে পারে (`this.state` ব্যবহার করে)। যখন একটি কম্পোনেন্ট এর স্টেট ডেটা পরিবর্তিত হয়, রেন্ডার করা মার্কআপ `render()` মেধডে পুনরায় প্রেরণ করে আপডেট করা হয়।

Choose a reason for hiding this comment

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

রেন্ডার করা মার্কআপ পুনরায় render() মেধড কল করে আপডেট করা হয়। ?
আমার মনে হয় এটা বেশি meaningful হবে।

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Just to make it simple. I changed it to
রেন্ডার করা মার্কআপ পুনরায় render() মেধডে পাঠিয়ে আপডেট করা হয়।

content/home/examples/an-application.md Show resolved Hide resolved
content/home/marketing/component-based.md Outdated Show resolved Hide resolved
@nutboltu nutboltu merged commit 9689cd7 into stale-reactjs-org-translations:master Feb 23, 2019
@nutboltu nutboltu deleted the feature/home-page branch February 23, 2019 23:22
order: 1
domid: timer-example
---

In addition to taking input data (accessed via `this.props`), a component can maintain internal state data (accessed via `this.state`). When a component's state data changes, the rendered markup will be updated by re-invoking `render()`.
ইনপুট ডেটা গ্রহণ করার পাশাপাশি (`this.props` ব্যবহার করে) কম্পোনেন্ট অভ্যন্তরীণ স্টেট ডেটা বজায় রাখতে পারে (`this.state` ব্যবহার করে)। যখন একটি কম্পোনেন্ট এর স্টেট ডেটা পরিবর্তিত হয়, রেন্ডার করা মার্কআপ পুনরায় `render()` মেধডে পাঠিয়ে আপডেট করা হয়।
Copy link
Collaborator

Choose a reason for hiding this comment

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

I believe, in the last line, after render(), it should be "মেথডে"


**JSX is optional and not required to use React.** Try the [Babel REPL](babel://es5-syntax-example) to see the raw JavaScript code produced by the JSX compilation step.
**JSX একটি অপশনাল সিনট্যাক্স এবং React এ ব্যবহার করা আবশ্যিক নয়।** JSX এর কম্পাইলেশন ধাপে, যেই রো জাভাস্ক্রিপ্ট তৈরি হয়, সেগুলো পর্যবেক্ষণ করতে [Babel REPL](babel://es5-syntax-example) ব্যবহার করতে পারেন।
Copy link
Collaborator

Choose a reason for hiding this comment

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

Did you mean to type "রো জাভাস্ক্রিপ্ট", or just "জাভাস্ক্রিপ্ট"?


React can also render on the server using Node and power mobile apps using [React Native](https://facebook.github.io/react-native/).
Node এবং পাওয়ার মোবাইল অ্যাপ্লিকেশন [React Native](https://facebook.github.io/react-native/) ব্যবহার করে সার্ভারে React রেন্ডার করতে পারেন।
Copy link
Collaborator

Choose a reason for hiding this comment

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

@nutboltu how about-
"React সার্ভারে রেন্ডার করতে পারে Node এর সাহায্যে এবং মোবাইল আপ্লিকেশনেও ব্যাবহৃত হতে পারে React Native এর সাহায্যে।"

@nutboltu
Copy link
Contributor Author

@zpbappi Can you please review #10 . As this PR is already merged and I opened a new PR for the modification

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

Successfully merging this pull request may close these issues.

None yet

4 participants