mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-07-25 22:27:05 -04:00
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>
31 lines
1.6 KiB
PHP
31 lines
1.6 KiB
PHP
<?php
|
|
|
|
return [
|
|
'activity_click' => 'E-mail klik',
|
|
'activity_last_open' => 'Laatste geopende e-mail',
|
|
'activity_open' => 'E-mail open',
|
|
'activity_total' => 'E-mail verstuurd',
|
|
'activity_unopen' => 'E-mail ongeopend',
|
|
'api_key' => 'Mailchimp API-sleutel',
|
|
'api_key_required' => 'API-sleutel is niet geconfigureerd',
|
|
'configuration' => 'Mailchimp Configuratie',
|
|
'customer_status' => 'MailChimp Status',
|
|
'description' => 'Integreer met Mailchimp om klanten te synchroniseren met mailinglijsten wanneer ze worden aangemaakt of bijgewerkt.',
|
|
'email_client' => 'E-mailclient',
|
|
|
|
'info' => 'MailChimp',
|
|
'key_successfully' => 'API-sleutel is geldig.',
|
|
'key_unsuccessfully' => 'API-sleutel is ongeldig.',
|
|
'lists' => 'Mailchimp-lijst(en)',
|
|
'mailchimp' => 'Mailchimp',
|
|
'member_rating' => 'Beoordeling',
|
|
'none_selected_text' => '[Selecteren]',
|
|
'status' => 'Status',
|
|
'subscription_status_cleaned' => 'Gewist',
|
|
'subscription_status_pending' => 'In afwachting',
|
|
'subscription_status_subscribed' => 'Geabonneerd',
|
|
'subscription_status_unsubscribed' => 'Uitgeschreven',
|
|
'tooltip' => 'Klik op het icoon voor de API-sleutel.',
|
|
'vip' => 'VIP',
|
|
];
|