Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Crowdin updates #1

Closed
wants to merge 37 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
61dbac8
New translations messages.properties (Romanian)
Citymonstret Jan 31, 2024
30c7ada
New translations messages.properties (French)
Citymonstret Jan 31, 2024
fa0c54a
New translations messages.properties (Spanish)
Citymonstret Jan 31, 2024
8b6169d
New translations messages.properties (Afrikaans)
Citymonstret Jan 31, 2024
7aedb4b
New translations messages.properties (Arabic)
Citymonstret Jan 31, 2024
5ab213e
New translations messages.properties (Catalan)
Citymonstret Jan 31, 2024
8ef82f6
New translations messages.properties (Czech)
Citymonstret Jan 31, 2024
c0d6a31
New translations messages.properties (Danish)
Citymonstret Jan 31, 2024
978f14e
New translations messages.properties (German)
Citymonstret Jan 31, 2024
2479f4a
New translations messages.properties (Greek)
Citymonstret Jan 31, 2024
67e1db1
New translations messages.properties (Finnish)
Citymonstret Jan 31, 2024
ac5d851
New translations messages.properties (Hebrew)
Citymonstret Jan 31, 2024
08529de
New translations messages.properties (Hungarian)
Citymonstret Jan 31, 2024
1eb249a
New translations messages.properties (Italian)
Citymonstret Jan 31, 2024
81f32a4
New translations messages.properties (Japanese)
Citymonstret Jan 31, 2024
8818121
New translations messages.properties (Korean)
Citymonstret Jan 31, 2024
f27caab
New translations messages.properties (Dutch)
Citymonstret Jan 31, 2024
3e6d18b
New translations messages.properties (Norwegian)
Citymonstret Jan 31, 2024
94daf01
New translations messages.properties (Polish)
Citymonstret Jan 31, 2024
d7df0ea
New translations messages.properties (Portuguese)
Citymonstret Jan 31, 2024
f313d3f
New translations messages.properties (Russian)
Citymonstret Jan 31, 2024
2bdb3bb
New translations messages.properties (Serbian (Cyrillic))
Citymonstret Jan 31, 2024
525386e
New translations messages.properties (Swedish)
Citymonstret Jan 31, 2024
3bd1ae7
New translations messages.properties (Turkish)
Citymonstret Jan 31, 2024
ad36c4a
New translations messages.properties (Ukrainian)
Citymonstret Jan 31, 2024
ece5f77
New translations messages.properties (Chinese Simplified)
Citymonstret Jan 31, 2024
c31d9bc
New translations messages.properties (Chinese Traditional)
Citymonstret Jan 31, 2024
6526daf
New translations messages.properties (English)
Citymonstret Jan 31, 2024
2952cc9
New translations messages.properties (Vietnamese)
Citymonstret Jan 31, 2024
68a1635
New translations messages.properties (Portuguese, Brazilian)
Citymonstret Jan 31, 2024
74e5bc0
New translations messages.properties (Spanish)
Citymonstret Jan 31, 2024
d69f104
New translations messages.properties (German)
Citymonstret Jan 31, 2024
0f5d45b
New translations messages.properties (Hebrew)
Citymonstret Jan 31, 2024
6e07f0e
New translations messages.properties (Dutch)
Citymonstret Jan 31, 2024
0c43e5f
New translations messages.properties (Portuguese)
Citymonstret Jan 31, 2024
25b6453
New translations messages.properties (Swedish)
Citymonstret Jan 31, 2024
327c612
New translations messages.properties (Chinese Simplified)
Citymonstret Jan 31, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>.
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>.
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>.
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>.
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>.
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>.
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>.
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>.
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>.
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>.
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>.
Loading
Loading