New Crowdin Translations#870
Conversation
f08d97b to
37c5573
Compare
37c5573 to
1e04c7b
Compare
13da959 to
faf7ea3
Compare
fde4d10 to
3f1767e
Compare
4d09a94 to
fde4d10
Compare
eed07b4 to
1ad47fd
Compare
6dd1676 to
cf4538a
Compare
a31c3bc to
45b5261
Compare
45b5261 to
e5c83c5
Compare
e5c83c5 to
a7ce129
Compare
0a8a808 to
1929380
Compare
1929380 to
e8dff39
Compare
e8dff39 to
4ab4ea5
Compare
| <figcaption> | ||
| Table 1: Summary of the ability to heal from malicious majority and provide security under dynamic availability of longest-chain protocols based various proof systems. | ||
| </figcaption> | ||
| </figcaption> |
There was a problem hiding this comment.
Duplicate image and extra closing tag break rendering
High Severity
The <img> tag on line 16 has a markdown image  appended to it, causing the image to render twice. Additionally, line 20 introduces a duplicate </figcaption> closing tag, resulting in malformed HTML. The English source file only has a single <img> tag and one </figcaption>.
| ### 可运行的Chialisp和clvm插件 | ||
|
|
||
| 有关使用这些插件的信息,请参阅[学院概述](/academy-overview#可运行的chialisp和clvm插件)。 | ||
| 有关使用这些插件的信息,请参阅[学院概述](/academy-overview#runnable-chialisp-and-clvm-plugins)。 |
There was a problem hiding this comment.
Anchor links point to English slugs on Chinese pages
Medium Severity
The anchor fragment was changed from #可运行的chialisp和clvm插件 to #runnable-chialisp-and-clvm-plugins, but the target heading in the Chinese translation of academy-overview.md is ### 可运行的Chialisp和clvm插件. Docusaurus generates anchor IDs from the translated heading text, so the English-based anchor won't match — these links will fail to scroll to the intended section. The same issue appears across four translation files.
Additional Locations (2)
| | <span id="Pie19b"></span>Pie19b | Krzysztof Pietrzak. Simple verifiable delay functions. In Avrim Blum, editor, 1*0th Innovations in Theoretical Computer Science Conference, ITCS 2019, January 10-12, 2019, San Diego, California, USA*, volume 124 of LIPIcs, pages 60:1–60:15. Schloss Dagstuhl - Leibniz-Zentrum fu ̈r Informatik, 2019. | | ||
| | <span id="PKF18"></span>PKF+18 | Sunoo Park, Albert Kwon, Georg Fuchsbauer, Peter Gazi, Joël Alwen, and Krzysztof Pietrzak. Spacemint: A cryptocurrency based on proofs of space. In Sarah Meiklejohn and Kazue Sako, editors, _Financial Cryptography and Data Security - 22nd International Conference, FC 2018, Nieuwpoort, Cura ̧cao, February 26 - March 2, 2018, Revised Selected Papers_, volume 10957 of _Lecture Notes in Computer Science_, pages 480–499. Springer, 2018. | | ||
| | <span id="Pie19a"></span>Pie19a | Krzysztof Pietrzak. Proofs of catalytic space. In Avrim Blum, editor, _10th Innovations in Theoretical Computer Science Conference, ITCS 2019, January 10-12, 2019, San Diego, California, USA_, volume 124 of LIPIcs, pages 59:1–59:25. Schloss Dagstuhl - Leibniz- Zentrum für Informatik, 2019. | | ||
| | <span id="Pie19b"></span>Pie19b | Krzysztof Pietrzak. Simple verifiable delay functions. In Avrim Blum, editor, 1_0th Innovations in Theoretical Computer Science Conference, ITCS 2019, January 10-12, 2019, San Diego, California, USA_, volume 124 of LIPIcs, pages 60:1–60:15. Schloss Dagstuhl - Leibniz-Zentrum fu ̈r Informatik, 2019. | |
There was a problem hiding this comment.
Underscore emphasis broken after alphanumeric character in reference
Low Severity
The Pie19b reference changed 1*0th...USA* (asterisks) to 1_0th...USA_ (underscores). In CommonMark, _ cannot open emphasis when immediately preceded by an alphanumeric character. Since 1 precedes the _, the italic formatting breaks entirely — the conference title will render with literal underscore characters visible instead of in italic. The English source correctly uses * here because asterisks don't have this restriction.
4ab4ea5 to
968d6ac
Compare
| ### When will the old plot format be fully phased out? | ||
|
|
||
| By the end of the transition period, currently expected 1H 2027 (see [timeline](/chia-blockchain/consensus/proof-of-space-2.0/new-proof-timeline)). | ||
| After the fork activates, there will be a transition period of 256 days, during which PoS1 plots will become less likely to win. The last block in which PoS1 plots are expected to be valid is `10'741'648`, which should occur in June or July 2027. See our [timeline](/chia-blockchain/consensus/proof-of-space-2.0/new-proof-timeline)) for more details. |
There was a problem hiding this comment.
dd7b182 to
7275864
Compare
7275864 to
4b19cb5
Compare
4b19cb5 to
8df9b17
Compare
8df9b17 to
00d09a6
Compare
00d09a6 to
9c00da5
Compare
|
|
||
| - **run vs brun:** `run` 用于序列化并运行 Chialisp 谜题,而 `brun` 用于运行 clvm 序列化的谜题,通常用于传递参数。 | ||
| - **括号(Parentheses):**Chialisp 是完全括号前缀表示法编程语言家族的一部分,可以[追溯](<https://en.wikipedia.org/wiki/Lisp_(programming_language)>)到上世纪 50 年代的 LISP 1。 这些语言的一个显而易见的特点是它们使用括号来表示列表(lists)。 建议在编写这些语言时使用具有适当语法高亮功能的集成开发环境,以确保所有括号都处于正确的位置。 为了帮助解决这个问题,这里有一个适用于 Visual Studio 的 [Chialisp 语言服务器扩展](https://marketplace.visualstudio.com/items?itemName=ChiaNetwork.chialisp)。 | ||
| - **括号(Parentheses):**Chialisp 是完全括号前缀表示法编程语言家族的一部分,可以[追溯](https://en.wikipedia.org/wiki/Lisp_(programming_language))到上世纪 50 年代的 LISP 1。 这些语言的一个显而易见的特点是它们使用括号来表示列表(lists)。 建议在编写这些语言时使用具有适当语法高亮功能的集成开发环境,以确保所有括号都处于正确的位置。 为了帮助解决这个问题,这里有一个适用于 Visual Studio 的 [Chialisp 语言服务器扩展](https://marketplace.visualstudio.com/items?itemName=ChiaNetwork.chialisp)。 |
There was a problem hiding this comment.
Removed angle brackets break Wikipedia URL with parentheses
Medium Severity
The Wikipedia link previously used angle bracket escaping [追溯](<https://en.wikipedia.org/wiki/Lisp_(programming_language)>) to handle parentheses in the URL. The change removed the angle brackets, leaving bare parentheses (programming_language) inside the Markdown link syntax. The Markdown parser will match the first ) as the link closer, truncating the URL and leaving a stray ) in the rendered text.
Reviewed by Cursor Bugbot for commit 9c00da5. Configure here.
9c00da5 to
a044b99
Compare
a044b99 to
7a81dc2
Compare
7a81dc2 to
d8f564a
Compare
d8f564a to
59ffc0f
Compare
59ffc0f to
dc54985
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
There are 7 total unresolved issues (including 5 from previous reviews).
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit dc54985. Configure here.
| ### 可运行的Chialisp和clvm插件 | ||
|
|
||
| 有关如何使用这些插件的信息,请参阅[学院概述](/academy-overview#可运行的chialisp和clvm插件) | ||
| 有关如何使用这些插件的信息,请参阅[学院概述](/academy-overview#runnable-chialisp-and-clvm-plugins) |
There was a problem hiding this comment.
Wrong academy overview anchor
Medium Severity
Cross-links to the academy overview now use #runnable-chialisp-and-clvm-plugins, but the Simplified Chinese overview heading is ### 可运行的Chialisp和clvm插件, so Docusaurus generates a different fragment id. In-page links from Chialisp lessons no longer jump to the plugin section.
Additional Locations (2)
Reviewed by Cursor Bugbot for commit dc54985. Configure here.
| - Signage point time = 64 per sub-slot, or 600/64 = 9.375 seconds | ||
| - Average block time = 32 per sub-slot, or 600/32 = 18.75 seconds | ||
| - Minimum signage points from current signage point until infusion_iterations is reached = 3 (See the [Signage and Infusion Points page](/chia-blockchain/consensus/chains/signage-and-infusion-points) for more info.) | ||
| - Minimum signage points from current signage point until infusion_iterations is reached = 3 (See the [Signage and Infusion Points page](/docs/chia-blockchain/consensus/chains/signage-and-infusion-points.md) for more info.) |
There was a problem hiding this comment.
Internal doc paths use /docs
Medium Severity
Signage and Infusion Points links were changed to /docs/chia-blockchain/.../signage-and-infusion-points.md. This site sets routeBasePath: '/', so doc routes omit the /docs prefix and .md suffix. Those hrefs likely 404 or warn on the zh-Hans site.
Additional Locations (2)
Reviewed by Cursor Bugbot for commit dc54985. Configure here.
dc54985 to
7d253ed
Compare
7d253ed to
265e378
Compare
265e378 to
4c9d33d
Compare
4c9d33d to
0b04fa1
Compare


New Crowdin translations by Crowdin GH Action
Note
Low Risk
Documentation and i18n-only changes with no application or consensus code; risk is limited to broken anchors or mixed EN/ZH copy in the Chinese site.
Overview
This PR refreshes Simplified Chinese (
zh-Hans) doc translations from Crowdin to match recent English source changes—mostly markdown fixes, new technical copy, and updated links.Academy / Chialisp: Runnable-plugin section bullets are reformatted; cross-page links to the academy overview now use the English anchor
#runnable-chialisp-and-clvm-plugins(aligned with Docusaurus heading IDs). A Wikipedia link inchialisp-introdrops angle-bracket URL wrapping.Consensus & PoS 2.0: The PoS2 section is heavily updated (dated March 3, 2026): Chia 3.0 hard fork at block
9'562'000, 256-day PoS1→PoS2 transition, k28-only plots, plot strength / grouping / meta groups, revised plotting and farming tables (e.g. Pi 5 min spec, GPU 5090 benchmarks), and a much expanded FAQ.forks.mdadds activated soft forks (2.6/2.7 at8'655'000) and a planned hard fork (CHIP-48/49 at9'562'000).block-format.mdgains nestedFullBlocktype documentation and small field-name/typo fixes. Several consensus pages switch internal links to/docs/chia-blockchain/...paths.Other: Green Paper PDF link points to June 12, 2026 edition; minor prose/table alignment across coin-set, costs, pool protocol, and farming workload pages. Some zh-Hans pages still contain untranslated English where Crowdin caught up to new source strings.
Reviewed by Cursor Bugbot for commit 0b04fa1. Bugbot is set up for automated code reviews on this repo. Configure here.