- 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>
65 lines
2.2 KiB
PHP
Executable File
65 lines
2.2 KiB
PHP
Executable File
<?php
|
||
|
||
return [
|
||
'title' => 'Etkinlikler',
|
||
'no_events' => 'Etkinlik bulunamadı.',
|
||
'no_upcoming' => 'Yaklaşan etkinlik yok.',
|
||
'upcoming_title' => 'Yaklaşan Etkinlikler',
|
||
'cancelled_label' => 'İptal Edildi',
|
||
'draft_label' => 'Taslak',
|
||
'cancelled_banner' => 'Bu etkinlik iptal edildi.',
|
||
'draft_banner' => 'Taslak — yalnızca yöneticiler görebilir.',
|
||
'back_to_list' => 'Etkinlik listesine dön',
|
||
'description' => 'Açıklama',
|
||
'plan_route' => 'Rota planla',
|
||
'start_navigation' => 'Navigasyonu başlat',
|
||
'participants' => 'Katılımcılar',
|
||
'confirmations' => 'Katılımlar',
|
||
'rejections' => 'İptaller',
|
||
'open_responses' => 'Açık',
|
||
'participation_updated' => 'Katılım güncellendi.',
|
||
'catering' => 'İkram / Yiyecek',
|
||
'bring_something' => 'Bir şey getireceğim',
|
||
'bring_nothing' => 'Bir şey getirmeyeceğim',
|
||
'catering_note_placeholder' => 'örn. Kek getireceğim',
|
||
'catering_updated' => 'İkram durumu güncellendi.',
|
||
'no_catering_yet' => 'Henüz ikram taahhüdü yok.',
|
||
'timekeeper' => 'Zaman Tutucusu',
|
||
'timekeeper_yes' => 'Evet, yapabilirim',
|
||
'timekeeper_no' => 'Hayır',
|
||
'catering_short' => 'İkram',
|
||
'timekeeper_short' => 'Zaman Tutucusu',
|
||
'no_timekeeper_yet' => 'Henüz zaman tutucusu atanmadı.',
|
||
'timekeeper_updated' => 'Zaman tutucusu durumu güncellendi.',
|
||
'comments' => 'Yorumlar',
|
||
'comment_placeholder' => 'Yorum yaz...',
|
||
'no_comments' => 'Henüz yorum yok.',
|
||
'comment_deleted' => '[Silindi]',
|
||
'confirm_delete_comment' => 'Yorum silinsin mi?',
|
||
'comment_added' => 'Yorum eklendi.',
|
||
'comment_removed' => 'Yorum silindi.',
|
||
'hello_user' => 'Merhaba, :name!',
|
||
'upcoming_events' => 'Yaklaşan Etkinlikler',
|
||
'calendar' => 'Takvim',
|
||
'today' => 'Bugün',
|
||
'month_view' => 'Ay',
|
||
'year_view' => 'Yıl',
|
||
|
||
// Dosyalar
|
||
'files' => 'Dosyalar',
|
||
'download' => 'İndir',
|
||
'no_files' => 'Ekli dosya yok.',
|
||
|
||
// Rakip ve Skor
|
||
'opponent' => 'Rakip',
|
||
'score' => 'Skor',
|
||
'score_home' => 'Ev Sahibi',
|
||
'score_away' => 'Deplasman',
|
||
'vs' => 'vs.',
|
||
|
||
// Staff visibility
|
||
'signed_up' => 'kaydoldu',
|
||
'withdrawn' => 'çekildi',
|
||
'deleted_label' => 'silindi',
|
||
];
|