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:
63
lang/en/events.php
Executable file
63
lang/en/events.php
Executable file
@@ -0,0 +1,63 @@
|
||||
<?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',
|
||||
];
|
||||
Reference in New Issue
Block a user