fix: harden backend synchronization

This commit is contained in:
Marek Miklewicz
2026-06-02 21:06:25 +02:00
parent 4b531a4c24
commit 64b62a5793
20 changed files with 254 additions and 16 deletions
+8
View File
@@ -52,5 +52,13 @@ return [
'Back' => 'Back',
'Rule details' => 'Rule details',
'Selected' => 'Selected',
'Mon' => 'Mon',
'Tue' => 'Tue',
'Wed' => 'Wed',
'Thu' => 'Thu',
'Fri' => 'Fri',
'Sat' => 'Sat',
'Sun' => 'Sun',
'DirectAdmin backend supports only one enabled global rule.' => 'DirectAdmin backend supports only one enabled global rule.',
'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.',
];
+8
View File
@@ -52,5 +52,13 @@ return [
'Back' => 'Powrót',
'Rule details' => 'Szczegóły reguły',
'Selected' => 'Wybrano',
'Mon' => 'Pn',
'Tue' => 'Wt',
'Wed' => 'Śr',
'Thu' => 'Cz',
'Fri' => 'Pt',
'Sat' => 'Sb',
'Sun' => 'Nd',
'DirectAdmin backend supports only one enabled global rule.' => 'Backend DirectAdmin obsługuje tylko jedną aktywną regułę globalną.',
'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.',
];