Added i18n to the jailing mechanism

This commit is contained in:
2025-04-29 16:47:15 +02:00
parent 137ecffcf7
commit 390145ca0e
6 changed files with 31 additions and 23 deletions

View File

@@ -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": {