Sync global-autoresponder current state
This commit is contained in:
+22
-4
@@ -3,20 +3,21 @@ declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'Global autoresponders' => 'Globalne autorespondery',
|
||||
'Manage automatic replies for account mailboxes' => 'Zarządzanie odpowiedziami dla skrzynek pocztowych konta',
|
||||
'Dashboard' => 'Pulpit',
|
||||
'AUTORESPONDERS' => 'Lista globalnych autoresponderów',
|
||||
'ADD AUTORESPONDER' => 'Dodaj Globalny autoresponder',
|
||||
'Add autoresponder' => 'Dodaj autoresponder',
|
||||
'Edit autoresponder' => 'Edytuj autoresponder',
|
||||
'Preview autoresponder' => 'Podgląd autorespondera',
|
||||
'Autoresponder name' => 'Nazwa autorespondera',
|
||||
'Autoresponder name help' => 'Ta nazwa jest wykorzystywana tylko w celach opisowych i nie jest używana do pracy autorespondera.',
|
||||
'Unnamed autoresponder' => 'Autoresponder bez nazwy',
|
||||
'Subject' => 'Temat',
|
||||
'Subject prefix' => 'Przedrostek tematu',
|
||||
'Original subject suffix' => ': pierwotny temat',
|
||||
'Message body' => 'Treść wiadomości',
|
||||
'Response content' => 'Treść odpowiedzi',
|
||||
'Response frequency' => 'Częstość odpowiedzi',
|
||||
'Send automatic reply for every message' => 'Wysyłaj automatyczną odpowiedź dla każdej wiadomości',
|
||||
'1 minute' => '1 minuta',
|
||||
'10 minutes' => '10 minut',
|
||||
'30 minutes' => '30 minut',
|
||||
@@ -61,14 +62,19 @@ return [
|
||||
'Confirm deletion' => 'Potwierdź usunięcie',
|
||||
'Delete autoresponder' => 'Usuń autoresponder',
|
||||
'Do not delete' => 'Nie usuwaj',
|
||||
'Delete confirmation question' => 'Czy napewno chcesz usunąć globalny autoresponder {name} utworzony {created}?',
|
||||
'Yes' => 'Tak',
|
||||
'No' => 'Nie',
|
||||
'No global autoresponders' => 'Brak globalnych autoresponderów',
|
||||
'Rule created.' => 'Reguła została utworzona.',
|
||||
'Rule updated.' => 'Reguła została zaktualizowana.',
|
||||
'Rule deleted.' => 'Reguła została usunięta.',
|
||||
'Global autoresponder deleted.' => 'Globalny autoresponder {name} został usunięty.',
|
||||
'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',
|
||||
'Created' => 'Utworzono',
|
||||
'Updated' => 'Zaktualizowano',
|
||||
'Scope' => 'Zakres',
|
||||
'Actions' => 'Akcje',
|
||||
'Dynamic' => 'Dynamiczny',
|
||||
@@ -84,6 +90,18 @@ return [
|
||||
'Fri' => 'Pt',
|
||||
'Sat' => 'Sb',
|
||||
'Sun' => 'Nd',
|
||||
'DirectAdmin backend supports only one enabled global rule.' => 'Backend DirectAdmin obsługuje tylko jedną aktywną regułę globalną.',
|
||||
'Only one active autoresponder' => 'Tylko jeden aktywny autoresponder',
|
||||
'Active autoresponder exists for user.' => 'Dla użytkownika {user} istnieje już globalny autoresponder o nazwie {name}, utworzony dnia {created}.',
|
||||
'Only one global autoresponder can be active per user.' => 'W ramach użytkownika może być aktywny tylko jeden globalny autoresponder.',
|
||||
'Enable new and disable previous' => 'Włącz autoresponder ({new}) i wyłącz poprzedni ({old})',
|
||||
'Add as disabled' => 'Dodaj autoresponder ({name}) jako wyłączony',
|
||||
'Enable autoresponder' => 'Włącz autoresponder',
|
||||
'Native autoresponders already exist' => 'Istnieją natywne autorespondery',
|
||||
'Native autoresponders exist for user.' => 'użytkownik {user} ma już utworzone natywne autorespondery / wiadomości przy użyciu opcji autorespondery / wiadomość urlopowa w DirectAdminie.',
|
||||
'Email address' => 'Adres e-mail',
|
||||
'Domain' => 'Domena',
|
||||
'Mailbox' => 'Skrzynka',
|
||||
'Native autoresponders removal warning' => 'Istniejące autorespondery / wiadomości urlopowe zostaną usunięte w przypadku kontynuacji.',
|
||||
'Remove existing autoresponders' => 'USUŃ ISTNIEJĄCE AUTORESPONDERY',
|
||||
'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.',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user