Skip to content

Commit a5acc41

Browse files
feat(i18n): update homepage copy for features showcase
Add and update homepage copy entries for features showcase section in both English and Chinese locales. Refine section copy utilities to support new feature descriptions. Co-Authored-By: Hagicode <noreply@hagicode.com> Signed-off-by: newbe36524 <newbe36524@qq.com>
1 parent bf0435c commit a5acc41

3 files changed

Lines changed: 151 additions & 214 deletions

File tree

src/i18n/locales/en-US/home.yml

Lines changed: 26 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -54,35 +54,32 @@ features:
5454
efficiency: Efficiency Boost
5555
traditional: Traditional
5656
hagicode: Hagicode
57-
description: A complete 9-stage proposal workflow from idea to archive, with AI assistance throughout. Boost your coding efficiency by 3x.
57+
description: "OpenSpec turns change delivery into a reusable path: review context, scaffold the proposal, draft spec deltas, validate strictly, apply ordered tasks, then archive the change."
5858
workflow:
59-
idea:
60-
label: Idea
61-
desc: Start from idea
62-
proposal:
63-
label: Proposal
64-
desc: AI generates proposal
6559
review:
6660
label: Review
67-
desc: Auto review
61+
desc: Inspect the current project state, existing specs, and related code before drafting anything.
62+
scaffold:
63+
label: Scaffold
64+
desc: Choose a change-id and create proposal.md, tasks.md, and design.md when needed.
65+
spec:
66+
label: Spec
67+
desc: Translate the change into capability-level spec deltas with explicit requirements.
68+
design:
69+
label: Design
70+
desc: Capture architecture and trade-offs in design.md when the change spans systems.
6871
tasks:
6972
label: Tasks
70-
desc: Task breakdown
71-
code:
72-
label: Code
73-
desc: Smart coding
74-
test:
75-
label: Test
76-
desc: Auto testing
77-
refactor:
78-
label: Refactor
79-
desc: Code refactor
80-
docs:
81-
label: Docs
82-
desc: Docs generation
73+
desc: Break the work into small, verifiable items with ordering and parallelism made clear.
74+
validate:
75+
label: Validate
76+
desc: Run openspec validate in strict mode and clear every issue before execution.
77+
apply:
78+
label: Apply
79+
desc: Read proposal, design, and tasks, then implement in order while checking items off.
8380
archive:
8481
label: Archive
85-
desc: Knowledge archive
82+
desc: Move the completed change into archive and feed the outcome back into the long-term spec history.
8683
paused: Paused - Click node to switch
8784
convenient:
8885
badge: EFFICIENT
@@ -230,7 +227,7 @@ pricing:
230227
docsBundleUrl: https://docs.hagicode.com/bundles/hagicode-plus/
231228
title: Editions & Pricing
232229
limitTitle: Proposal concurrency rule
233-
limitDescription: Free and Steam both include a 3-proposal cap. Proposals in generating, executing, and archiving all count toward the same limit. Turbo Engine DLC expands that limit to 32.
230+
limitDescription: Every edition starts at a default cap of 3 concurrent proposals. You can overclock that limit to 6 for free, and proposals in generating, executing, and archiving all count toward the same budget.
234231
plusTitle: Hagicode Plus note
235232
plusDescription: Hagicode Plus is the official Steam bundle that combines the main Steam edition with Turbo Engine DLC.
236233
featureHeader: Feature
@@ -260,10 +257,6 @@ pricing:
260257
customLogo: Custom logo
261258
customTitle: Custom title
262259
customCoAuthoredByInfo: Custom Co-Authored-By info
263-
steamCloudAchievements: Steam cloud achievements
264-
freeDlcSupport: Free DLC support
265-
steamWorkshopSupport: Steam Workshop support
266-
cloudSaveSupport: Cloud save support
267260
values:
268261
free: Free
269262
viewOnSteam: View on Steam
@@ -280,15 +273,15 @@ pricing:
280273
category: Free DLC
281274
title: Hagicode - All Beauties Pack
282275
price: Free
283-
description: An extra cosmetics pack for Steam users.
276+
description: An extra cosmetics pack.
284277
bullets:
285278
- Adds 1,000 anime-girl-style avatars
286279
- Leaves room for more beauty-themed content in future updates
287280
turboEngine:
288281
category: Performance DLC
289282
title: 'Hagicode: Turbo Engine DLC'
290-
price: Steam
291-
description: You can buy this DLC on its own to expand the original proposal concurrency cap, unlock copy switching, add five avatar packs with 10 standalone avatars each, enable custom avatar uploads, customize the top-left logo and title, and align AI-generated commit trailers with your own Co-Authored-By naming rules. We will usually highlight a bundled purchase option called Hagicode Plus so the overall purchase price stays lower. Please check our store page for the latest changes.
283+
price: Pending
284+
description: Expands the proposal concurrency cap and unlocks copy switching, avatar packs, custom avatar uploads, a custom logo, a custom title, and custom Co-Authored-By information.
292285
bullets:
293286
- Supports custom top-left logos and titles
294287
- Includes five avatar packs with 10 selectable avatars in each pack
@@ -299,16 +292,16 @@ pricing:
299292
hagicodePlus:
300293
category: Bundle
301294
title: Hagicode Plus
302-
price: Steam
303-
description: The official Steam bundle that combines the Hagicode base edition with Turbo Engine DLC in one purchase path.
295+
price: Pending
296+
description: A simplified label for the base edition plus Turbo Engine DLC.
304297
bullets:
305298
- Bundles the main Steam edition and Turbo Engine DLC together
306299
- Keeps the higher 32-proposal concurrency upgrade attached to the bundle path
307300
- Works as the clearest purchase entry when you want the full Steam setup at once
308301
sponsor:
309302
category: Supporter DLC
310303
title: Hagicode - Sponsor Pack
311-
price: Steam
304+
price: Pending
312305
description: If you think Hagicode is genuinely excellent and want to provide direct financial support, buying Sponsor Pack gives the project more fuel and helps us keep it running for the long term.
313306
bullets:
314307
- One exclusive dark theme

src/i18n/locales/zh-CN/home.yml

Lines changed: 30 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -54,35 +54,32 @@ features:
5454
efficiency: 效率提升
5555
traditional: 传统
5656
hagicode: Hagicode
57-
description: 9 个阶段的完整提案流程,从想法到归档,AI 全流程辅助,让你的编码效率提升 3 倍
57+
description: 从审阅上下文、脚手架提案、编写 Spec Delta,到严格校验、按任务执行与最终归档,OpenSpec 把需求推进路径固定成可复用流程
5858
workflow:
59-
idea:
60-
label: Idea
61-
desc: 从想法开始
62-
proposal:
63-
label: Proposal
64-
desc: AI 生成提案
6559
review:
66-
label: Review
67-
desc: 自动评审
60+
label: 审阅
61+
desc: 对照项目现状、现有 spec 与相关代码,先确认真实上下文。
62+
scaffold:
63+
label: 脚手架
64+
desc: 选择 change-id,并生成 proposal.md、tasks.md、design.md 草稿。
65+
spec:
66+
label: Spec
67+
desc: 把变更拆成 capability 与 spec delta,明确新增或修改的要求。
68+
design:
69+
label: 设计
70+
desc: 跨系统或有取舍时补充 design.md,提前写清结构与权衡。
6871
tasks:
69-
label: Tasks
70-
desc: 任务分解
71-
code:
72-
label: Code
73-
desc: 智能编码
74-
test:
75-
label: Test
76-
desc: 自动测试
77-
refactor:
78-
label: Refactor
79-
desc: 代码重构
80-
docs:
81-
label: Docs
82-
desc: 文档生成
72+
label: 任务
73+
desc: 将实施切成有顺序、可验证、可并行的任务列表。
74+
validate:
75+
label: 校验
76+
desc: 用 strict 模式运行 openspec validate,先把提案校验通过。
77+
apply:
78+
label: 执行
79+
desc: 读取 proposal、design、tasks,按顺序实施并持续勾选完成项。
8380
archive:
84-
label: Archive
85-
desc: 知识归档
81+
label: 归档
82+
desc: 变更完成后归档 proposal 资产,把经验沉淀回长期规范。
8683
paused: 已暂停 - 点击节点切换
8784
convenient:
8885
badge: EFFICIENT
@@ -230,9 +227,9 @@ pricing:
230227
docsBundleUrl: https://docs.hagicode.com/bundles/hagicode-plus/
231228
title: 版本与定价
232229
limitTitle: 提案并行计数规则
233-
limitDescription: 免费版和 Steam 版默认都包含 3 个提案并行上限。正在生成、正在执行、正在归档三个状态会合并计数。Turbo Engine DLC 可将上限扩展到 32
230+
limitDescription: 所有版本默认都从 3 个提案并行上限起步,但现在可以免费超频到 6。正在生成、正在执行、正在归档三个状态会合并计数。
234231
plusTitle: Hagicode Plus 说明
235-
plusDescription: Hagicode Plus 是 Steam 上的官方组合包,直接把 Steam 主体版本和 Turbo Engine DLC 一起打包
232+
plusDescription: Hagicode Plus 是主体版本加 Turbo Engine DLC 的一种简化的说明
236233
featureHeader: 特性
237234
includedLabel: 已包含
238235
notIncludedLabel: 未包含
@@ -260,10 +257,6 @@ pricing:
260257
customLogo: 自定义 Logo
261258
customTitle: 自定义标题
262259
customCoAuthoredByInfo: 自定义 Co-Authored-By 信息
263-
steamCloudAchievements: Steam 云成就
264-
freeDlcSupport: 免费 DLC 支持
265-
steamWorkshopSupport: 创意工坊支持
266-
cloudSaveSupport: 云存档支持
267260
values:
268261
free: 免费
269262
viewOnSteam: 点击查看
@@ -280,15 +273,15 @@ pricing:
280273
category: 免费 DLC
281274
title: Hagicode - All Beauties Pack
282275
price: 免费
283-
description: 面向 Steam 用户的额外美少女内容包
276+
description: 额外的美少女内容包
284277
bullets:
285278
- 包含 1000 个额外的美少女风格头像
286279
- 为后续更多美少女主题内容预留扩展空间
287280
turboEngine:
288281
category: 性能 DLC
289282
title: 'Hagicode: Turbo Engine DLC'
290-
price: 点击查看
291-
description: 用户可以单独购买这个 DLC 来扩展原来的提案并行上限,同时解锁文案切换,附带 5 套每套 10 个的独立头像,支持上传自定义头像以及自定义左上角 Logo 和标题,并让 AI 提交里的 Co-Authored-By 署名更容易对齐团队自己的命名规范。通常情况下,我们会重点突出名为 Hagicode Plus 的组合购买方案,使总体购买价格更低。请以商店页面的最新变化为准
283+
price: 待定
284+
description: 用于扩展提案并行上限,同时解锁文案切换、头像包、自定义头像上传、自定义 Logo、自定义标题和自定义 Co-Authored-By 信息
292285
bullets:
293286
- 支持左上角 Logo 和标题自定义
294287
- 包含 5 套头像资源,每套提供 10 个可选头像
@@ -299,16 +292,16 @@ pricing:
299292
hagicodePlus:
300293
category: 组合包
301294
title: Hagicode Plus
302-
price: 点击查看
303-
description: Steam 官方组合包,一次打包 Hagicode Steam 主体版本和 Turbo Engine DLC,适合想直接进入完整 Steam 工作流的用户
295+
price: 待定
296+
description: Hagicode Plus 是主体版本加 Turbo Engine DLC 的一种简化的说明
304297
bullets:
305298
- 把 Steam 主体版本和 Turbo Engine DLC 一起打包
306299
- 保留 32 个提案并行上限这条升级路径
307300
- 适合希望一次买齐 Steam 完整能力的购买入口
308301
sponsor:
309302
category: 赞助者 DLC
310303
title: Hagicode - Sponsor Pack
311-
price: 点击查看
304+
price: 待定
312305
description: 如果你觉得 Hagicode 确实不错,并希望为项目提供直接的经济支持,购买 Sponsor Pack 可以为项目提供更多动力,帮助我们长期维护和运行。
313306
bullets:
314307
- 一套专属暗色主题

0 commit comments

Comments
 (0)