mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-07-26 14:47:06 -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.7 KiB
PHP
31 lines
1.7 KiB
PHP
<?php
|
|
|
|
return [
|
|
'activity_click' => 'E-Mail-Klick',
|
|
'activity_last_open' => 'Zuletzt geöffnete E-Mail',
|
|
'activity_open' => 'E-Mail geöffnet',
|
|
'activity_total' => 'E-Mail gesendet',
|
|
'activity_unopen' => 'E-Mail nicht geöffnet',
|
|
'api_key' => 'Mailchimp API-Schlüssel',
|
|
'api_key_required' => 'API-Schlüssel nicht konfiguriert',
|
|
'configuration' => 'Mailchimp Konfiguration',
|
|
'customer_status' => 'Mailchimp Status',
|
|
'description' => 'Integrieren Sie Mailchimp, um Kunden beim Erstellen oder Aktualisieren mit Mailinglisten zu synchronisieren.',
|
|
'email_client' => 'E-Mail-Client',
|
|
|
|
'info' => 'Mailchimp',
|
|
'key_successfully' => 'API-Schlüssel ist gültig.',
|
|
'key_unsuccessfully' => 'API-Schlüssel ist ungültig.',
|
|
'lists' => 'Mailchimp-Liste(n)',
|
|
'mailchimp' => 'Mailchimp',
|
|
'member_rating' => 'Bewertung',
|
|
'none_selected_text' => 'Nothing selected',
|
|
'status' => 'Status',
|
|
'subscription_status_cleaned' => 'Bereinigt',
|
|
'subscription_status_pending' => 'Ausstehend',
|
|
'subscription_status_subscribed' => 'Abonniert',
|
|
'subscription_status_unsubscribed' => 'Abgemeldet',
|
|
'tooltip' => 'Klicken Sie auf das Symbol für einen API-Schlüssel.',
|
|
'vip' => 'VIP',
|
|
];
|