en_us.json 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. "modifier.cloth-config.alt": "Alt + %s",
  37. "modifier.cloth-config.ctrl": "Ctrl + %s",
  38. "modifier.cloth-config.shift": "Shift + %s",
  39. "title.cloth-config.config": "Cloth Mod Config Config",
  40. "category.cloth-config.scrolling": "Scrolling",
  41. "category.cloth-config.testing": "Config Demo",
  42. "option.cloth-config.scrollDuration": "Scroll Duration",
  43. "option.cloth-config.scrollStep": "Scroll Step",
  44. "option.cloth-config.bounceBackMultiplier": "Bounce Multiplier",
  45. "option.cloth-config.setDefaultSmoothScroll": "Set Default Smooth Scroll",
  46. "option.cloth-config.disableSmoothScroll": "Disable Smooth Scroll",
  47. "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.",
  48. "text.cloth-config.testing.2": "Cloth Config Wiki",
  49. "text.cloth-config.testing.3": "click here to open the Minecraft options file for no specific reason"
  50. }