From dfef0ccc3239ab28b50db29fb277237e6285fcf4 Mon Sep 17 00:00:00 2001 From: Gasim Gasimzada Date: Fri, 8 Feb 2019 16:35:28 +0400 Subject: [PATCH 1/5] Translate homepage marketing items --- content/home/marketing/component-based.md | 6 +++--- content/home/marketing/declarative.md | 6 +++--- content/home/marketing/learn-once-write-anywhere.md | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/content/home/marketing/component-based.md b/content/home/marketing/component-based.md index aeb3c4de2..463966cc5 100644 --- a/content/home/marketing/component-based.md +++ b/content/home/marketing/component-based.md @@ -1,8 +1,8 @@ --- -title: Component-Based +title: Komponent Əsasında order: 1 --- -Build encapsulated components that manage their own state, then compose them to make complex UIs. +Öz halını idarə edən inkapsulasiyalı komponentlər düzəldib, sonra komponentləri tərtib edərək kompleks UI yaradın. -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. +Komponent məntiqi şablon əvəzinə JavaScriptdə yazıldığından, siz asanlıqla zəngin məlumatları öz applikasiyanıza göndərərək vəziyyəti DOMdan kənarda saxlaya bilərsiniz. diff --git a/content/home/marketing/declarative.md b/content/home/marketing/declarative.md index c3b651902..8eaaad9b9 100644 --- a/content/home/marketing/declarative.md +++ b/content/home/marketing/declarative.md @@ -1,8 +1,8 @@ --- -title: Declarative +title: Deklarativ 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 interaktiv UI yaranmasını çox asanlaşdırır. Applikasiyanızın hər bir halı üçün sadə görünüşlər yaradın. Məlumatlar dəyişən zaman React düzgün komponentləri səmərəli şəkildə dəyişir və render edir. -Declarative views make your code more predictable and easier to debug. +Deklarativ görünüşlər sizini kodunuzu daha proqnozlaşdırıla bilən və asan dibuq olunan edir. diff --git a/content/home/marketing/learn-once-write-anywhere.md b/content/home/marketing/learn-once-write-anywhere.md index 009edf5bc..002591b97 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: Bir dəfə öyrən, Hər yerdə yaz 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. +Biz, sizin qalan texnologiya stekiniz haqqında heç bir təxmin etmirik. Bu səbədən siz mövcud kodunuzu yenidən yazmadan, yeni xüsusiyyətləri Reactdə yaza bilərsiniz. -React can also render on the server using Node and power mobile apps using [React Native](https://facebook.github.io/react-native/). +React həmçinin Node ilə serverdə render edə və mobil applikasiyaları [React Native](https://facebook.github.io/react-native/) ilə dəstəkləyə bilər. From cd6231f07e2cba2d2d4adfcf156cd1ebfa6991cb Mon Sep 17 00:00:00 2001 From: Gasim Gasimzada Date: Fri, 8 Feb 2019 18:22:59 +0400 Subject: [PATCH 2/5] Translate homepage example descriptions --- content/home/examples/a-component-using-external-plugins.md | 4 ++-- content/home/examples/a-simple-component.md | 6 +++--- content/home/examples/a-stateful-component.md | 4 ++-- content/home/examples/an-application.md | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/content/home/examples/a-component-using-external-plugins.md b/content/home/examples/a-component-using-external-plugins.md index a8c35bbd6..fcf73922e 100644 --- a/content/home/examples/a-component-using-external-plugins.md +++ b/content/home/examples/a-component-using-external-plugins.md @@ -1,7 +1,7 @@ --- -title: A Component Using External Plugins +title: Xarici Pluginlər ilə Komponent order: 3 domid: markdown-example --- -React is flexible and provides hooks that allow you to interface with other libraries and frameworks. This example uses **remarkable**, an external Markdown library, to convert the `