mirror of
https://github.com/SECTL/SecScore.git
synced 2026-07-21 20:29:03 +08:00
feat: 首页支持多选全选与批量积分
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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