|
@@ -14,6 +14,13 @@
|
|
|
"text.cloth-config.error.not_valid_number_double": "不是一个有效的数字! (Double)",
|
|
|
"text.cloth-config.error.too_large": "太大! (最大值: %d)",
|
|
|
"text.cloth-config.error.too_small": "太小! (最小值: %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": "插入",
|
|
|
"text.cloth-config.list.remove": "删除所选",
|
|
|
"text.cloth-config.error_cannot_save": "错误!",
|