Serbian Translation Progress
Chưa có ai nhận issue này.
Đánh giá
- Độ khó
- 5/5
- Thời gian dự kiến
- Hơn một tuần
- Mức phù hợp với người mới
- 20/100
- Loại issue
- Tài liệu
- Độ rõ ràng
- Cần làm rõ
- Mức độ hoạt động
- Đình trệ
- Công nghệ
- javascript, react
- Lĩnh vực
- documentation
Hướng nghiên cứu
Sử dụng checklist trong issue này để tìm một trang chưa được đánh dấu, trước tiên xác nhận rằng trang đó chưa được nhận trong checklist hoặc phần bình luận. Đọc bảng chú giải và hướng dẫn về phong cách khi có, dịch một trang và gửi một pull request. Việc hoàn tất được ghi nhận khi trang được đánh dấu là đã hoàn thành cùng với người đóng góp và PR.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Mô tả
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:
- [ ] Some Page (@exampleusername) #12345
When PRs are merged, make sure to mark that page as completed like this:
- [x] Some Page (@exampleusername) #12345
This ensures your translation's progress is tracked correctly at https://translations.react.dev/.
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
-
#2 (@lxmarinkovic)
- #70 (@lxmarinkovic)
- #77 (@rammba)
-
#5 #7 (@cvijandj)
- Start a New React Project #7 (@cvijandj)
- Add React to an Existing Project #11 (@cvijandj)
- Editor Setup #10 (@cvijandj)
- React Developer Tools #10 (@cvijandj)
-
Describing the UI #10 (@cvijandj)
- #81 (@rammba)
- #83 (@rammba)
- #86 (@rammba)
- JavaScript in JSX with Curly Braces #19 (@cvijandj)
- #90 (@rammba)
- #96 (@rammba)
- #105 (@rammba)
- #107 (@rammba)
-
#103 (@lxmarinkovic)
- #109 (@rammba)
- #112 (@rammba)
- #119 (@rammba)
- #124 (@rammba)
- #134 (@rammba)
- #140 (@rammba)
- #143 (@rammba)
-
#146 (@rammba)
- #150 (@rammba)
- #152 (@rammba)
- #154 (@rammba)
- #157 (@rammba)
- #161 (@rammba)
- #169 (@rammba)
- Scaling Up with Reducer and Context
-
#181 (@rammba)
- 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
-
#179 (@rammba)
- #184 (@rammba)
- #186 (@rammba)
- #188 (@rammba)
- #190 (@rammba)
-
useEffect - #193 (@rammba)
-
useImperativeHandle -
useInsertionEffect -
useLayoutEffect -
useMemo -
useReducer -
useRef -
useState -
useSyncExternalStore -
useTransition
-
react: Components-
<Fragment> (<>) -
<Profiler> -
<StrictMode> -
<Suspense>
-
-
react: APIs-
createContext -
forwardRef -
lazy -
memo -
startTransition
-
-
react-dom: Components- Common (e.g.
<div>) -
<input> -
<option> -
<progress> -
<select> -
<textarea>
- Common (e.g.
-
react-dom: APIs-
createPortal -
flushSync -
findDOMNode -
hydrate -
render -
unmountComponentAtNode
-
-
react-dom/client: Client APIs-
createRoot -
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 finishedTranslations in finishedTranslations.ts 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
Maintainer List
This translation is maintained by:
- @lxmarinkovic
- @vaske
- @cvijandj
- @rammba
If you want to become a maintainer, ask them to add you. If the original maintainers are no longer responsive, raise an issue in the main translations repository.
- Ngôn ngữ chính
- JavaScript
- Star
- 7
- Fork
- 3
- Merge trung bình
- 10 giờ 8 phút
- Pull request đã merge (30 ngày)
- 4
Hướng dẫn đóng góp
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Issue khác của reactjs/sr.react.dev
-
Review unreviewed PRs Đang mở
reactjs/sr.react.dev#228 · 1 người được giao ·
-
Discord group chat Đang mở
Độ khó 1/5 Dưới một giờ Mức phù hợp với người mới 25/100
reactjs/sr.react.dev#75 · 4 bình luận · 1 reaction ·
-
Availability/Future plans Đang mở
Độ khó 5/5 Hơn một tuần Mức phù hợp với người mới 10/100
reactjs/sr.react.dev#72 · 2 bình luận · 2 reaction ·
Tất cả issue của reactjs/sr.react.dev
Issue tương tự
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 75/100
Seeed-Studio/wiki-documents#5655 · 2 bình luận ·
-
bug
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 76/100
capricorn86/happy-dom#2435 ·
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 88/100
-
Edit: CW+ Đang mởchannels:edit check:passed
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 68/100
-
01 type: bug 30 needs: triage 99 tag: UX Accessibility
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 82/100