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' => '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.',
];