Files
opensourcepos/app/Plugins/MailchimpPlugin/Language/tr/MailchimpPlugin.php
objec c81cf4a5cc Translations for MailChimp Plugin
- Moved Language strings over to the plugin directory
- Removed them from the original language files (Config.php, Customers.php, Sales.php)
- Added translations for missing languages related to MailchimpPlugin.php

Signed-off-by: objec <objecttothis@gmail.com>
2026-04-14 17:44:22 +04:00

25 lines
1.3 KiB
PHP
Raw 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 [
'mailchimp' => 'Mailchimp',
'mailchimp_description' => 'Mailchimp ile entegre olarak, müşteriler oluşturulduğunda veya güncellendiğinde onları posta listeleriyle senkronize edin.',
'mailchimp_api_key' => 'Mailchimp API Anahtarı',
'mailchimp_api_key_required' => 'API anahtarı yapılandırılmadı',
'mailchimp_configuration' => 'Mailchimp Yapılandırması',
'mailchimp_customer_status' => 'MailChimp durumu',
'mailchimp_key_successfully' => 'API anahtarı geçerli.',
'mailchimp_key_unsuccessfully' => 'API anahtarı geçersiz.',
'mailchimp_lists' => 'Mailchimp Liste(leri)',
'mailchimp_tooltip' => 'API anahtarı için simgeye tıklayın.',
'mailchimp_activity_click' => 'E-posta tıklaması',
'mailchimp_activity_lastopen' => 'Son açılan e-posta',
'mailchimp_activity_open' => 'E-posta aç',
'mailchimp_activity_total' => 'E-posta gönder',
'mailchimp_activity_unopen' => 'E-posta açılmadı',
'mailchimp_email_client' => 'E-posta istemcisi',
'mailchimp_info' => 'MailChimp',
'mailchimp_member_rating' => 'Değerlendirme',
'mailchimp_status' => 'Durum',
'mailchimp_vip' => 'VİP',
];