mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-07-29 16:17:05 -04:00
- 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>
25 lines
1.6 KiB
PHP
25 lines
1.6 KiB
PHP
<?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',
|
||
];
|