mirror of
https://github.com/SECTL/SecScore.git
synced 2026-07-21 20:29:03 +08:00
feat: 现在可以在离线期间重新打开后补加分
This commit is contained in:
@@ -824,6 +824,11 @@
|
||||
"actionAddTag": "Add Tag",
|
||||
"actionSettleScore": "Settle Score",
|
||||
"actionSettleScoreHint": "No parameters required",
|
||||
"startAt": "Start Time",
|
||||
"startAtPlaceholder": "Select start time (empty means start now)",
|
||||
"startAtHint": "Empty means start immediately; when set, interval will use this as base time",
|
||||
"startAtWaitHint": "{{minutes}} minutes until start",
|
||||
"startAtElapsedHint": "{{elapsed}} minutes elapsed since start, about {{remain}} minutes to next run",
|
||||
"cooldownMinutes": "Cooldown (minutes)",
|
||||
"maxStudentsPerRun": "Max Students Per Run",
|
||||
"maxRunsPerDay": "Max Runs Per Day",
|
||||
@@ -859,7 +864,14 @@
|
||||
"operatorContains": "Contains",
|
||||
"relationNot": "Not",
|
||||
"openFile": "Open File",
|
||||
"openFileFailed": "Failed to open automation file"
|
||||
"openFileFailed": "Failed to open automation file",
|
||||
"backfillConfirmTitle": "Offline automation replay available",
|
||||
"backfillConfirmSummary": "From {{from}} to {{to}}, about {{runs}} automation runs ({{rules}} rules) can be replayed. Replay now?",
|
||||
"backfillPreviewLine": "{{name}}: {{runs}} run(s)",
|
||||
"backfillPreviewMore": "{{count}} more rules not shown",
|
||||
"backfillPreviewTruncated": "{{count}} rules are capped to at most {{max}} replay runs",
|
||||
"backfillApplySuccess": "Replay completed: {{runs}} runs applied, {{events}} score records created",
|
||||
"backfillApplyFailed": "Failed to replay offline auto score runs"
|
||||
},
|
||||
"triggers": {
|
||||
"studentTag": {
|
||||
|
||||
@@ -822,6 +822,11 @@
|
||||
"actionAddTag": "添加标签",
|
||||
"actionSettleScore": "结算分数",
|
||||
"actionSettleScoreHint": "无需参数",
|
||||
"startAt": "开始时间",
|
||||
"startAtPlaceholder": "请选择开始时间(留空立即开始)",
|
||||
"startAtHint": "留空表示立即开始;设置后将以该时间为基准按间隔触发",
|
||||
"startAtWaitHint": "距离开始还有 {{minutes}} 分钟",
|
||||
"startAtElapsedHint": "自开始已过去 {{elapsed}} 分钟,距离下一次触发约 {{remain}} 分钟",
|
||||
"cooldownMinutes": "冷却时间(分钟)",
|
||||
"maxStudentsPerRun": "单次最多学生数",
|
||||
"maxRunsPerDay": "每日最多执行次数",
|
||||
@@ -857,7 +862,14 @@
|
||||
"operatorContains": "包含",
|
||||
"relationNot": "非",
|
||||
"openFile": "打开文件",
|
||||
"openFileFailed": "打开自动化文件失败"
|
||||
"openFileFailed": "打开自动化文件失败",
|
||||
"backfillConfirmTitle": "检测到关闭期间可补回的自动化",
|
||||
"backfillConfirmSummary": "在 {{from}} 到 {{to}} 期间,预计有 {{runs}} 次自动化执行(共 {{rules}} 条规则)可补回,是否现在补回?",
|
||||
"backfillPreviewLine": "{{name}}:{{runs}} 次",
|
||||
"backfillPreviewMore": "其余 {{count}} 条规则未展开",
|
||||
"backfillPreviewTruncated": "{{count}} 条规则补回次数已截断到最多 {{max}} 次",
|
||||
"backfillApplySuccess": "补回完成:执行 {{runs}} 次,新增 {{events}} 条积分记录",
|
||||
"backfillApplyFailed": "补回自动加分失败"
|
||||
},
|
||||
"triggers": {
|
||||
"studentTag": {
|
||||
|
||||
Reference in New Issue
Block a user