mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-29 18:55:53 -04:00
- Remove unneeded language line from MailchimpPlugin - Update README.md - Normalized fields_required_message Signed-off-by: objec <objecttothis@gmail.com>
30 lines
1.6 KiB
PHP
30 lines
1.6 KiB
PHP
<?php
|
|
|
|
return [
|
|
'activity_click' => 'Kliknięcie w e-mail',
|
|
'activity_last_open' => 'Ostatni otwarty e-mail',
|
|
'activity_open' => 'Otwarcie e-maila',
|
|
'activity_total' => 'E-mail wysłany',
|
|
'activity_unopen' => 'E-mail nieotwarty',
|
|
'api_key' => 'Klucz API Mailchimp',
|
|
'api_key_required' => 'Klucz API nie został skonfigurowany',
|
|
'configuration' => 'Konfiguracja Mailchimp',
|
|
'customer_status' => 'Status klienta Mailchimp',
|
|
'description' => 'Zintegruj się z Mailchimp, aby synchronizować klientów z listami mailingowymi podczas ich tworzenia lub aktualizacji.',
|
|
'email_client' => 'Klient e-mail',
|
|
|
|
'info' => 'Mailchimp',
|
|
'key_successfully' => 'Klucz API jest poprawny.',
|
|
'key_unsuccessfully' => 'Klucz API jest nieprawidłowy.',
|
|
'lists' => 'Lista(y) Mailchimp',
|
|
'mailchimp' => 'Mailchimp',
|
|
'member_rating' => 'Ocena',
|
|
'status' => 'Status',
|
|
'subscription_status_cleaned' => 'Wyczyszczono',
|
|
'subscription_status_pending' => 'Oczekujący',
|
|
'subscription_status_subscribed' => 'Subskrybent',
|
|
'subscription_status_unsubscribed' => 'Wypisany',
|
|
'tooltip' => 'Kliknij ikonę, aby uzyskać klucz API.',
|
|
'vip' => 'VIP',
|
|
];
|