Skip to content

Commit

Permalink
New translations messages.properties (German)
Browse files Browse the repository at this point in the history
  • Loading branch information
Citymonstret committed Jan 31, 2024
1 parent c0d6a31 commit 978f14e
Showing 1 changed file with 23 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
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.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>'
argument.parse.failure.flag.unknown=Unknown flag '<flag>'
argument.parse.failure.flag.duplicate_flag=Duplicate flag '<flag>'
argument.parse.failure.flag.no_flag_started=No flag started. Don't know what to do with '<input>'
argument.parse.failure.flag.missing_argument=Missing argument for '<flag>'
argument.parse.failure.flag.no_permission=You don't have permission to use '<flag>'
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.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.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>.

0 comments on commit 978f14e

Please sign in to comment.