feat: derive autoresponder schedule from backend

This commit is contained in:
Marek Miklewicz
2026-06-02 19:55:07 +02:00
parent a0bd158a2e
commit f3abc7b33f
19 changed files with 248 additions and 43 deletions
+17
View File
@@ -12,6 +12,7 @@ return [
'Preview autoresponder' => 'Preview autoresponder',
'Subject' => 'Subject',
'Message body' => 'Message body',
'Response content' => 'Response content',
'Status' => 'Status',
'Enabled' => 'Enabled',
'Disabled' => 'Disabled',
@@ -19,6 +20,11 @@ return [
'End date' => 'End date',
'Start hour' => 'Start hour',
'End hour' => 'End hour',
'Time' => 'Time',
'Time of day' => 'Time of day',
'Morning' => 'Morning',
'Afternoon' => 'Afternoon',
'Evening' => 'Evening',
'Save autoresponder' => 'Save autoresponder',
'Save changes' => 'Save changes',
'Cancel' => 'Cancel',
@@ -36,4 +42,15 @@ return [
'Rule deleted.' => 'Rule deleted.',
'Rule status changed.' => 'Rule status changed.',
'All valid POP/IMAP mailboxes in this account' => 'All valid POP/IMAP mailboxes in this account',
'Rule not found' => 'Rule not found',
'Sending period' => 'Sending period',
'Scope' => 'Scope',
'Actions' => 'Actions',
'Dynamic' => 'Dynamic',
'Snapshot' => 'Snapshot',
'To' => 'to',
'Back' => 'Back',
'Rule details' => 'Rule details',
'Selected' => 'Selected',
'Deleting this rule will disable the automatic reply created by this rule for covered mailboxes.' => 'Deleting this rule will disable the automatic reply created by this rule for covered mailboxes.',
];
+17
View File
@@ -12,6 +12,7 @@ return [
'Preview autoresponder' => 'Podgląd autorespondera',
'Subject' => 'Temat',
'Message body' => 'Treść wiadomości',
'Response content' => 'Treść odpowiedzi',
'Status' => 'Status',
'Enabled' => 'Włączony',
'Disabled' => 'Wyłączony',
@@ -19,6 +20,11 @@ return [
'End date' => 'Data zakończenia',
'Start hour' => 'Godzina rozpoczęcia',
'End hour' => 'Godzina zakończenia',
'Time' => 'Czas',
'Time of day' => 'Pora dnia',
'Morning' => 'Rano',
'Afternoon' => 'Po południu',
'Evening' => 'Wieczorem',
'Save autoresponder' => 'Zapisz autoresponder',
'Save changes' => 'Zapisz zmiany',
'Cancel' => 'Anuluj',
@@ -36,4 +42,15 @@ return [
'Rule deleted.' => 'Reguła została usunięta.',
'Rule status changed.' => 'Status reguły został zmieniony.',
'All valid POP/IMAP mailboxes in this account' => 'Wszystkie prawidłowe skrzynki POP/IMAP konta',
'Rule not found' => 'Nie znaleziono reguły',
'Sending period' => 'Okres wysyłki',
'Scope' => 'Zakres',
'Actions' => 'Akcje',
'Dynamic' => 'Dynamiczny',
'Snapshot' => 'Migawka',
'To' => 'do',
'Back' => 'Powrót',
'Rule details' => 'Szczegóły reguły',
'Selected' => 'Wybrano',
'Deleting this rule will disable the automatic reply created by this rule for covered mailboxes.' => 'Usunięcie reguły wyłączy odpowiedź automatyczną utworzoną przez tę regułę dla objętych skrzynek.',
];