Added i18n to the jailing mechanism
This commit is contained in:
@@ -24,7 +24,11 @@
|
||||
"timezone_invalid": "Timezone **{timezone}** was not found. Please, select one of the timezones provided by the autocompletion.",
|
||||
"unexpected_error": "An unexpected error has occurred. Please, contact the administrator.",
|
||||
"unregister_not_registered": "You are not registered for this event.",
|
||||
"unregister_unregistered": "You are no longer registered for this event."
|
||||
"unregister_unregistered": "You are no longer registered for this event.",
|
||||
"user_jail_already_jailed": "User **{display_name}** is already jailed.",
|
||||
"user_jail_successful": "User **{display_name}** has been jailed and cannot interact with events anymore.",
|
||||
"user_unjail_not_jailed": "User **{display_name}** is not jailed.",
|
||||
"user_unjail_successful": "User **{display_name}** has been unjailed and can interact with events again."
|
||||
},
|
||||
"commands": {
|
||||
"config": {
|
||||
|
Reference in New Issue
Block a user