feat: 首页支持多选全选与批量积分

This commit is contained in:
JSR
2026-03-20 17:42:30 +08:00
parent d7361b82d3
commit ad6b0808cb
3 changed files with 270 additions and 70 deletions
+11
View File
@@ -396,10 +396,21 @@
"studentCount": "{{count}} students",
"operationTitle": "Points Operation: {{name}}",
"submitOperation": "Submit Operation",
"operationTitleBatch": "Points Operation: {{count}} Selected",
"undoLastAction": "Undo Last",
"undoLastHint": "Undo latest: {{name}} {{delta}}",
"undoUnavailable": "No points operation available to undo",
"undoLastSuccess": "Last points operation has been undone",
"multiSelect": "Multi-select",
"batchMode": "Batch Mode",
"selectAll": "Select All",
"clearSelected": "Clear Selected",
"batchOperate": "Batch Points",
"selected": "Selected",
"selectedCount": "{{count}} selected",
"batchSuccess": "Submitted points for {{count}} students",
"batchPartial": "Successfully submitted for {{success}}/{{total}} students",
"selectStudentFirst": "Please select student(s) first",
"addPoints": "Add Points",
"deductPoints": "Deduct Points",
"pointsChange": "Points Change",