aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets/yet-another-config-lib/lang/en_us.json
blob: 17972a107297a74f391d3731d71765d479a33393 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "yacl.control.boolean.true": "True",
  "yacl.control.boolean.false": "False",

  "yacl.control.action.execute": "EXECUTE",

  "yacl.gui.save": "Save Changes",
  "yacl.gui.save.tooltip": "Makes the changes made permanent.",
  "yacl.gui.finished.tooltip": "Closes the GUI.",
  "yacl.gui.cancel.tooltip": "Forgets pending changes and closes the GUI.",
  "yacl.gui.reset.tooltip": "Resets all options to default. (This is reversible!)",
  "yacl.gui.undo": "Undo",
  "yacl.gui.undo.tooltip": "Reverts all options back to what they were before editing.",
  "yacl.gui.fail_apply": "Failed to apply",
  "yacl.gui.fail_apply.tooltip": "There was an error and the changes couldn't be applied.",
  "yacl.gui.save_before_exit": "Save before exiting!",
  "yacl.gui.save_before_exit.tooltip": "Save or cancel to exit the GUI.",

  "yacl.restart.title": "Config requires restart!",
  "yacl.restart.message": "One or more options needs you to restart the game to apply the changes.",
  "yacl.restart.yes": "Close Minecraft",
  "yacl.restart.no": "Ignore"
}