lol_us.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "text.cloth-config.save_and_done": "Save Changes",
  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": "Cancel & 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.list.add": "Insert New",
  18. "text.cloth-config.list.remove": "Delete Selected",
  19. "text.cloth-config.error_cannot_save": "Error!",
  20. "text.cloth-config.reset_value": "Reset",
  21. "text.cloth.reset_value": "Reset",
  22. "text.cloth-config.restart_required": "Restart Required",
  23. "text.cloth-config.restart_required_sub": "One of your modified settings requires Minecraft to be restarted. Do you want to proceed?",
  24. "text.cloth-config.exit_minecraft": "Exit Minecraft",
  25. "text.cloth-config.ignore_restart": "Ignore Restart",
  26. "text.cloth-config.boolean.value.true": "§aYes",
  27. "text.cloth-config.boolean.value.false": "§cNo",
  28. "text.cloth-config.dropdown.value.unknown": "§cNo suggestions",
  29. "modifier.cloth-config.alt": "Alt + %s",
  30. "modifier.cloth-config.ctrl": "Ctrl + %s",
  31. "modifier.cloth-config.shift": "Shift + %s",
  32. "title.cloth-config.config": "Cloth Mod Config Config",
  33. "category.cloth-config.scrolling": "Scrolling",
  34. "category.cloth-config.testing": "Config Demo",
  35. "option.cloth-config.scrollDuration": "Scroll Duration",
  36. "option.cloth-config.scrollStep": "Scroll Step",
  37. "option.cloth-config.bounceBackMultiplier": "Bounce Multiplier",
  38. "option.cloth-config.setDefaultSmoothScroll": "Set Default Smooth Scroll",
  39. "option.cloth-config.disableSmoothScroll": "Disable Smooth Scroll"
  40. }