diff --git a/en/cloud-translations-core/src/main/resources/org/incendo/cloud/core/lang/messages_en.properties b/en/cloud-translations-core/src/main/resources/org/incendo/cloud/core/lang/messages_en.properties new file mode 100644 index 0000000..a3d33ef --- /dev/null +++ b/en/cloud-translations-core/src/main/resources/org/incendo/cloud/core/lang/messages_en.properties @@ -0,0 +1,23 @@ +argument.parse.failure.boolean=Could not parse boolean from '' +argument.parse.failure.number='' is not a valid number in the range to +argument.parse.failure.char='' is not a valid character +argument.parse.failure.string='' is not one of the following\: +argument.parse.failure.uuid='' is not a valid string of type +argument.parse.failure.enum='' is not a valid UUID +argument.parse.failure.regex='' does not match '' +argument.parse.failure.flag.unknown=Unknown flag '' +argument.parse.failure.flag.duplicate_flag=Duplicate flag '' +argument.parse.failure.flag.no_flag_started=No flag started. Don't know what to do with '' +argument.parse.failure.flag.missing_argument=Missing argument for '' +argument.parse.failure.flag.no_permission=You don't have permission to use '' +argument.parse.failure.color='' is not a valid color +argument.parse.failure.duration='' is not a duration format +argument.parse.failure.aggregate.missing=Missing component '' +argument.parse.failure.aggregate.failure=Invalid component ''\: +argument.parse.failure.either=Could not resolve or from '' +exception.unexpected=An internal error occurred while attempting to perform this command. +exception.invalid_argument=Invalid Command Argument\: . +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= is not allowed to execute that command. Must be of type . +exception.invalid_syntax=Invalid Command Syntax. Correct command syntax is\: .