Skip to content

Commit

Permalink
Merge pull request #72 from eneskomur/main
Browse files Browse the repository at this point in the history
Added tr translation
  • Loading branch information
marcogermani87 authored Jul 24, 2024
2 parents 134a069 + c314950 commit b25a285
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions resources/lang/tr/filament-email.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<?php

return [
'created_at' => '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' => 'İlk tarih',
'to_filter' => 'Son tarih',
'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',
];

0 comments on commit b25a285

Please sign in to comment.