mirror of
https://github.com/SECTL/SecScore.git
synced 2026-07-21 13:59:03 +08:00
feat: 首页支持多选全选与批量积分
This commit is contained in:
@@ -396,10 +396,21 @@
|
||||
"studentCount": "{{count}} 人",
|
||||
"operationTitle": "积分操作:{{name}}",
|
||||
"submitOperation": "提交操作",
|
||||
"operationTitleBatch": "积分操作:已选 {{count}} 人",
|
||||
"undoLastAction": "撤销上一步",
|
||||
"undoLastHint": "撤销上一条:{{name}} {{delta}}",
|
||||
"undoUnavailable": "当前没有可撤销的积分操作",
|
||||
"undoLastSuccess": "已撤销上一步积分操作",
|
||||
"multiSelect": "多选",
|
||||
"batchMode": "多选模式",
|
||||
"selectAll": "全选",
|
||||
"clearSelected": "清空已选",
|
||||
"batchOperate": "批量积分",
|
||||
"selected": "已选",
|
||||
"selectedCount": "已选 {{count}} 人",
|
||||
"batchSuccess": "已为 {{count}} 名学生提交积分",
|
||||
"batchPartial": "成功提交 {{success}}/{{total}} 名学生积分",
|
||||
"selectStudentFirst": "请先选择学生",
|
||||
"addPoints": "加分",
|
||||
"deductPoints": "扣分",
|
||||
"pointsChange": "积分变更",
|
||||
|
||||
Reference in New Issue
Block a user