Improved (still partial) i18n for /stage and /user

This commit is contained in:
2025-04-27 22:30:21 +02:00
parent d41d41663f
commit 99653c6fe1
3 changed files with 238 additions and 79 deletions

View File

@@ -116,16 +116,61 @@
"description": "Event stage management"
},
"stage_add": {
"description": "",
"options": {}
"description": "Add new event stage",
"options": {
"event": {
"description": "Name of the event"
},
"question": {
"description": "Question to be answered"
},
"answer": {
"description": "Answer to the stage's question"
},
"media": {
"description": "Media file to be attached"
}
}
},
"stage_edit": {
"description": "",
"options": {}
"description": "Edit the event stage",
"options": {
"event": {
"description": "Name of the event"
},
"stage": {
"description": "Stage to edit"
},
"order": {
"description": "Number in the event stages' order"
},
"question": {
"description": "Question to be answered"
},
"answer": {
"description": "Answer to the question"
},
"media": {
"description": "Media file to be attached"
},
"remove_media": {
"description": "Remove attached media"
}
}
},
"stage_delete": {
"description": "",
"options": {}
"description": "Delete the event stage",
"options": {
"event": {
"description": "Name of the event"
},
"stage": {
"description": "Stage to delete"
},
"confirm": {
"description": "Confirmation of the operation"
}
}
},
"unregister": {
"description": "Leave the selected event",
@@ -142,24 +187,38 @@
"description": "User management"
},
"user_create_channel": {
"description": "",
"description": "Create channel for the user",
"options": {}
},
"user_update_channel": {
"description": "",
"description": "Update user's channel",
"options": {}
},
"user_delete_channel": {
"description": "",
"description": "Delete user's channel",
"options": {}
},
"user_jail": {
"description": "",
"options": {}
"description": "Jail the user",
"options": {
"user": {
"description": "Selected user"
},
"confirm": {
"description": "Confirmation of the operation"
}
}
},
"user_unjail": {
"description": "",
"options": {}
"description": "Unjail the user",
"options": {
"user": {
"description": "Selected user"
},
"confirm": {
"description": "Confirmation of the operation"
}
}
}
}
}