reactjs / reactjs/it.react.dev
New Italian Translation Progress
还没有人认领这个 Issue。
- 主要语言
- JavaScript
- 星标
- 37
- 派生
- 82
- 平均合并
- 4 小时 21 分钟
- 30 天内合并 PR
- 82
描述
Maintainer List
- @deblasis
- @mattia-sanfilippo
For New Translators
To translate a page:
- Check that no one else has claimed your page in the checklist and comments below.
- Comment below with the name of the page you would like to translate. Please take only one page at a time.
- 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 human translation PRs are merged, mark the page as completed: [x] (@translator) #NNN.
For AI-assisted translations (translationStatus: ai-draft), keep [x] Titolo 🤖 (AI draft) #NNN even after merge — maintainer supervision is not a community editorial pass. Change to [x] (@reviewer) #NNN only after a full community revision (and remove translationStatus + <Note> from the page). See STYLE_GUIDE.md — Traduzioni assistite (AI).
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 (@mattia-sanfilippo) #423
- Tutorial: Tic Tac Toe (@mattia-sanfilippo) #437
- Thinking in React (@SamuelePiazzesi) #421
-
Installation (@Th3Wall) #422
- Start a New React Project (@webdiego) #419
- Add React to an Existing Project (@Th3Wall) #425
- Editor Setup https://github.com/reactjs/it.react.dev/pull/374
- React Developer Tools (@mattia-sanfilippo) #386
-
Describing the UI (@Ago95Dev) #427
- Your First Component (@eliamaino-fp) #420
- Importing and Exporting Components (@eliamaino-fp) #444
- Writing Markup with JSX (@Ago95Dev) #424
- JavaScript in JSX with Curly Braces (@SamuelePiazzesi) #426
- Passing Props to a Component (@Th3Wall) #428
- Conditional Rendering (@Th3Wall) #431
- Rendering Lists (@SamuelePiazzesi) #442
- Keeping Components Pure (@Ago95Dev) #430
-
Adding Interactivity (@oxcened) #434
- Responding to Events (@Th3Wall) #438
- State: A Component's Memory (@oxcened) #439
- Render and Commit (@Ago95Dev) #446
- State as a Snapshot (@NeilChavez) #440
- Queueing a Series of State Updates 🤖 (AI draft) #625
- Updating Objects in State (@oxcened) #443
- Updating Arrays in State (@paolapog) #448
-
Managing State (@webdiego) #450
- Reacting to Input with State 🤖 (AI draft) #626
- Choosing the State Structure (@giuseppe-osenda) #557
- Condividere lo State tra i Componenti 🤖 (AI draft) #734
- Preservare e Reimpostare lo State 🤖 (AI draft) #735
- Extracting State Logic into a Reducer (@paolapog) #480
- Passing Data Deeply with Context (@oxcened) #470
- Scaling Up with Reducer and Context (@lorenzoceglia) #594
-
Escape Hatches
- Escape Hatches (index) 🤖 (AI draft) #709
- Referencing Values with Refs 🤖 (AI draft) #628
- Manipulating the DOM with Refs 🤖 (AI draft) #629
- Synchronizing with Effects 🤖 (AI draft) #630
- You Might Not Need an Effect (@mattveraldi) #502
- Lifecycle of Reactive Effects 🤖 (AI draft) #631
- Separating Events from Effects 🤖 (AI draft) #632
- Removing Effect Dependencies 🤖 (AI draft) #633
- Reusing Logic with Custom Hooks 🤖 (AI draft) #634
API Reference
-
react: Hooks (@fmineo) #455-
useCallback🤖 (AI draft) #638 -
useContext🤖 (AI draft) #639 -
useDebugValue🤖 (AI draft) #641 -
useDeferredValue🤖 (AI draft) #642 -
useEffect🤖 (AI draft) #643 -
useId🤖 (AI draft) #644 -
useImperativeHandle🤖 (AI draft) #645 -
useInsertionEffect🤖 (AI draft) #646 -
useLayoutEffect🤖 (AI draft) #647 -
useMemo🤖 (AI draft) #648 -
useReducer🤖 (AI draft) #649 -
useRef🤖 (AI draft) #650 -
useState🤖 (AI draft) #651 -
useSyncExternalStore🤖 (AI draft) #652 -
useTransition🤖 (AI draft) #653
-
-
react: Components-
<Fragment> (<>)🤖 (AI draft) #654 -
<Profiler>🤖 (AI draft) #687 -
<StrictMode>🤖 (AI draft) #688 -
<Suspense>🤖 (AI draft) #690
-
-
react: APIs-
createContext🤖 (AI draft) #691 -
forwardRef🤖 (AI draft) #693 -
lazy🤖 (AI draft) #694 -
memo🤖 (AI draft) #692 -
startTransition🤖 (AI draft) #695
-
-
React DOM APIs (index) 🤖 (AI draft) #723
-
react-dom: Components- Common (e.g.
<div>) 🤖 (AI draft) #696 -
<input>🤖 (AI draft) #697 -
<option>🤖 (AI draft) #698 -
<progress>🤖 (AI draft) #699 -
<select>🤖 (AI draft) #700 -
<textarea>🤖 (AI draft) #701
- Common (e.g.
-
react-dom: APIs-
createPortal🤖 (AI draft) #702 -
flushSync🤖 (AI draft) #703 -
findDOMNode(no page in react.dev; linked from React DOM index only) -
hydrate(no page in react.dev; linked from React DOM index only) -
render(no page in react.dev; linked from React DOM index only) -
unmountComponentAtNode(no page in react.dev; linked from React DOM index only)
-
-
react-dom/client: Client APIs-
createRoot🤖 (AI draft) #704 -
hydrateRoot🤖 (AI draft) #705
-
-
react-dom/server: Server APIs- React DOM Server APIs (index) 🤖 (AI draft) #724
-
renderToNodeStream(deprecated; no page file; linked from server index only) -
renderToPipeableStream🤖 (AI draft) #689 -
renderToReadableStream🤖 (AI draft) #706 -
renderToStaticMarkup🤖 (AI draft) #707 -
renderToStaticNodeStream(deprecated; no page file; linked from server index only) -
renderToString🤖 (AI draft) #708
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) (@deblasis) #417 - Sidebars 🤖 (AI draft) #719
- Top-level navigation 🤖 (AI draft) #717
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
- Legacy React APIs (index) 🤖 (AI draft) #725
-
Children🤖 (AI draft) #710 -
cloneElement🤖 (AI draft) #711 -
Component🤖 (AI draft) #712 -
createElement🤖 (AI draft) #713 -
createFactory(deprecated; no page file; linked from legacy index only) -
createRef🤖 (AI draft) #714 -
isValidElement🤖 (AI draft) #715 -
PureComponent🤖 (AI draft) #716
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 🤖 (AI draft) #720, #721, #722
- Blog 🤖 (AI draft) #728, #729, #731, #730, #732, #727
- Warnings 🤖 (AI draft) #718
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先查看此 issue 中的检查清单和 STYLE_GUIDE.md;它们描述了翻译工作流和 AI 草稿审查规则。列出的所有页面都已标记为完成,因此没有需要修改的特定未认领页面或文件。如果继续进行项目工作,请验证 Seo.tsx 中的语言发布步骤。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript, react
- 领域
- documentation, internationalization, localization
- Issue 类型
- 文档
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 活跃
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100