mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-06-07 15:14:25 -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.8 KiB
PHP
25 lines
1.8 KiB
PHP
<?php
|
|
|
|
return [
|
|
'mailchimp' => 'Mailchimp',
|
|
'description' => 'เชื่อมต่อกับ Mailchimp เพื่อซิงโครไนซ์ลูกค้าเข้ากับรายการเมล์เมื่อมีการสร้างหรืออัปเดต',
|
|
'api_key' => 'คีย์ API ของ Mailchimp',
|
|
'api_key_required' => 'ไม่ได้กำหนดคีย์ API',
|
|
'configuration' => 'การกำหนดค่า Mailchimp',
|
|
'customer_status' => 'สถานะของระบบส่งเมล์เมล์ชิม',
|
|
'key_successfully' => 'คีย์ API ถูกต้อง',
|
|
'key_unsuccessfully' => 'คีย์ API ไม่ถูกต้อง',
|
|
'lists' => 'รายการ Mailchimp',
|
|
'tooltip' => 'คลิกที่ไอคอนเพื่อดูคีย์ API',
|
|
'activity_click' => 'คลิ๊กอีเมล',
|
|
'activity_lastopen' => 'อีเมลที่เปิดล่าสุด',
|
|
'activity_open' => 'เปิดอีเมล',
|
|
'activity_total' => 'ส่งอีเมล',
|
|
'activity_unopen' => 'ไม่เปิดอีเมล',
|
|
'email_client' => 'โปรแกรมรับส่งเมล',
|
|
'info' => 'ระบบส่งอีเมล์ชิม',
|
|
'member_rating' => 'ระดับ',
|
|
'status' => 'สถานะ',
|
|
'vip' => 'วีไอพี',
|
|
];
|