reactjs / reactjs/ar.react.dev

New Arabic Translation Progress

未關閉
#464 105 則留言 3 個 reaction 已指派 0 人 在 GitHub 檢視

還沒有人認領這個 Issue。

主要語言
JavaScript
星號
164
分支
123
PR 合併指標
30 天內沒有已合併 PR

描述

Maintainer List

  • @AhmedBaset
  • @asantarissy
  • @iRayan7
  • @aladin002dz
  • @Fcmam5
  • @mohshbool
  • @3imed-jaberi
  • @splimter

For New Translators

To translate a page:

  1. Check that no one else has claimed your page in the checklist and comments below.
  2. Comment below with the name of the page you would like to translate. Please take only one page at a time.
  3. Clone this repo, translate your page, and submit a pull request!

Before contributing, read the glossary and style guide (once they exist) to understand how to translate various technical and React-specific terms.

Please be prompt with your translations! If you find that you can't commit anymore, let the maintainers know so they can assign the page to someone else.

For Maintainers

When someone volunteers, edit this issue with the username of the volunteer, and with the PR. Ex:

- [ ] Quick Start (@tesseralis) #12345

When PRs are merged, make sure to mark that page as completed!

Main Content

To do before releasing as an "official" translation. Please translate these pages first.

Note that each section has an index page, which needs to be translated too.

Learn React
  • Quick Start (@Yarob50) #465

    • Tutorial: Tic Tac Toe (@AhmedBaset) #469
    • Thinking in React (@hAbuMustafa) #466
  • Installation (@AbdulrehmanSuliman) #475

    • Start a New React Project
    • Add React to an Existing Project (@AhmedBaset) #473
    • Editor Setup (@AhmedBaset) #479
    • Using TypeScript (@mahmood601) #526
    • React Developer Tools (@AhmedBaset) #476
    • React Compiler
  • Describing the UI (@algorizr ) #472

    • Your First Component (@eihabkhan) #488
    • Importing and Exporting Components (@AhmedBaset) #481
    • Writing Markup with JSX (@AhmedBaset) #480
    • JavaScript in JSX with Curly Braces (@eihabkhan) #498
    • Passing Props to a Component (@tmtm8976) #515
    • Conditional Rendering (@mrlahmar) #503
    • Rendering Lists (@mahmood601) #504
    • Keeping Components Pure (@tmtm8976) #518
    • Your UI as a Tree
  • Adding Interactivity (@abdllahdev) #516

    • Responding to Events (@bil3zy)
    • State: A Component's Memory (@tmtm8976) #527
    • Render and Commit (@AhmedBaset) #478
    • State as a Snapshot (@Mhmd3ssam)
    • Queueing a Series of State Updates
    • Updating Objects in State
    • Updating Arrays in State
  • Managing State (@Rumbustious) #522

    • Reacting to Input with State (@Rumbustious) #532
    • Choosing the State Structure (@Rumbustious)
    • Sharing State Between Components
    • Preserving and Resetting State
    • Extracting State Logic into a Reducer
    • Passing Data Deeply with Context
    • Scaling Up with Reducer and Context
  • Escape Hatches

    • Referencing Values with Refs
    • Manipulating the DOM with Refs
    • Synchronizing with Effects
    • You Might Not Need an Effect
    • Lifecycle of Reactive Effects
    • Separating Events from Effects
    • Removing Effect Dependencies
    • Reusing Logic with Custom Hooks
API Reference
  • Overview

  • react: Hooks (@aalhommada) #477

    • use
    • useCallback
    • useContext
    • useDebugValue (@remahmoud) #489
    • useDeferredValue
    • useEffect
    • useId (@remahmoud) #483
    • useImperativeHandle
    • useInsertionEffect
    • useLayoutEffect
    • useMemo
    • useOptimistic
    • useReducer
    • useRef
    • useState (@r-m169)
    • useSyncExternalStore
    • useTransition
  • react: Components (@AhmedBaset) #509

    • <Fragment> (<>)
    • <Profiler>
    • <StrictMode>
    • <Suspense>
  • react: APIs (@AhmedBaset) #507

    • createContext
    • cache
    • forwardRef
    • lazy
    • memo
    • startTransition
    • act
  • RSC

    • Server Components
    • Server Actions
    • Directives (@AhmedBaset) #505
    • "use client"
    • "use server" (@AhmedBaset) #505
    • experimental_taintObjectReference
    • experimental_taintUniqueValue
  • Rules

    • Components and Hooks must be pure
    • React calls Components and Hooks
    • Rules of Hooks
  • Hooks

    • useFormState
    • useFormStatus
  • react-dom: Components

    • Common (e.g. <div>)
    • <form>
    • <input>
    • <option> (@muh-osman) #487
    • <progress> (@mrlahmar) #491
    • <select>
    • <textarea>
    • <script>
    • <meta>
    • <link>
    • <style>
    • <title>
  • react-dom: APIs (@AhmedBaset) #508

    • createPortal
    • flushSync
    • findDOMNode
    • hydrate
    • preconnect
    • prefetchDNS
    • preinit
    • preinitModule
    • preload
    • preloadModule
    • render
    • unmountComponentAtNode
  • react-dom/client: Client APIs (@AhmedBaset) #510

    • createRoot (@AhmedBaset) #510
    • hydrateRoot
  • react-dom/server: Server APIs

    • renderToNodeStream
    • renderToPipeableStream
    • renderToReadableStream
    • renderToStaticMarkup
    • renderToStaticNodeStream
    • renderToString
Navigation and UI

We suggest to leave most of the UI translation until the end. We plan to do some invasive changes to the website folder layout and components, so postponing this until your translation is almost complete would make it easier to merge the changes from our side later. It might make sense to translate the homepage above the fold early, but leave the rest for later. As individual pages get translated, you can change the page titles in the corresponding sidebar files. Finally, when you're translating the navigation, make sure to test both desktop and mobile layouts.

  • Homepage (currently in HomeContent.js)
  • Sidebars (currently in src/sidebar*.json)
  • Top-level navigation (currently in TopNav.tsx)
When You're Ready...

After everything above is translated, add your language to deployedLanguages in Seo.tsx of the original reactjs/react.dev repository.

Secondary Content

These API pages should ideally be translated too, but they're less urgent and can be done after the others:

  • Legacy React APIs
    • Children
    • cloneElement
    • Component
    • createElement
    • createFactory
    • createRef
    • isValidElement
    • PureComponent

Optional Content

These aren't the main translation targets, but if you'd like to do them, feel free to expand the list to include their subpages:

  • Community
  • Blog
  • Warnings

貢獻指南

開啟貢獻指南

從這裡開始

  1. 先讀完整個 Issue,再讀專案的貢獻指南。
  2. 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
  3. Fork 儲存庫,在一個分支上完成修改。
  4. 送出 Pull Request,並在描述裡引用這個 Issue 編號。

研究方向

先查看檢查清單和留言,找到一個尚未認領的阿拉伯文頁面,然後在有提供時閱讀 repository 的術語表和風格指南。翻譯目標包括列出的文件頁面,UI 入口位於 HomeContent.js、src/sidebar*.json 和 TopNav.tsx 中;完成標準是提交翻譯 PR,並更新相應的檢查清單項目。

由索引模型根據 Issue 內容生成。

評估

技術堆疊
javascript, react, typescript
領域
documentation, localization
Issue 類型
文件
難度
5/5
預估耗時
一週以上
活躍度
活躍
描述清晰度
需要釐清
新手友好度
32/100

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。