mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-06-04 13:49:12 -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.3 KiB
PHP
25 lines
1.3 KiB
PHP
<?php
|
|
|
|
return [
|
|
'mailchimp' => 'Mailchimp',
|
|
'description' => 'Integrujte Mailchimp pro synchronizaci zákazníků s e-mailovými seznamy při jejich vytváření nebo aktualizaci.',
|
|
'api_key' => 'API klíč Mailchimp',
|
|
'api_key_required' => 'API klíč není nakonfigurován',
|
|
'configuration' => 'Konfigurace Mailchimp',
|
|
'customer_status' => 'Stav mailchimp',
|
|
'key_successfully' => 'API klíč je platný.',
|
|
'key_unsuccessfully' => 'API klíč není platný.',
|
|
'lists' => 'Seznam(y) Mailchimp',
|
|
'tooltip' => 'Klikněte na ikonu pro API klíč.',
|
|
'activity_click' => 'Kliknutí na e-mail',
|
|
'activity_lastopen' => 'Poslední otevřený email',
|
|
'activity_open' => 'E-mail otevřen',
|
|
'activity_total' => 'E-mail odeslán',
|
|
'activity_unopen' => 'E-mail neotevřen',
|
|
'email_client' => 'E-mailový klient',
|
|
'info' => 'Mailchimp',
|
|
'member_rating' => 'Hodnocení',
|
|
'status' => 'Stav',
|
|
'vip' => 'VIP',
|
|
];
|