-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New translations messages.properties (Turkish)
- Loading branch information
1 parent
525386e
commit 3bd1ae7
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
23 changes: 23 additions & 0 deletions
23
...d-translations-core/src/main/resources/org/incendo/cloud/core/lang/messages_tr.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>. |