-
Notifications
You must be signed in to change notification settings - Fork 3
2025 修订 #8
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
base: master
Are you sure you want to change the base?
2025 修订 #8
Conversation
1.12 原版未在数字字母与汉字间空格(存在部分例外,可能是校对遗漏) 此外,在搜索名称时玩家往往不会有意识在二者之间空格,这会产生不必要的麻烦 据此我对相关段落进行修改。 |
我觉得ok了 不过我没这个仓库的权限 |
file/rules-v2.md
Outdated
- 对于方括号 `[]`,建议按原版直接使用 `[]`。 | ||
- 选项中的省略号可以只用半个 `…`。 | ||
- 英文字母、阿拉伯数字等非中文字符,与中文字符之间不添加空格分开。 | ||
- 阿拉伯数字与英文单位之间也不添加空格。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这点有待商榷,先前加上去大概也是头脑一热的情况。实际上在游戏里观感不佳
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
数字与单位,形如 我今天喝了 1L 牛奶
file/rules-v2.md
Outdated
- [术语在线](https://www.termonline.cn) 全国科学技术名词审定委员会审定的术语。 | ||
- [剑桥辞典](https://dictionary.cambridge.org/zhs/) | ||
- [欧路词典](https://www.eudic.net/) 快捷键查词、剪贴板查词软件。 | ||
- [模组译名标准化列表](https://github.com/Krasjet/Mod-Translation-Styleguide/blob/master/glossary.md)(**部分已过时**) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个删掉吧,或者替换为CFPA/Glossary仓库下的Mod路径下的文件,几乎包含了所有该列表里的标准化译名并有所增补
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个有gt的矿物,之后库里也补一下吧
@@ -21,7 +21,7 @@ | |||
<body> | |||
<!-- 标题 --> | |||
<div class="page-header"> | |||
<h1>Minecraft 模组简体中文翻译规范与指南<br><small>—— 2023-11-25 ——</small></h1> | |||
<h1>Minecraft 模组简体中文翻译指南<br><small>—— 2025-6-8 ——</small></h1> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个就合并当天改日期吧
备用:此文档中木制品翻译格式指南是对 CFPAOrg/Minecraft-Mod-Language-Package#4525 的演绎 |
@@ -31,13 +32,13 @@ <h1>Minecraft 模组简体中文翻译规范与指南<br><small>—— 2023-11-2 | |||
</div> | |||
</div> | |||
<!-- jQuery (Bootstrap 的所有 JavaScript 插件都依赖 jQuery,所以必须放在前边) --> | |||
<script src="https://cdn.bootcdn.net/ajax/libs/jquery/1.12.4/jquery.min.js"></script> | |||
<script src="https://cdn.bootcdn.net/ajax/libs/jquery/3.7.1/jquery.min.js"></script> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
我感觉这么快了点。
@mamaruo @Cactusstudent 有空请review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
居然是原生网页
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
基本上没啥大问题了
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
我觉得OK了
等这个合了 |
- 术语长度并不固定,可以是单词也可以是词组,需要根据出现频率判断。 | ||
- 模组要遵循原版的术语,附属模组、联动模组要遵循主模组的术语。 | ||
- 对于原版中出现的术语请对照 Minecraft Wiki 上的 [译名标准化](https://zh.minecraft.wiki/w/Minecraft_Wiki:译名标准化) 页面翻译。 | ||
- 对于 1.19.2 及以下版本的模组翻译,需注意 [译名标准化/历史](https://zh.minecraft.wiki/w/Minecraft_Wiki:译名标准化/历史) 的译名更改。确保使用对应版本的术语。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- 键盘功能键(如 Shift、Ctrl 等)请不要翻译,并将首字母改为大写。 | ||
- 游戏动作(如 Sneak、Interact、Reload)需要翻译,且不要翻译成对应的按键,因为这些键位是可以更改的。`Sneak and right click` -> `潜行右击` | ||
- 鼠标操作(如 Right Click、Click)需要翻译,注意不要译作“左键”(Left Mouse Button)“右键”,应译作“右键点击”“右击”等,可以参考原版的翻译。 | ||
- [翻译共识](https://github.com/CFPAOrg/Minecraft-Mod-Language-Package/pull/5008) 记录的是达成一致的争议翻译处理办法。它比指南更加灵活,但也可能不够严谨。尽管如此,它仍是重要的参考依据。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
迁移至4978,此处仅临时占位。
我于4978重新请求了你的审查,请于方便时完成。
相关 CFPAOrg/Minecraft-Mod-Language-Package#4978