Files
opensourcepos/app/Plugins/MailchimpPlugin/Language/uk/MailchimpPlugin.php
Travis Garrison 376b351f17 feat(MailchimpPlugin): add none_selected_text key to all language files
Add missing `none_selected_text` translation key to all locale files
and prepend a blank \"none selected\" option to the subscription status
dropdown in the customer tab view.

Signed-off-by: Travis Garrison <travis@chiraqbookstore.com>
2026-07-07 12:40:48 +04:00

31 lines
2.0 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
return [
'activity_click' => 'Кнопка електронної пошти',
'activity_last_open' => 'Останній відкритий лист',
'activity_open' => 'Лист прочитано',
'activity_total' => 'Відправлено електронною поштою',
'activity_unopen' => 'Лист непрочитано',
'api_key' => 'API-ключ Mailchimp',
'api_key_required' => 'API-ключ не налаштовано',
'configuration' => 'Конфігурація Mailchimp',
'customer_status' => 'Статус клієнта mailchimp',
'description' => 'Інтегруйте Mailchimp для синхронізації клієнтів зі списками розсилки при їх створенні або оновленні.',
'email_client' => 'Поштовий клієнт',
'info' => 'MailChimp',
'key_successfully' => 'API-ключ дійсний.',
'key_unsuccessfully' => 'API-ключ недійсний.',
'lists' => 'Список(и) Mailchimp',
'mailchimp' => 'Mailchimp',
'member_rating' => 'Рейтинг',
'none_selected_text' => 'Виберіть',
'status' => 'Статус',
'subscription_status_cleaned' => 'Очищено',
'subscription_status_pending' => 'В очікуванні',
'subscription_status_subscribed' => 'Підписано',
'subscription_status_unsubscribed' => 'Відписано',
'tooltip' => 'Натисніть на іконку для отримання API-ключа.',
'vip' => 'VIP',
];