Stand: SMTP-Test, Admin-Mail-Tab, Notifiable-Fix, Lazy-Quill
- Fix: Notifiable-Trait zum User-Model hinzugefuegt (behebt notify()-500er) - Installer: SMTP-Verbindungstest mit EsmtpTransport + Ueberspringen-Link - Admin: Neuer E-Mail-Tab mit SMTP-Konfiguration + Verbindungstest - Admin: Lazy Quill-Initialisierung (nur sichtbare Locale wird geladen) - Uebersetzungen: 17 neue Mail-Keys in allen 6 Sprachen Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
44
lang/tr/profile.php
Executable file
44
lang/tr/profile.php
Executable file
@@ -0,0 +1,44 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'title' => 'Profilim',
|
||||
'name_label' => 'Ad',
|
||||
'email_label' => 'E-Posta',
|
||||
'email_readonly' => 'E-posta adresi değiştirilemez.',
|
||||
'phone_label' => 'Telefon (cep)',
|
||||
'role_label' => 'Rol',
|
||||
'language_label' => 'Dil',
|
||||
'my_children' => 'Çocuklarım',
|
||||
'updated' => 'Profil güncellendi.',
|
||||
|
||||
// Profil Fotoğrafı
|
||||
'profile_picture' => 'Profil Fotoğrafı',
|
||||
'upload_picture' => 'Fotoğraf yükle',
|
||||
'remove_picture' => 'Fotoğrafı kaldır',
|
||||
'max_picture_size' => 'Maks. 2 MB (JPG, PNG, GIF, WEBP)',
|
||||
|
||||
// KVKK onayı
|
||||
'dsgvo_title' => 'KVKK Onay Beyanı',
|
||||
'dsgvo_description' => 'İmzalanmış onay beyanını fotoğraf veya PDF olarak buraya yükleyin. Bir beyan her iki ebeveyn için ortaklaşa geçerlidir.',
|
||||
'dsgvo_upload' => 'Beyanı yükle',
|
||||
'dsgvo_replace' => 'Değiştir',
|
||||
'dsgvo_remove' => 'Beyanı kaldır',
|
||||
'dsgvo_file_hint' => 'PDF veya resim (maks. 10 MB)',
|
||||
'dsgvo_uploaded' => 'Onay beyanı yüklendi.',
|
||||
'dsgvo_removed' => 'Onay beyanı kaldırıldı.',
|
||||
'dsgvo_view' => 'Görüntüle',
|
||||
'dsgvo_confirmed' => 'Onaylandı',
|
||||
'dsgvo_pending' => 'Yönetici/antrenör tarafından onay bekleniyor',
|
||||
'dsgvo_confirmed_by' => ':name tarafından :date tarihinde onaylandı',
|
||||
'dsgvo_confirm_remove' => 'Onay beyanını gerçekten kaldırmak istiyor musunuz? Mevcut onay da sıfırlanacak.',
|
||||
|
||||
// Hesap silme
|
||||
'danger_zone' => 'Tehlikeli Bölge',
|
||||
'delete_account' => 'Hesabı Sil',
|
||||
'delete_account_hint' => 'Profiliniz devre dışı bırakılacak ve 7 gün içinde yönetici tarafından geri yüklenebilir. Geçmiş veriler (yorumlar, katılımlar) korunacaktır.',
|
||||
'delete_warning_children' => 'Dikkat: Aşağıdaki çocukların tek ebeveynisiniz. Onlar da devre dışı bırakılacak:',
|
||||
'delete_confirm' => 'Hesabınızı gerçekten silmek istiyor musunuz? Bu işlem yalnızca yönetici tarafından geri alınabilir.',
|
||||
'account_deleted' => 'Hesabınız silindi.',
|
||||
'cannot_delete_admin' => 'Yönetici hesabı silinemez.',
|
||||
'cannot_delete_staff' => 'Antrenörler ve yöneticiler hesaplarını profil sayfasından silemez.',
|
||||
];
|
||||
Reference in New Issue
Block a user