Spielerpositionen, Statistiken, Fahrgemeinschaften, Spielfeld-Visualisierung
- PlayerPosition Enum (7 Handball-Positionen) mit Label/ShortLabel - Spielerstatistik pro Spiel (Tore, Würfe, TW-Paraden, Bemerkung) - Position-Dropdown in Spieler-Editor und Event-Stats-Formular - Statistik-Seite: TW zuerst, Trennlinie, Feldspieler, Position-Badges - Spielfeld-SVG mit Ampel-Performance (grün/gelb/rot) - Anklickbare Spieler im Spielfeld öffnen Detail-Modal - Fahrgemeinschaften (Anbieten, Zuordnen, Zurückziehen) - Übersetzungen in allen 6 Sprachen (de, en, pl, ru, ar, tr) - .gitignore für Laravel hinzugefügt - Demo-Daten mit Positionen und Statistiken Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -82,6 +82,24 @@ return [
|
||||
'parent_rep' => 'Przedstawiciel rodziców',
|
||||
'user' => 'Rodzic',
|
||||
],
|
||||
'player_position' => [
|
||||
'torwart' => 'Bramkarz',
|
||||
'links_aussen' => 'Lewe skrzydło',
|
||||
'rechts_aussen' => 'Prawe skrzydło',
|
||||
'rueckraum_links' => 'Lewy rozgrywający',
|
||||
'rueckraum_mitte' => 'Środkowy rozgrywający',
|
||||
'rueckraum_rechts' => 'Prawy rozgrywający',
|
||||
'kreislaeufer' => 'Kołowy',
|
||||
],
|
||||
'player_position_short' => [
|
||||
'torwart' => 'BR',
|
||||
'links_aussen' => 'LS',
|
||||
'rechts_aussen' => 'PS',
|
||||
'rueckraum_links' => 'LR',
|
||||
'rueckraum_mitte' => 'ŚR',
|
||||
'rueckraum_rechts' => 'PR',
|
||||
'kreislaeufer' => 'KO',
|
||||
],
|
||||
],
|
||||
'locales' => [
|
||||
'de' => 'Deutsch',
|
||||
|
||||
Reference in New Issue
Block a user