-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Description
[文档] 修复WebGAL文档英文翻译问题
问题概述
在WebGAL文档中发现多处英文翻译问题,影响文档的可读性和专业性。
具体问题列表
入门指南页面 (Getting Started)
- "raise an issue at" → 应改为 "submit an issue on"
- "firmly believe" → 应改为 "are confident that"
- "running into problems due to improper operation" → 应改为 "encounter issues from incorrect operations"
- "achieve syntax highlighting" → 应改为 "enable syntax highlighting"
- "You know," → 应改为 "Note:"(技术文档应更正式)
- "packaging and debugging tool" → 应改为 "build and debug tool"(web开发常用"build")
- "development server" → 应改为 "dev server"(技术文档常用缩写)
基础教程页面 (Basic Tutorial)
- "turn off this object" → 应改为 "disable this element"
- "An example is given below:" → 应改为 "Example:"(更简洁)
- "This is very useful when" → 应改为 "This is particularly helpful when"
特效页面 (Special Effects)
- "Effects"(页面标题)→ 应改为 "Special Effects"
- "effect"(正文中)→ 应改为 "special effect"(保持一致性)
- "List of Built-in Effects" → 应改为 "Built-in Special Effects"
- "EffectCommand" → 应改为 "Effect Commands"(使用复数形式)
动画页面 (Animation)
- "Sprites" → 应改为 "Character Sprites"(与中文"立绘"对应)
- "Currently, the following preset animations are available:" → 应改为 "The following built-in animations are available:"
- "Shake Once" → 应改为 "Single Shake"(更简洁)
- "Move Front and Back Once" → 应改为 "Single Front-Back Movement"
- "Omitting Some Properties" → 应改为 "Omitting Properties"(更简洁)
- "Tips" → 应改为 "Tip:"(使用单数并加冒号)
格式问题
- "open in new window"(显示为文本)→ 应改为链接属性 (opens in new tab)
修复优先级
- 高优先级:修复术语不一致问题(Effects→Special Effects, Sprites→Character Sprites)
- 中优先级:修复不自然的英文表达
- 低优先级:优化格式和细节
需要修改的文件
docs/openwebgal.com/en/getting-started.htmldocs/openwebgal.com/en/webgal-script/base.htmldocs/openwebgal.com/en/webgal-script/special-effect.htmldocs/openwebgal.com/en/webgal-script/animation.html
修复后检查
修改完成后请:
- 检查所有修改过的页面
- 确保全文档术语一致性
- 验证链接是否正常工作
完整数据
附件CSV文件中包含所有31个问题的完整列表,包括中文原文参考。
问题报告生成时间:2026年3月25日
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels