Skip to content

Commit

Permalink
Update source file messages.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Citymonstret committed Jan 31, 2024
1 parent d5e7234 commit f6907b4
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
argument.parse.failure.boolean=Could not parse boolean from '<input>'
argument.parse.failure.number='<input>' is not a valid number in the range <min> to <max>
argument.parse.failure.char='<input>' is not a valid character
argument.parse.failure.string='<input>' is not one of the following\: <acceptableValues>
argument.parse.failure.string='<input>' is not one of the following: <acceptableValues>
argument.parse.failure.uuid='<input>' is not a valid string of type <stringMode>
argument.parse.failure.enum='<input>' is not a valid UUID
argument.parse.failure.regex='<input>' does not match '<pattern>'
Expand All @@ -13,11 +13,11 @@ argument.parse.failure.flag.no_permission=You don't have permission to use '<fla
argument.parse.failure.color='<input>' is not a valid color
argument.parse.failure.duration='<input>' is not a duration format
argument.parse.failure.aggregate.missing=Missing component '<component>'
argument.parse.failure.aggregate.failure=Invalid component '<component>'\: <failure>
argument.parse.failure.aggregate.failure=Invalid component '<component>': <failure>
argument.parse.failure.either=Could not resolve <primary> or <fallback> from '<input>'
exception.unexpected=An internal error occurred while attempting to perform this command.
exception.invalid_argument=Invalid Command Argument\: <cause>.
exception.invalid_argument=Invalid Command Argument: <cause>.
exception.no_such_command=Unknown Command.
exception.no_permission=I'm sorry, but you do not have permission to perform this command.
exception.invalid_sender=<actual> is not allowed to execute that command. Must be of type <expected>.
exception.invalid_syntax=Invalid Command Syntax. Correct command syntax is\: <syntax>.
exception.invalid_syntax=Invalid Command Syntax. Correct command syntax is: <syntax>.

0 comments on commit f6907b4

Please sign in to comment.