12345678910111213141516171819 |
- {
- "text.cloth-config.save_and_done": "Save 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": "Cancel & 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)",
- "text.cloth-config.error.too_small": "Too Small! (Minimum: %d)",
- "text.cloth-config.error_cannot_save": "Error!",
- "text.cloth-config.reset_value": "Reset",
- "text.cloth.reset_value": "Reset"
- }
|