feat: add localization for no matches played and not part of any group
This commit is contained in:
@@ -303,6 +303,9 @@ class AppLocalizationsDe extends AppLocalizations {
|
||||
@override
|
||||
String get no_matches_created_yet => 'Noch keine Spiele erstellt';
|
||||
|
||||
@override
|
||||
String get no_matches_played_yet => 'Noch kein Spiel gespielt';
|
||||
|
||||
@override
|
||||
String get no_players_created_yet => 'Noch keine Spieler:in erstellt';
|
||||
|
||||
@@ -334,6 +337,9 @@ class AppLocalizationsDe extends AppLocalizations {
|
||||
@override
|
||||
String get not_available => 'Nicht verfügbar';
|
||||
|
||||
@override
|
||||
String get not_part_of_any_group => 'Noch keiner Gruppe hinzugefügt';
|
||||
|
||||
@override
|
||||
String get place => 'Platz';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user