Cloth Config API 版本覆盖提高到 1.21#5409
Merged
ZHAY10086 merged 2 commits intoCFPAOrg:mainfrom Jul 27, 2025
Merged
Conversation
Contributor
|
|
| 模组 | 🔗 链接 | 🎨 相关文件 | |
|---|---|---|---|
| Cloth Config API (Fabric/Forge/NeoForge) | 🔍 源代码 | 🟩 MCMOD | 📁 对比(Azusa) |
💾 基于此 PR 所打包的资源包:
- Minecraft-Mod-Language-Package-1.20.zip
- Minecraft-Mod-Language-Package-1.21.zip
- Minecraft-Mod-Language-Package-1.21-fabric.zip
- Minecraft-Mod-Language-Package-1.20-fabric.zip
✔ cloth-config2 Mod Domain 验证通过。
ℹ cloth-config2-1.21 语言文件验证通过。
ℹ cloth-config2-1.21 模组内语言文件验证通过。
🔛 Diff:
cloth-config/1.21
| 英文 | 中文 |
|---|---|
| Save & Quit | 保存并退出 |
| Apply Changes | 应用更改 |
| Changes Not Saved | 未保存更改 |
| Are you sure you want to quit editing the config? Changes will not be saved! | 你确定要退出编辑配置吗?更改不会保存! |
| Discard Changes | 放弃更改 |
| Quit & Discard Changes | 退出并放弃更改 |
| Config | 配置 |
| Multiple Issues! | 多个问题! |
| Not Editable! | 不可编辑! |
| Not a valid number! (Integer) | 不是有效数字!(整数) |
| Not a valid number! (Long) | 不是有效数字!(长整数) |
| Not a valid number! (Float) | 不是有效数字!(浮点数) |
| Not a valid number! (Double) | 不是有效数字!(双精度浮点数) |
| Too Large! (Maximum: %d) | 太大了!(最大值:%d) |
| Too Small! (Minimum: %d) | 太小了!(最小值:%d) |
| No Alpha Allowed! | 不允许有透明度! |
| Not a valid value! (Alpha) | 不是有效数值!(透明度) |
| Not a valid value! (Red) | 不是有效数值!(红色) |
| Not a valid value! (Green) | 不是有效数值!(绿色) |
| Not a valid value! (Blue) | 不是有效数值!(蓝色) |
| Not a valid color! | 不是有效颜色! |
| Not a valid color! (Missing #) | 不是有效颜色!(缺少#) |
| Insert New | 插入新值 |
| Delete Selected | 删除选定项 |
| Error! | 错误! |
| Reset | 重置 |
| Reset | 重置 |
| Restart Required | 需要重启 |
| One of your modified settings requires Minecraft to be restarted. Do you want to proceed? | 你修改的一个设置需要重启Minecraft。你想继续吗? |
| Exit Minecraft | 退出Minecraft |
| Ignore Restart | 忽略重启 |
| §aYes | §a是 |
| §cNo | §c否 |
| §cNo suggestions | §c没有建议 |
| Disabled (requirements not met) | 禁用(未满足要求) |
| Alt + %s | Alt+%s |
| Ctrl + %s | Ctrl+%s |
| Shift + %s | Shift+%s |
| Cloth Mod Config Config | Cloth Mod Config配置 |
| Scrolling | 滚动 |
| Config Demo | 配置预览 |
| Scroll Duration | 滚动持续时间 |
| Scroll Step | 滚动灵敏度 |
| Bounce Multiplier | 反弹倍数 |
| Set Default Smooth Scroll | 设置默认平滑滚动 |
| Disable Smooth Scroll | 禁用平滑滚动 |
You are a mod developer and you want to use %1$s? Go on the %2$s to get started. You can also %3$s. |
模组开发者,你想使用%1$s吗?可以点击%2$s入门。还可以%3$s。 |
| click here to open the Minecraft options file for no specific reason | 点击这里打开Minecraft选项文件,没什么特别的原因 |
| Cloth Config Wiki | Cloth Config Wiki |
cloth-config/1.21-keys
| Key | 英文 | 中文 |
|---|---|---|
text.cloth-config.save_and_done |
Save & Quit | 保存并退出 |
text.cloth-config.apply |
Apply Changes | 应用更改 |
text.cloth-config.quit_config |
Changes Not Saved | 未保存更改 |
text.cloth-config.quit_config_sure |
Are you sure you want to quit editing the config? Changes will not be saved! | 你确定要退出编辑配置吗?更改不会保存! |
text.cloth-config.cancel_discard |
Discard Changes | 放弃更改 |
text.cloth-config.quit_discard |
Quit & Discard Changes | 退出并放弃更改 |
text.cloth-config.config |
Config | 配置 |
text.cloth-config.multi_error |
Multiple Issues! | 多个问题! |
text.cloth-config.not_editable |
Not Editable! | 不可编辑! |
text.cloth-config.error.not_valid_number_int |
Not a valid number! (Integer) | 不是有效数字!(整数) |
text.cloth-config.error.not_valid_number_long |
Not a valid number! (Long) | 不是有效数字!(长整数) |
text.cloth-config.error.not_valid_number_float |
Not a valid number! (Float) | 不是有效数字!(浮点数) |
text.cloth-config.error.not_valid_number_double |
Not a valid number! (Double) | 不是有效数字!(双精度浮点数) |
text.cloth-config.error.too_large |
Too Large! (Maximum: %d) | 太大了!(最大值:%d) |
text.cloth-config.error.too_small |
Too Small! (Minimum: %d) | 太小了!(最小值:%d) |
text.cloth-config.error.color.no_alpha_allowed |
No Alpha Allowed! | 不允许有透明度! |
text.cloth-config.error.color.invalid_alpha |
Not a valid value! (Alpha) | 不是有效数值!(透明度) |
text.cloth-config.error.color.invalid_red |
Not a valid value! (Red) | 不是有效数值!(红色) |
text.cloth-config.error.color.invalid_green |
Not a valid value! (Green) | 不是有效数值!(绿色) |
text.cloth-config.error.color.invalid_blue |
Not a valid value! (Blue) | 不是有效数值!(蓝色) |
text.cloth-config.error.color.invalid_color |
Not a valid color! | 不是有效颜色! |
text.cloth-config.error.color.no_hash |
Not a valid color! (Missing #) | 不是有效颜色!(缺少#) |
text.cloth-config.list.add |
Insert New | 插入新值 |
text.cloth-config.list.remove |
Delete Selected | 删除选定项 |
text.cloth-config.error_cannot_save |
Error! | 错误! |
text.cloth-config.reset_value |
Reset | 重置 |
text.cloth.reset_value |
Reset | 重置 |
text.cloth-config.restart_required |
Restart Required | 需要重启 |
text.cloth-config.restart_required_sub |
One of your modified settings requires Minecraft to be restarted. Do you want to proceed? | 你修改的一个设置需要重启Minecraft。你想继续吗? |
text.cloth-config.exit_minecraft |
Exit Minecraft | 退出Minecraft |
text.cloth-config.ignore_restart |
Ignore Restart | 忽略重启 |
text.cloth-config.boolean.value.true |
§aYes | §a是 |
text.cloth-config.boolean.value.false |
§cNo | §c否 |
text.cloth-config.dropdown.value.unknown |
§cNo suggestions | §c没有建议 |
text.cloth-config.disabled_tooltip |
Disabled (requirements not met) | 禁用(未满足要求) |
modifier.cloth-config.alt |
Alt + %s | Alt+%s |
modifier.cloth-config.ctrl |
Ctrl + %s | Ctrl+%s |
modifier.cloth-config.shift |
Shift + %s | Shift+%s |
title.cloth-config.config |
Cloth Mod Config Config | Cloth Mod Config配置 |
category.cloth-config.scrolling |
Scrolling | 滚动 |
category.cloth-config.testing |
Config Demo | 配置预览 |
option.cloth-config.scrollDuration |
Scroll Duration | 滚动持续时间 |
option.cloth-config.scrollStep |
Scroll Step | 滚动灵敏度 |
option.cloth-config.bounceBackMultiplier |
Bounce Multiplier | 反弹倍数 |
option.cloth-config.setDefaultSmoothScroll |
Set Default Smooth Scroll | 设置默认平滑滚动 |
option.cloth-config.disableSmoothScroll |
Disable Smooth Scroll | 禁用平滑滚动 |
text.cloth-config.testing.1 |
You are a mod developer and you want to use %1$s? Go on the %2$s to get started. You can also %3$s. |
模组开发者,你想使用%1$s吗?可以点击%2$s入门。还可以%3$s。 |
text.cloth-config.testing.3 |
click here to open the Minecraft options file for no specific reason | 点击这里打开Minecraft选项文件,没什么特别的原因 |
text.cloth-config.testing.2 |
Cloth Config Wiki | Cloth Config Wiki |
cloth-config/1.21-术语检查
| Key | 英文 | 中文 | 检查结果 |
|---|---|---|---|
text.cloth-config.save_and_done |
Save & Quit | 保存并退出 | ✔ 术语 save => 保存 ⚠ 术语异常 save => 储存模式 |
text.cloth-config.error.color.no_alpha_allowed |
No Alpha Allowed! | 不允许有透明度! | ⚠ 术语异常 no => 否 ⚠ 术语异常 alpha => alpha |
text.cloth-config.list.add |
Insert New | 插入新值 | ⚠ 术语异常 insert => insert |
text.cloth-config.list.remove |
Delete Selected | 删除选定项 | ⚠ 术语异常 delete => delete |
text.cloth-config.restart_required_sub |
One of your modified settings requires Minecraft to be restarted. Do you want to proceed? | 你修改的一个设置需要重启Minecraft。你想继续吗? | ✔ 术语 minecraft => minecraft |
text.cloth-config.exit_minecraft |
Exit Minecraft | 退出Minecraft | ✔ 术语 minecraft => minecraft |
category.cloth-config.testing |
Config Demo | 配置预览 | ⚠ 术语异常 demo => 演示版, 演示模式 |
option.cloth-config.setDefaultSmoothScroll |
Set Default Smooth Scroll | 设置默认平滑滚动 | ✔ 术语 default => 默认 ✔ 术语 smooth => 平滑 |
option.cloth-config.disableSmoothScroll |
Disable Smooth Scroll | 禁用平滑滚动 | ✔ 术语 smooth => 平滑 |
text.cloth-config.testing.1 |
You are a mod developer and you want to use %1$s? Go on the %2$s to get started. You can also %3$s. |
模组开发者,你想使用%1$s吗?可以点击%2$s入门。还可以%3$s。 |
✔ 术语 on => 开 |
text.cloth-config.testing.3 |
click here to open the Minecraft options file for no specific reason | 点击这里打开Minecraft选项文件,没什么特别的原因 | ⚠ 术语异常 no => 否 ✔ 术语 options => 选项 ⚠ 术语异常 click => 生火 ⚠ 术语异常 click => 剪断 ✔ 术语 minecraft => minecraft ✔ 术语 open => 打开, 开启 |
ℹ 机器人的命令列表
- 🔄 勾选这个复选框来强制刷新
ZHAY10086
approved these changes
Jul 26, 2025
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.

No description provided.