Files
opensourcepos/app/Plugins/MailchimpPlugin/Language/he/MailchimpPlugin.php
Travis Garrison 376b351f17 feat(MailchimpPlugin): add none_selected_text key to all language files
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>
2026-07-07 12:40:48 +04:00

31 lines
1.8 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 [
'activity_click' => 'לחץ לאימייל',
'activity_last_open' => 'אימייל אחרון שנפתח',
'activity_open' => 'אימייל פתוח',
'activity_total' => 'אימייל נשלח',
'activity_unopen' => 'אימייל לא פתוח',
'api_key' => 'מפתח API של Mailchimp',
'api_key_required' => 'מפתח API לא הוגדר',
'configuration' => 'הגדרות Mailchimp',
'customer_status' => 'מצב Mailchimp',
'description' => 'שלב את Mailchimp כדי לסנכרן לקוחות לרשימות תפוצה כאשר הם נוצרים או מעודכנים.',
'email_client' => 'לקוח אימייל',
'info' => 'Mailchimp',
'key_successfully' => 'מפתח ה-API תקין.',
'key_unsuccessfully' => 'מפתח ה-API אינו תקין.',
'lists' => 'רשימה(ות) של Mailchimp',
'mailchimp' => 'Mailchimp',
'member_rating' => 'דירוג',
'none_selected_text' => '[בחר]',
'status' => 'סטטוס',
'subscription_status_cleaned' => 'נוקה',
'subscription_status_pending' => 'ממתין',
'subscription_status_subscribed' => 'מנוי',
'subscription_status_unsubscribed' => 'ביטול מנוי',
'tooltip' => 'לחץ על האייקון עבור מפתח API.',
'vip' => 'VIP',
];