Files
opensourcepos/app/Plugins/MailchimpPlugin/Language/tr/MailchimpPlugin.php
Travis Garrison 376b351f17 feat(MailchimpPlugin): add none_selected_text key to all language files
Add missing `none_selected_text` translation key to all locale files
and prepend a blank \"none selected\" option to the subscription status
dropdown in the customer tab view.

Signed-off-by: Travis Garrison <travis@chiraqbookstore.com>
2026-07-07 12:40:48 +04:00

30 lines
1.7 KiB
PHP
Raw Permalink 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 [
'activity_click' => 'E-posta tıklaması',
'activity_last_open' => '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',
'none_selected_text' => '[Seç]',
'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',
];