Skip to content

New Crowdin Translations#870

Open
github-actions[bot] wants to merge 1 commit intomainfrom
l10n_crowdin_translations
Open

New Crowdin Translations#870
github-actions[bot] wants to merge 1 commit intomainfrom
l10n_crowdin_translations

Conversation

@github-actions
Copy link
Copy Markdown

@github-actions github-actions Bot commented Nov 2, 2025

New Crowdin translations by Crowdin GH Action


Note

Low Risk
Chinese documentation-only updates (mostly link/formatting fixes plus refreshed PoS2/fork timeline content) with no runtime or consensus code changes; risk is limited to potential broken links or rendering issues.

Overview
Refreshes zh-Hans docs across Academy and Chia blockchain sections, mainly fixing Markdown formatting, normalizing links/anchors, and improving table/list rendering.

Updates Proof of Space 2.0 content (FAQ, farming/plotting requirements, introduction, timeline) with March 2026 revisions, adds a new Generator Identity Hard Fork: Analysis page, and updates consensus/fork-related pages with newer dates and clarified references.

Reviewed by Cursor Bugbot for commit 9c00da5. Bugbot is set up for automated code reviews on this repo. Configure here.

@github-actions github-actions Bot force-pushed the l10n_crowdin_translations branch from f08d97b to 37c5573 Compare November 9, 2025 00:16
@github-actions github-actions Bot force-pushed the l10n_crowdin_translations branch from 37c5573 to 1e04c7b Compare November 16, 2025 00:17
@github-actions github-actions Bot force-pushed the l10n_crowdin_translations branch 2 times, most recently from 13da959 to faf7ea3 Compare November 30, 2025 00:17
Comment thread .github/workflows/validate-translations.yml Fixed
@github-actions github-actions Bot force-pushed the l10n_crowdin_translations branch from fde4d10 to 3f1767e Compare December 7, 2025 00:17
@BrandtH22 BrandtH22 force-pushed the l10n_crowdin_translations branch from 4d09a94 to fde4d10 Compare December 8, 2025 18:27
@github-actions github-actions Bot force-pushed the l10n_crowdin_translations branch 2 times, most recently from eed07b4 to 1ad47fd Compare December 21, 2025 00:17
@github-actions github-actions Bot force-pushed the l10n_crowdin_translations branch 2 times, most recently from 6dd1676 to cf4538a Compare January 4, 2026 00:18
@github-actions github-actions Bot force-pushed the l10n_crowdin_translations branch 2 times, most recently from a31c3bc to 45b5261 Compare January 18, 2026 00:18
@github-actions github-actions Bot force-pushed the l10n_crowdin_translations branch from 45b5261 to e5c83c5 Compare January 25, 2026 00:18
@github-actions github-actions Bot force-pushed the l10n_crowdin_translations branch from e5c83c5 to a7ce129 Compare February 1, 2026 00:23
@github-actions github-actions Bot force-pushed the l10n_crowdin_translations branch 2 times, most recently from 0a8a808 to 1929380 Compare February 15, 2026 00:23
@github-actions github-actions Bot force-pushed the l10n_crowdin_translations branch from 1929380 to e8dff39 Compare February 22, 2026 00:20
@github-actions github-actions Bot force-pushed the l10n_crowdin_translations branch from e8dff39 to 4ab4ea5 Compare March 1, 2026 00:22
<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>
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duplicate image and extra closing tag break rendering

High Severity

The <img> tag on line 16 has a markdown image ![](/img/green-paper/table-1.png) 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>.

Fix in Cursor Fix in Web

### 可运行的Chialisp和clvm插件

有关使用这些插件的信息,请参阅[学院概述](/academy-overview#可运行的chialisp和clvm插件)。
有关使用这些插件的信息,请参阅[学院概述](/academy-overview#runnable-chialisp-and-clvm-plugins)。
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)

Fix in Cursor Fix in Web

| <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. |
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Fix in Cursor Fix in Web

@github-actions github-actions Bot force-pushed the l10n_crowdin_translations branch from 4ab4ea5 to 968d6ac Compare March 8, 2026 00:20
### 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.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Extra closing parenthesis breaks markdown link

Medium Severity

The timeline link has a double closing parenthesis: [timeline](/chia-blockchain/consensus/proof-of-space-2.0/new-proof-timeline)). The extra ) will cause a stray literal parenthesis to appear in the rendered text after the link.

Fix in Cursor Fix in Web

@github-actions github-actions Bot force-pushed the l10n_crowdin_translations branch 2 times, most recently from dd7b182 to 7275864 Compare March 22, 2026 00:22
@github-actions github-actions Bot force-pushed the l10n_crowdin_translations branch from 7275864 to 4b19cb5 Compare March 29, 2026 00:24
@github-actions github-actions Bot force-pushed the l10n_crowdin_translations branch from 4b19cb5 to 8df9b17 Compare April 5, 2026 00:25
@github-actions github-actions Bot force-pushed the l10n_crowdin_translations branch from 8df9b17 to 00d09a6 Compare April 12, 2026 00:26
@github-actions github-actions Bot force-pushed the l10n_crowdin_translations branch from 00d09a6 to 9c00da5 Compare April 19, 2026 00:28
Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

There are 5 total unresolved issues (including 4 from previous reviews).

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 9c00da5. Configure here.


- **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)。
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 9c00da5. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants