Introduced i18n for "/user update_channels"

This commit is contained in:
2025-05-02 14:18:58 +02:00
parent 3dcae36dec
commit fa200ef92d
2 changed files with 54 additions and 21 deletions

View File

@@ -3,6 +3,7 @@
"admin_user_channel_creation_failed": "Event channel could not be created for user **{display_name}** ({mention}) and event **{event_name}**.",
"admin_user_completed_event": "User **{display_name}** ({mention}) has completed the event **{event_name}**",
"admin_user_completed_stage": "User **{display_name}** ({mention}) has completed the stage {stage_sequence} of the event **{event_name}**.",
"admin_user_channel_fixed": "Fixed event channel of user **{display_name}** ({mention}) for the event **{event_name}**.",
"config_reset": "Configuration has been reset. You can update it using `/config set`, otherwise no events can be held.",
"config_set": "Configuration has been updated. You can review it anytime using `/config show`.",
"config_show": "**Guild config**\n\nChannel: <#{channel_id}>\nCategory: <#{category_id}>\nTimezone: `{timezone}`",
@@ -28,7 +29,8 @@
"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."
"user_unjail_successful": "User **{display_name}** has been unjailed and can interact with events again.",
"user_channels_updated": "Event channels of the user **{display_name}** were updated."
},
"commands": {
"config": {
@@ -215,9 +217,13 @@
"description": "Create channel for the user",
"options": {}
},
"user_update_channel": {
"description": "Update user's channel",
"options": {}
"user_update_channels": {
"description": "Update user's event channels",
"options": {
"user": {
"description": "Selected user"
}
}
},
"user_delete_channel": {
"description": "Delete user's channel",