Update README.zh.md - #2006
Update README.zh.md#2006WuDotNetTech wants to merge 3 commits into
Conversation
add missing translation
🟢 Impact Analysis — PR #2006Risk tier: 🟢 LOW 📊 Summary
🎯 Risk Factors
📦 Modules Affectedroot (1 file)
This report is generated automatically for every PR. See #733 for details. |
🛫 PR Readiness Check
PR Scope: 🔧 Infrastructure
|
| Status | Check | Details |
|---|---|---|
| ❌ | Single commit | 3 commits — consider squashing before review |
| ✅ | Not in draft | Ready for review |
| ✅ | Branch up to date | Up to date with dev |
| ❌ | Copilot review | No Copilot review yet — it may still be processing |
| ✅ | Changeset present | No source files changed — changeset not required |
| ✅ | Scope clean | No .squad/ or docs/proposals/ files |
| ✅ | No merge conflicts | No merge conflicts |
| ✅ | Copilot threads resolved | No Copilot review threads |
| ❌ | CI passing | 6 check(s) still running |
Files Changed (1 file, +2 −0)
| File | +/− |
|---|---|
README.zh.md |
+2 −0 |
Total: +2 −0
This check runs automatically on every push. Fix any ❌ items and push again.
See CONTRIBUTING.md and PR Requirements for details.
bradygaster
left a comment
There was a problem hiding this comment.
Reviewed as PAO (DevRel/i18n). Change is correct in scope: it adds the one paragraph the PR description calls out ("Squad is a productivity tool for humans...") to README.zh.md, in the exact position it appears in README.md (between the "what is Squad" intro paragraph and the "not a chatbot" paragraph). Placement, Markdown formatting, and line-diff size (+2/-0, single file) are all fine. CI is green and the PR is mergeable.
Blocking issue — register/tone inconsistency in the new sentence:
Squad乃面向人类之生产力工具,而非工程师、审阅者或决策者之替代。人们仍须对优先级、审批事宜及最终变更承担责任;Squad则助力协调、重复操作及并行执行。
This uses classical/literary Chinese (文言文) grammar — 乃 (classical copula "is"), 之 (classical possessive particle, used twice), 须 (literary "must") — none of which appear anywhere else in this 300+ line file. The rest of README.zh.md is written in modern vernacular Chinese (是/的/你 constructions throughout, e.g. line 194 "协调员会将消息路由给合适的智能体", line 345 "审阅者锁定"). Dropping a literary-register sentence into an otherwise casual, modern doc reads as a jarring style mismatch to a native reader and doesn't match the project's established voice (the English source is plain modern English, not archaic).
Meaning is accurate and "审阅者" for "reviewer" matches existing usage (line 345), so this is a phrasing/register fix, not a re-translation. Suggested rewrite in the file's existing modern style:
Squad 是面向人类的生产力工具,而不是工程师、审阅者或决策者的替代品。人们仍需对优先级、审批和最终变更负责;Squad 帮助实现协调、重复性工作和并行执行。
Please update the sentence to modern vernacular Chinese consistent with the rest of the document, then this is good to merge.
|
Updated, Thanks for the suggestion, Brady! and Squad is fantastic. |
updated |
|
👋 Friendly nudge — this PR has had no activity for 7 days. What needs attention:
If this PR is abandoned, please close it. If it's blocked on something external, leave a comment so the team knows. |
Add missing translation for chinese
What
Add missing translation for chinese
Why
following translation is missing in chinese version
"Squad is a productivity tool for humans, not a replacement for engineers, reviewers, or decision-makers. People stay accountable for priorities, approvals, and final changes; Squad helps with coordination, repetition, and parallel execution."
How
translate it
npx changeset add/.changeset/*.md, directCHANGELOG.mdentry for maintainers, orskip-changeloglabel for no user-facing changes)PR Readiness Checklist
Branch & Commit
dev(notmain)dev(git fetch upstream && git rebase upstream/dev)git diff --cached --stat)Build & Test
npm run buildpassesnpm testpasses (all tests green)npm run lintpasses (type check clean)npm run lint:eslintpassesChangeset
npx changeset add(ifpackages/squad-sdk/src/orpackages/squad-cli/src/changed)CHANGELOG.mdentry (maintainers only — write-protected for external contributors)skip-changeloglabel applied (if no user-facing changes)Docs
Exports
Breaking Changes
NO Break Changes