mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-30 03:07:56 -04:00
- Add strings representing subscription statuses. - Resort strings alphabetically per standard practice. - Aligned strings. - Corrected es_ES string error Signed-off-by: objec <objecttothis@gmail.com>
29 lines
1.6 KiB
PHP
29 lines
1.6 KiB
PHP
<?php
|
||
|
||
return [
|
||
'activity_click' => 'E-posta tıklaması',
|
||
'activity_lastopen' => 'Son açılan e-posta',
|
||
'activity_open' => 'E-posta aç',
|
||
'activity_total' => 'E-posta gönder',
|
||
'activity_unopen' => 'E-posta açılmadı',
|
||
'api_key' => 'Mailchimp API Anahtarı',
|
||
'api_key_required' => 'API anahtarı yapılandırılmadı',
|
||
'configuration' => 'Mailchimp Yapılandırması',
|
||
'customer_status' => 'MailChimp durumu',
|
||
'description' => 'Mailchimp ile entegre olarak, müşteriler oluşturulduğunda veya güncellendiğinde onları posta listeleriyle senkronize edin.',
|
||
'email_client' => 'E-posta istemcisi',
|
||
'info' => 'MailChimp',
|
||
'key_successfully' => 'API anahtarı geçerli.',
|
||
'key_unsuccessfully' => 'API anahtarı geçersiz.',
|
||
'lists' => 'Mailchimp Liste(leri)',
|
||
'mailchimp' => 'Mailchimp',
|
||
'member_rating' => 'Değerlendirme',
|
||
'status' => 'Durum',
|
||
'subscription_status_cleaned' => 'Temizlendi',
|
||
'subscription_status_pending' => 'Beklemede',
|
||
'subscription_status_subscribed' => 'Abone',
|
||
'subscription_status_unsubscribed' => 'Abonelikten Çıktı',
|
||
'tooltip' => 'API anahtarı için simgeye tıklayın.',
|
||
'vip' => 'VİP',
|
||
];
|