mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-07-27 23:27:04 -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.9 KiB
PHP
25 lines
1.9 KiB
PHP
<?php
|
|
|
|
return [
|
|
'mailchimp' => 'Mailchimp',
|
|
'description' => 'ഉപഭോക്താക്കളെ സൃഷ്ടിക്കുമ്പോഴോ പുതുക്കുമ്പോഴോ അവരെ മെയിലിംഗ് ലിസ്റ്റുകളിലേക്ക് സിൻക്രണൈസ് ചെയ്യാൻ Mailchimp-മായി സംയോജിപ്പിക്കുക.',
|
|
'api_key' => 'Mailchimp API കീ',
|
|
'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',
|
|
];
|