Skip to content

Commit 4efea1d

Browse files
authored
Cloth Config API 版本覆盖提高到 1.21 (#5409)
* init * 修正 no suggestion 的翻译
1 parent f4e5492 commit 4efea1d

5 files changed

Lines changed: 120 additions & 0 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[
2+
{
3+
"type": "indirect",
4+
"source": "projects/1.21/assets/cloth-config/cloth-config2"
5+
}
6+
]
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[
2+
{
3+
"type": "indirect",
4+
"source": "projects/1.21/assets/cloth-config/cloth-config2"
5+
}
6+
]
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[
2+
{
3+
"type": "indirect",
4+
"source": "projects/1.21/assets/cloth-config/cloth-config2"
5+
}
6+
]
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
{
2+
"text.cloth-config.save_and_done": "Save & Quit",
3+
"text.cloth-config.apply": "Apply Changes",
4+
"text.cloth-config.quit_config": "Changes Not Saved",
5+
"text.cloth-config.quit_config_sure": "Are you sure you want to quit editing the config? Changes will not be saved!",
6+
"text.cloth-config.cancel_discard": "Discard Changes",
7+
"text.cloth-config.quit_discard": "Quit & Discard Changes",
8+
"text.cloth-config.config": "Config",
9+
"text.cloth-config.multi_error": "Multiple Issues!",
10+
"text.cloth-config.not_editable": "Not Editable!",
11+
"text.cloth-config.error.not_valid_number_int": "Not a valid number! (Integer)",
12+
"text.cloth-config.error.not_valid_number_long": "Not a valid number! (Long)",
13+
"text.cloth-config.error.not_valid_number_float": "Not a valid number! (Float)",
14+
"text.cloth-config.error.not_valid_number_double": "Not a valid number! (Double)",
15+
"text.cloth-config.error.too_large": "Too Large! (Maximum: %d)",
16+
"text.cloth-config.error.too_small": "Too Small! (Minimum: %d)",
17+
"text.cloth-config.error.color.no_alpha_allowed": "No Alpha Allowed!",
18+
"text.cloth-config.error.color.invalid_alpha": "Not a valid value! (Alpha)",
19+
"text.cloth-config.error.color.invalid_red": "Not a valid value! (Red)",
20+
"text.cloth-config.error.color.invalid_green": "Not a valid value! (Green)",
21+
"text.cloth-config.error.color.invalid_blue": "Not a valid value! (Blue)",
22+
"text.cloth-config.error.color.invalid_color": "Not a valid color!",
23+
"text.cloth-config.error.color.no_hash": "Not a valid color! (Missing #)",
24+
"text.cloth-config.list.add": "Insert New",
25+
"text.cloth-config.list.remove": "Delete Selected",
26+
"text.cloth-config.error_cannot_save": "Error!",
27+
"text.cloth-config.reset_value": "Reset",
28+
"text.cloth.reset_value": "Reset",
29+
"text.cloth-config.restart_required": "Restart Required",
30+
"text.cloth-config.restart_required_sub": "One of your modified settings requires Minecraft to be restarted. Do you want to proceed?",
31+
"text.cloth-config.exit_minecraft": "Exit Minecraft",
32+
"text.cloth-config.ignore_restart": "Ignore Restart",
33+
"text.cloth-config.boolean.value.true": "§aYes",
34+
"text.cloth-config.boolean.value.false": "§cNo",
35+
"text.cloth-config.dropdown.value.unknown": "§cNo suggestions",
36+
"text.cloth-config.disabled_tooltip": "Disabled (requirements not met)",
37+
"modifier.cloth-config.alt": "Alt + %s",
38+
"modifier.cloth-config.ctrl": "Ctrl + %s",
39+
"modifier.cloth-config.shift": "Shift + %s",
40+
"title.cloth-config.config": "Cloth Mod Config Config",
41+
"category.cloth-config.scrolling": "Scrolling",
42+
"category.cloth-config.testing": "Config Demo",
43+
"option.cloth-config.scrollDuration": "Scroll Duration",
44+
"option.cloth-config.scrollStep": "Scroll Step",
45+
"option.cloth-config.bounceBackMultiplier": "Bounce Multiplier",
46+
"option.cloth-config.setDefaultSmoothScroll": "Set Default Smooth Scroll",
47+
"option.cloth-config.disableSmoothScroll": "Disable Smooth Scroll",
48+
"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.",
49+
"text.cloth-config.testing.2": "Cloth Config Wiki",
50+
"text.cloth-config.testing.3": "click here to open the Minecraft options file for no specific reason"
51+
}
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
{
2+
"text.cloth-config.save_and_done": "保存并退出",
3+
"text.cloth-config.apply": "应用更改",
4+
"text.cloth-config.quit_config": "未保存更改",
5+
"text.cloth-config.quit_config_sure": "你确定要退出编辑配置吗?更改不会保存!",
6+
"text.cloth-config.cancel_discard": "放弃更改",
7+
"text.cloth-config.quit_discard": "退出并放弃更改",
8+
"text.cloth-config.config": "配置",
9+
"text.cloth-config.multi_error": "多个问题!",
10+
"text.cloth-config.not_editable": "不可编辑!",
11+
"text.cloth-config.error.not_valid_number_int": "不是有效数字!(整数)",
12+
"text.cloth-config.error.not_valid_number_long": "不是有效数字!(长整数)",
13+
"text.cloth-config.error.not_valid_number_float": "不是有效数字!(浮点数)",
14+
"text.cloth-config.error.not_valid_number_double": "不是有效数字!(双精度浮点数)",
15+
"text.cloth-config.error.too_large": "太大了!(最大值:%d)",
16+
"text.cloth-config.error.too_small": "太小了!(最小值:%d)",
17+
"text.cloth-config.error.color.no_alpha_allowed": "不允许有透明度!",
18+
"text.cloth-config.error.color.invalid_alpha": "不是有效数值!(透明度)",
19+
"text.cloth-config.error.color.invalid_red": "不是有效数值!(红色)",
20+
"text.cloth-config.error.color.invalid_green": "不是有效数值!(绿色)",
21+
"text.cloth-config.error.color.invalid_blue": "不是有效数值!(蓝色)",
22+
"text.cloth-config.error.color.invalid_color": "不是有效颜色!",
23+
"text.cloth-config.error.color.no_hash": "不是有效颜色!(缺少#)",
24+
"text.cloth-config.list.add": "插入新值",
25+
"text.cloth-config.list.remove": "删除选定项",
26+
"text.cloth-config.error_cannot_save": "错误!",
27+
"text.cloth-config.reset_value": "重置",
28+
"text.cloth.reset_value": "重置",
29+
"text.cloth-config.restart_required": "需要重启",
30+
"text.cloth-config.restart_required_sub": "你修改的一个设置需要重启Minecraft。你想继续吗?",
31+
"text.cloth-config.exit_minecraft": "退出Minecraft",
32+
"text.cloth-config.ignore_restart": "忽略重启",
33+
"text.cloth-config.boolean.value.true": "§a是",
34+
"text.cloth-config.boolean.value.false": "§c否",
35+
"text.cloth-config.dropdown.value.unknown": "§c没有建议",
36+
"text.cloth-config.disabled_tooltip": "禁用(未满足要求)",
37+
"modifier.cloth-config.alt": "Alt+%s",
38+
"modifier.cloth-config.ctrl": "Ctrl+%s",
39+
"modifier.cloth-config.shift": "Shift+%s",
40+
"title.cloth-config.config": "Cloth Mod Config配置",
41+
"category.cloth-config.scrolling": "滚动",
42+
"category.cloth-config.testing": "配置预览",
43+
"option.cloth-config.scrollDuration": "滚动持续时间",
44+
"option.cloth-config.scrollStep": "滚动灵敏度",
45+
"option.cloth-config.bounceBackMultiplier": "反弹倍数",
46+
"option.cloth-config.setDefaultSmoothScroll": "设置默认平滑滚动",
47+
"option.cloth-config.disableSmoothScroll": "禁用平滑滚动",
48+
"text.cloth-config.testing.1": "模组开发者,你想使用%1$s吗?可以点击%2$s入门。还可以%3$s。",
49+
"text.cloth-config.testing.2": "Cloth Config Wiki",
50+
"text.cloth-config.testing.3": "点击这里打开Minecraft选项文件,没什么特别的原因"
51+
}

0 commit comments

Comments
 (0)