Aktueller Stand
This commit is contained in:
@@ -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": "Pre‑unsubscribe",
|
||||
"rulePhasePostBadge": "Post‑unsubscribe",
|
||||
"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",
|
||||
|
||||
Reference in New Issue
Block a user