Files
opensourcepos/app/Plugins/MailchimpPlugin/Language/he/MailchimpPlugin.php
objec c217fd770c Language Strings refactor
- 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>
2026-04-21 16:37:09 +04:00

25 lines
1.4 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 [
'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',
];