assets.catlib.lang.en_us.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of catlib-quilt Show documentation
Show all versions of catlib-quilt Show documentation
Utilities for serialization, commands, noise generation, IO, and some new data types.
The newest version!
{
"catlib.errorMenu.numErrors": "Encountered errors for %d mod(s)",
"catlib.errorMenu.mods": "Mods",
"catlib.errorMenu.misc": "Miscellaneous Errors",
"catlib.errorMenu.commands": "Command Errors",
"catlib.errorText.unclosed": "This or a later opener is never closed",
"catlib.errorText.unexpected": "This closer does not belong to any container",
"catlib.errorText.badCloser": "Consumed by unquoted string. Use quotes or a new line.",
"catlib.errorText.commandClass": "Error evaluating command method: %s",
"catlib.errorText.commandNode": "Error evaluating command node: %s",
"catlib.errorText.displayNode": "Command node: %s",
"catlib.errorText.noParameters": "%s must have no parameters",
"catlib.errorText.expectedBuilder": "%s must return a LibCommandBuilder",
"catlib.errorText.noInvoke": "Could not invoke %s",
"catlib.errorText.missingCompileArg": "Unable to resolve argument names for %s. Compile with -parameters",
"catlib.errorText.listNode": "List node %s must be the last node or followed by a literal argument",
"catlib.errorMenu.io": "IO Errors",
"catlib.errorText.fileError": "IO Error on %s",
"catlib.errorText.fileDiagnostics": "File diagnostics:",
"catlib.errorText.fileExists": "File exists:",
"catlib.errorText.directoryExists": "Directory exists:",
"catlib.errorText.fileType": "File type:",
"catlib.errorText.fileSize": "File size:",
"catlib.errorText.ioNotAllowed": "IO was blocked by the filesystem",
"catlib.errorText.stackTrace": "Stack trace:",
"catlib.errorText.clickHere": "New errors have occurred. Click here for details.",
"catlib.errorText.noErrors": "No errors available."
}