generated from spatie/package-skeleton-laravel
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #72 from eneskomur/main
Added tr translation
- Loading branch information
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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', | ||
]; |