fix: tighten cron session deletion UX

This commit is contained in:
chengyongru
2026-06-12 14:51:02 +08:00
parent c4b64a4caf
commit b232a52794
12 changed files with 225 additions and 18 deletions
+16 -1
View File
@@ -551,7 +551,22 @@
"title": "Delete this chat?",
"description": "This action cannot be undone.",
"cancel": "Cancel",
"confirm": "Delete"
"confirm": "Delete",
"automationsDescription": "This chat has scheduled automations. Deleting it will also delete them.",
"moreAutomations": "+ {{count}} more",
"confirmWithAutomations": "Delete chat and automations",
"schedule": {
"at": "{{time}}",
"every": "Every {{duration}}",
"cron": "Cron {{expr}}",
"cronWithTz": "Cron {{expr}} · {{tz}}",
"unknown": "Custom schedule"
},
"next": {
"label": "Next: {{time}}",
"disabled": "Paused",
"none": "No next run"
}
},
"connection": {
"idle": "Idle",