feat: 添加《博德之门 3》(Baldur's Gate 3) 中英文核心术语库 (Patch 7)#22
Open
Au3C2 wants to merge 1 commit into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
本 PR 为《博德之门 3》(Baldur's Gate 3) 新增一套中英文核心术语库,并将其注册到项目的全局术语索引中,以支持沉浸式翻译/术语匹配在 Patch 7 相关内容上的准确性与一致性。
Changes:
- 新增 BG3 术语库元数据
meta/bg3.json(ID、名称、多语言描述、作者信息、语言支持等)。 - 新增简中/繁中术语 CSV:
glossaries/bg3_zh-CN.csv与glossaries/bg3_zh-TW.csv(约 330 条)。 - 在
meta/index.json注册新术语库 ID:bg3。
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| meta/index.json | 将 bg3 术语库加入全局索引,确保可被发现与加载。 |
| meta/bg3.json | 定义 BG3 术语库的元数据与 i18n 文案。 |
| glossaries/bg3_zh-CN.csv | 新增 BG3 简体中文术语对照数据。 |
| glossaries/bg3_zh-TW.csv | 新增 BG3 繁体中文术语对照数据。 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
|
感谢你的贡献!这个 BG3 术语库的数据文件整体比较干净,CSV 格式、语言码和索引注册基本都没有问题。不过当前 PR 还需要调整后才能合并:
这些问题修完后,我们可以继续 review。谢谢! |
Author
感谢您的修改意见,我已经按照意见做出了修改,请继续review |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
摘要 (Summary)
本项目新增了《博德之门 3》(Baldur's Gate 3)的中英文核心术语库,涵盖了游戏 Patch 7
版本的最新官方译名与社区公认术语。该术语库旨在提升博德之门相关内容的翻译准确性,特别优化了沉浸翻译插件的匹配体验。
变更内容 (Changes)
术语范围 (Scope)
本术语库严格遵循“仅术语”原则,排除了所有对话和长文本,精准聚焦于:
备注 (Notes)