Erweiterte Spielerstatistiken: 7-Meter, Strafen, Spielzeit

Neue Metriken für Jugendhandball: 7m-Würfe/-Tore, Gelbe Karten,
2-Minuten-Strafen und Spielzeit. Migration, Model, Controller, Views
und Übersetzungen (6 Sprachen) vollständig implementiert.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Rhino
2026-03-02 23:50:03 +01:00
parent ee89141628
commit f24f7f12a3
12 changed files with 303 additions and 31 deletions

View File

@@ -89,6 +89,12 @@ return [
'stats_note' => 'ملاحظة',
'stats_hit_rate' => 'نسبة الإصابة',
'stats_save_rate' => 'نسبة التصدي',
'stats_penalty_shots' => 'رميات 7م',
'stats_penalty_goals' => 'أهداف 7م',
'stats_yellow_cards' => 'بطاقة صفراء',
'stats_two_min' => '2 دقيقة',
'stats_playing_time_short' => 'دقيقة',
'stats_cards' => 'عقوبات',
'stats_no_data' => 'لا توجد بيانات إحصائية.',
'stats_position' => 'المركز',

View File

@@ -102,6 +102,12 @@ return [
'stats_note' => 'Bemerkung',
'stats_hit_rate' => 'Trefferquote',
'stats_save_rate' => 'Fangquote',
'stats_penalty_shots' => '7m-Würfe',
'stats_penalty_goals' => '7m-Tore',
'stats_yellow_cards' => 'Gelbe K.',
'stats_two_min' => '2-Min',
'stats_playing_time_short' => 'Min.',
'stats_cards' => 'Strafen',
'stats_no_data' => 'Keine Statistikdaten.',
'stats_position' => 'Position',

View File

@@ -88,6 +88,12 @@ return [
'stats_note' => 'Note',
'stats_hit_rate' => 'Hit rate',
'stats_save_rate' => 'Save rate',
'stats_penalty_shots' => 'Pen. shots',
'stats_penalty_goals' => 'Pen. goals',
'stats_yellow_cards' => 'Yellow C.',
'stats_two_min' => '2-Min',
'stats_playing_time_short' => 'Min.',
'stats_cards' => 'Cards',
'stats_no_data' => 'No statistics data.',
'stats_position' => 'Position',

View File

@@ -89,6 +89,12 @@ return [
'stats_note' => 'Uwaga',
'stats_hit_rate' => 'Skuteczność',
'stats_save_rate' => 'Skuteczność obron',
'stats_penalty_shots' => 'Rzuty 7m',
'stats_penalty_goals' => 'Bramki 7m',
'stats_yellow_cards' => 'Żółte k.',
'stats_two_min' => '2-Min',
'stats_playing_time_short' => 'Min.',
'stats_cards' => 'Kary',
'stats_no_data' => 'Brak danych statystycznych.',
'stats_position' => 'Pozycja',

View File

@@ -102,6 +102,12 @@ return [
'stats_note' => 'Примечание',
'stats_hit_rate' => 'Процент попаданий',
'stats_save_rate' => 'Процент отражений',
'stats_penalty_shots' => 'Бр. 7м',
'stats_penalty_goals' => 'Голы 7м',
'stats_yellow_cards' => 'Жёлт. к.',
'stats_two_min' => '2 мин',
'stats_playing_time_short' => 'Мин.',
'stats_cards' => 'Наказания',
'stats_no_data' => 'Нет данных статистики.',
'stats_position' => 'Позиция',

View File

@@ -89,6 +89,12 @@ return [
'stats_note' => 'Not',
'stats_hit_rate' => 'İsabet oranı',
'stats_save_rate' => 'Kurtarış oranı',
'stats_penalty_shots' => '7m atış',
'stats_penalty_goals' => '7m gol',
'stats_yellow_cards' => 'Sarı k.',
'stats_two_min' => '2 dk',
'stats_playing_time_short' => 'Dk.',
'stats_cards' => 'Cezalar',
'stats_no_data' => 'İstatistik verisi yok.',
'stats_position' => 'Pozisyon',