mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-06-02 04:40:17 -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.5 KiB
PHP
25 lines
1.5 KiB
PHP
<?php
|
|
|
|
return [
|
|
'mailchimp' => 'Mailchimp',
|
|
'description' => 'برای همگامسازی مشتریان با لیستهای ایمیل هنگام ایجاد یا بهروزرسانی، با Mailchimp ادغام کنید.',
|
|
'api_key' => 'کلید API میلچیمپ',
|
|
'api_key_required' => 'کلید API پیکربندی نشده است',
|
|
'configuration' => 'پیکربندی میلچیمپ',
|
|
'customer_status' => 'وضعیت Mailchimp',
|
|
'key_successfully' => 'کلید API معتبر است.',
|
|
'key_unsuccessfully' => 'کلید API نامعتبر است.',
|
|
'lists' => 'لیست(های) میلچیمپ',
|
|
'tooltip' => 'برای کلید API روی آیکون کلیک کنید.',
|
|
'activity_click' => 'کلیک بر روی ایمیل',
|
|
'activity_lastopen' => 'آخرین ایمیل باز',
|
|
'activity_open' => 'باز کردن ایمیل',
|
|
'activity_total' => 'ایمیل ارسال شد',
|
|
'activity_unopen' => 'ایمیل باز نشده',
|
|
'email_client' => 'مشتری ایمیل',
|
|
'info' => 'میلچیمپ',
|
|
'member_rating' => 'رتبه بندی',
|
|
'status' => 'وضعیت',
|
|
'vip' => 'VIP',
|
|
];
|