Files
opensourcepos/app/Plugins/MailchimpPlugin/Language/uk/MailchimpPlugin.php
objec c217fd770c Language Strings refactor
- Remove the `mailchimp_` prefix from strings as it is redundant.
- Replace `"` with `'` to avoid calling the PHP string parser when not needed.
- Correct the French translation of a phrase for the tooltip.
- Resort strings alphabetically.
- Add strings representing subscription statuses.

Signed-off-by: objec <objecttothis@gmail.com>
2026-04-21 16:37:09 +04:00

25 lines
1.6 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 [
'mailchimp' => 'Mailchimp',
'description' => 'Інтегруйте Mailchimp для синхронізації клієнтів зі списками розсилки при їх створенні або оновленні.',
'api_key' => 'API-ключ Mailchimp',
'api_key_required' => 'API-ключ не налаштовано',
'configuration' => 'Конфігурація Mailchimp',
'customer_status' => 'Статус клієнта mailchimp',
'key_successfully' => 'API-ключ дійсний.',
'key_unsuccessfully' => 'API-ключ недійсний.',
'lists' => 'Список(и) Mailchimp',
'tooltip' => 'Натисніть на іконку для отримання API-ключа.',
'activity_click' => 'Кнопка електронної пошти',
'activity_lastopen' => 'Останній відкритий лист',
'activity_open' => 'Лист прочитано',
'activity_total' => 'Відправлено електронною поштою',
'activity_unopen' => 'Лист непрочитано',
'email_client' => 'Поштовий клієнт',
'info' => 'MailChimp',
'member_rating' => 'Рейтинг',
'status' => 'Статус',
'vip' => 'VIP',
];