Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added tr translation #72

Merged
merged 2 commits into from
Jul 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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',
];