Aktueller Stand

This commit is contained in:
2026-01-23 14:39:23 +01:00
parent e16f6d50fb
commit 1bf95ec670
8 changed files with 519 additions and 135 deletions

View File

@@ -135,7 +135,13 @@
"rulesMatchAll": "All conditions (AND)",
"rulesMatchAny": "Any condition (OR)",
"rulesMatchAnyLabel": "OR",
"rulesPhase": "Execution phase",
"rulesPhasePre": "Before unsubscribe",
"rulesPhasePost": "After unsubscribe",
"rulesPhaseHint": "Pre rules run before unsubscribe (unsubscribe status not available). Post rules run after unsubscribe.",
"rulesStopOnMatch": "Stop after match (first match wins)",
"rulePhasePreBadge": "Preunsubscribe",
"rulePhasePostBadge": "Postunsubscribe",
"rulesStopOnMatchBadge": "FIRST",
"rulesConditions": "Conditions",
"rulesActions": "Actions",
@@ -269,9 +275,20 @@
"jobEventProcessedCount": "Processed {{current}}",
"jobEventGmailActionAppliedList": "Gmail action applied: {{actions}}",
"jobEventGmailActionApplied": "Gmail action applied: {{action}}",
"jobEventGmailBatchModify": "Gmail batch: MODIFY {{count}}",
"jobEventGmailBatchDelete": "Gmail batch: DELETE {{count}}",
"jobEventGmailActionSkippedNoChanges": "Gmail action skipped: no label changes",
"jobEventGmailActionFailedSimple": "Gmail action failed: {{error}}",
"jobEventGmailActionFailed": "Gmail action failed ({{action}}): {{error}}",
"jobEventImapDeleteBatchFailed": "IMAP delete batch failed: {{error}}",
"jobEventImapMarkReadBatchFailed": "IMAP mark-read batch failed: {{error}}",
"jobEventImapMarkUnreadBatchFailed": "IMAP mark-unread batch failed: {{error}}",
"jobEventImapMoveBatchFailed": "IMAP move batch failed: {{error}}",
"jobEventImapBatchDelete": "IMAP batch: DELETE {{count}}",
"jobEventImapBatchMarkRead": "IMAP batch: MARK_READ {{count}}",
"jobEventImapBatchMarkUnread": "IMAP batch: MARK_UNREAD {{count}}",
"jobEventImapBatchMove": "IMAP batch: MOVE {{count}} → {{target}}",
"jobEventImapActionFailedSimple": "IMAP action failed: {{error}}",
"jobEventImapActionFailed": "IMAP action failed ({{action}}): {{error}}",
"jobEventDryRunAction": "Simulate only: {{action}}",
"jobEventCanceledByAdmin": "Job canceled by admin",