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
| - 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
0b04fa1 to
ff28195
Compare
db09b5a to
022ab97
Compare
022ab97 to
22e054b
Compare
22e054b to
aeb5600
Compare
aeb5600 to
4311a5e
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using high effort and found 1 potential issue.
There are 7 total unresolved issues (including 6 from previous reviews).
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Want fixes drafted automatically? Bugbot Autofix can create code changes for findings. A team admin can enable Autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 4311a5e. Configure here.
| - Transactions with a fee of less than five mojos per cost (~100 million mojos for 2-input, 2-output transactions) will be treated as zero-fee transactions, i.e. they will not be added to the mempool. | ||
| - Transactions with a fee of at least five mojos per cost will be added to the mempool, prioritized by fee-per-cost, *if* they are not the lowest priority transactions (see Scenario 4 in this case). For info on specific transaction types, see the [costs](/chia-blockchain/coin-set-model/costs/#estimated-transaction-costs) page. | ||
|
|
||
| This scenario often occurs on testnet11. This scenario often occurs on testnet10. When the mempool is completely full, the dusters stop submitting transactions until some of the dust has been cleared. This scenario might occasionally happen on mainnet as well, in which case a minimum fee would be required. This scenario might occasionally happen on mainnet as well, in which case a minimum fee would be required. |
There was a problem hiding this comment.
Wrong testnet name stated
Medium Severity
Scenario 3 says the full-mempool case often occurs on testnet11, then immediately says testnet10 in the same sentence, contradicting the rest of the page and the English source, which only reference testnet11.
Reviewed by Cursor Bugbot for commit 4311a5e. Configure here.


New Crowdin translations by Crowdin GH Action
Note
Low Risk
Documentation and i18n-only changes with no application code; main risk is broken or English-only zh-Hans pages until translation catches up.
Overview
Crowdin sync for Simplified Chinese (
zh-Hans) that pulls in upstream English doc changes and fixes cross-links.Mempool architecture — Adds the full mempool doc set under
chia-blockchain/architecture/mempool/(intro, block creation, fast forward, fees, ISD, RBF, time locks, migration). New pages are still English in the zh-Hans tree, matching a typical partial Crowdin import.Proof of Space 2.0 — Rewrites PoS2 pages for the March 2026 narrative: hard fork at block
9'562'000, 256-day transition, k28-only plots, plot strength (replacing difficulty framing), updated plotting/farming benchmarks, and expanded FAQ (meta groups, filters, wallet upgrade notes).Academy & consensus — Academy runnable-plugin bullets are reformatted; internal anchors switch to
#runnable-chialisp-and-clvm-plugins. Several consensus pages change cross-doc links from site paths to/docs/...style paths.Misc — Forks table adds 2.6/2.7 security fork (
8'655'000) and planned 3.0 / CHIP-48/49; green paper PDF link updates to June 2026; assorted markdown table alignment and typo fixes (finished_sub_slots, equation reference eq.(2)).Reviewed by Cursor Bugbot for commit 4311a5e. Bugbot is set up for automated code reviews on this repo. Configure here.