From 81f32a4cf94a335e2d315a39632815b5802dba78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20S=C3=B6derberg?= <4096670+Citymonstret@users.noreply.github.com> Date: Wed, 31 Jan 2024 12:58:16 +0100 Subject: [PATCH] New translations messages.properties (Japanese) --- .../cloud/core/lang/messages_ja.properties | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 ja/cloud-translations-core/src/main/resources/org/incendo/cloud/core/lang/messages_ja.properties diff --git a/ja/cloud-translations-core/src/main/resources/org/incendo/cloud/core/lang/messages_ja.properties b/ja/cloud-translations-core/src/main/resources/org/incendo/cloud/core/lang/messages_ja.properties new file mode 100644 index 0000000..a3d33ef --- /dev/null +++ b/ja/cloud-translations-core/src/main/resources/org/incendo/cloud/core/lang/messages_ja.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\: .