Skip to content

; fix translation zh_CN #15806

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from
Open

; fix translation zh_CN #15806

wants to merge 2 commits into from

Conversation

shynur
Copy link

@shynur shynur commented Jul 10, 2025

'应用程序' means 'application software' in Chinese, which is a completely wrong translation.

'APPLY 调用' means 'a call to APPLY', which is better and correct.

'应用程序' means 'application software' in Chinese.

'`APPLY` 调用' means 'a call to `APPLY`', which is better.
Copy link

netlify bot commented Jul 10, 2025

Deploy Preview for ethereumorg ready!

Name Link
🔨 Latest commit fe9076a
🔍 Latest deploy log https://app.netlify.com/projects/ethereumorg/deploys/6870fdeeb8a68a00084729f9
😎 Deploy Preview https://deploy-preview-15806--ethereumorg.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
7 paths audited
Performance: 59 (🟢 up 11 from production)
Accessibility: 96 (🟢 up 2 from production)
Best Practices: 91 (🔴 down 1 from production)
SEO: 99 (no change from production)
PWA: 59 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions github-actions bot added content 🖋️ This involves copy additions or edits translation 🌍 This is related to our Translation Program labels Jul 10, 2025
@@ -86,7 +86,7 @@ APPLY({ Alice: $50, Bob: $50 },"send $70 from Alice to Bob") = ERROR
2. 检查该区块的时间戳是否大于上一个区块 <sup>[fn2](注释编号)</sup>的时间戳并且在将来 2 小时以内
3. 检查区块上的工作量证明是否有效。
4. 令前一个区块末尾的态为 `S[0]`。
5. 假设 `TX` 是该区块的交易列表,其中包含 `n` 个交易。 对于 `0...n-1` 中的所有 `i`,如果有任何应用程序返回错误,退出并返回 false,请设置 `S[i+1] = APPLY(S[i],TX[i])`。
5. 假设 `TX` 是该区块的交易列表,其中包含 `n` 个交易。 对于 `0...n-1` 中的所有 `i`,如果有任何 `APPLY` 调用返回错误,退出并返回 false,请设置 `S[i+1] = APPLY(S[i],TX[i])`。
Copy link
Contributor

Choose a reason for hiding this comment

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

This makes absolute sense! And I suggest reordering the sentence to make it even more readable:

假设 TX 是该区块的交易列表,其中包含 n 个交易。 对于 0...n-1 中的所有 i,执行 S[i+1] = APPLY(S[i],TX[i]),如果有任何 APPLY 调用返回错误,则退出并返回 false 。

Copy link
Author

Choose a reason for hiding this comment

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

好, 已经重排序, 顺便稍微改了下措辞.

@wackerow
Copy link
Member

Thanks @shynur! Appreciate the suggestion...

cc: @lukassim Can you remind me if we have any flow established for whitepaper translations? This looks reasonable, but we tend to not mess with this page. If we're good with it, we should upload this to Crowdin to prevent it from getting reverted when Crowdin syncs with the repo.

@Clashinm
Copy link

Clashinm commented Jul 15, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content 🖋️ This involves copy additions or edits translation 🌍 This is related to our Translation Program
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants