- 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>
64 lines
2.1 KiB
PHP
Executable File
64 lines
2.1 KiB
PHP
Executable File
<?php
|
|
return [
|
|
'title' => 'Events',
|
|
'no_events' => 'No events found.',
|
|
'no_upcoming' => 'No upcoming events.',
|
|
'upcoming_title' => 'Upcoming Events',
|
|
'cancelled_label' => 'Cancelled',
|
|
'draft_label' => 'Draft',
|
|
'cancelled_banner' => 'This event has been cancelled.',
|
|
'draft_banner' => 'Draft — only visible to admins.',
|
|
'back_to_list' => 'Back to event list',
|
|
'description' => 'Description',
|
|
'plan_route' => 'Plan route',
|
|
'start_navigation' => 'Start navigation',
|
|
'participants' => 'Participants',
|
|
'confirmations' => 'Accepted',
|
|
'rejections' => 'Declined',
|
|
'open_responses' => 'Open',
|
|
'participation_updated' => 'Participation updated.',
|
|
'catering' => 'Catering / Food',
|
|
'bring_something' => 'Bringing something',
|
|
'bring_nothing' => 'Not bringing anything',
|
|
'catering_note_placeholder' => 'e.g. Bringing cake',
|
|
'catering_updated' => 'Catering status updated.',
|
|
'no_catering_yet' => 'No catering commitments yet.',
|
|
'timekeeper' => 'Timekeeper',
|
|
'timekeeper_yes' => 'Yes, I can',
|
|
'timekeeper_no' => 'No',
|
|
'catering_short' => 'Catering',
|
|
'timekeeper_short' => 'Timekeeper',
|
|
'no_timekeeper_yet' => 'No timekeeper assigned yet.',
|
|
'timekeeper_updated' => 'Timekeeper status updated.',
|
|
'comments' => 'Comments',
|
|
'comment_placeholder' => 'Write a comment...',
|
|
'no_comments' => 'No comments yet.',
|
|
'comment_deleted' => '[Deleted]',
|
|
'confirm_delete_comment' => 'Delete comment?',
|
|
'comment_added' => 'Comment added.',
|
|
'comment_removed' => 'Comment deleted.',
|
|
'hello_user' => 'Hello, :name!',
|
|
'upcoming_events' => 'Upcoming Events',
|
|
'calendar' => 'Calendar',
|
|
'today' => 'Today',
|
|
'month_view' => 'Month',
|
|
'year_view' => 'Year',
|
|
|
|
// Files
|
|
'files' => 'Files',
|
|
'download' => 'Download',
|
|
'no_files' => 'No files attached.',
|
|
|
|
// Opponent & Score
|
|
'opponent' => 'Opponent',
|
|
'score' => 'Score',
|
|
'score_home' => 'Home',
|
|
'score_away' => 'Away',
|
|
'vs' => 'vs.',
|
|
|
|
// Staff visibility
|
|
'signed_up' => 'signed up',
|
|
'withdrawn' => 'withdrawn',
|
|
'deleted_label' => 'deleted',
|
|
];
|