From 10c20346c4ac1107493f028edc7bb4dd06e7f035 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enes=20K=C3=B6m=C3=BCr?= Date: Wed, 24 Jul 2024 18:42:43 +0300 Subject: [PATCH 1/2] Added tr translation --- resources/lang/tr/filament-email.php | 32 ++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 resources/lang/tr/filament-email.php diff --git a/resources/lang/tr/filament-email.php b/resources/lang/tr/filament-email.php new file mode 100644 index 0000000..c7f5dac --- /dev/null +++ b/resources/lang/tr/filament-email.php @@ -0,0 +1,32 @@ + 'Oluşturulma tarihi', + 'sent_at' => 'Gönderilme tarihi', + 'html' => 'HTML', + 'text' => 'Metin', + 'raw' => 'Ham Veri', + 'debug_info' => 'Hata ayıklama bilgisi', + 'cc' => 'Cc', + 'to' => 'Alıcı', + 'from' => 'Gönderen', + 'header' => 'Üstbilgiler', + 'resend_email_heading' => 'E-postayı yeniden gönder', + 'resend_email_description' => 'Bu e-postayı yeniden göndermek istediğinize emin misiniz?', + 'resend_email_success' => 'E-posta başarıyla gönderildi', + 'resend_email_error' => 'E-posta gönderilemedi, dahili hata', + 'email_log' => 'Gönderilen E-postalar', + 'subject' => 'Konu', + 'from_filter' => 'Gönderen', + 'to_filter' => 'Alıcı', + 'navigation_label' => 'Gönderilen E-postalar', + 'navigation_group' => 'Yönetim', + 'bcc' => 'Bcc', + 'insert_multiple_email_placelholder' => 'Bir veya daha fazla e-posta girin', + 'update_and_resend_email_heading' => 'E-postayı güncelle ve yeniden gönder', + 'attachments' => 'Ekler', + 'download' => 'İndir', + 'download_attachment_error' => 'Eki indirme başarısız!', + 'add_attachments' => 'Dosya ekle', + 'attachments_number' => ':count ek|:count ek', +]; \ No newline at end of file From c314950975efa43845ceb0cc79f988d2bd901919 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enes=20K=C3=B6m=C3=BCr?= Date: Wed, 24 Jul 2024 18:52:19 +0300 Subject: [PATCH 2/2] from_fikter and to_filter tr lang edited --- resources/lang/tr/filament-email.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/tr/filament-email.php b/resources/lang/tr/filament-email.php index c7f5dac..75c773e 100644 --- a/resources/lang/tr/filament-email.php +++ b/resources/lang/tr/filament-email.php @@ -17,8 +17,8 @@ 'resend_email_error' => 'E-posta gönderilemedi, dahili hata', 'email_log' => 'Gönderilen E-postalar', 'subject' => 'Konu', - 'from_filter' => 'Gönderen', - 'to_filter' => 'Alıcı', + 'from_filter' => 'İlk tarih', + 'to_filter' => 'Son tarih', 'navigation_label' => 'Gönderilen E-postalar', 'navigation_group' => 'Yönetim', 'bcc' => 'Bcc',