Merge remote-tracking branch 'origin/development' into feature/118-bearbeiten-und-löschen-von-gruppen

# Conflicts:
#	lib/presentation/views/main_menu/group_view/create_group_view.dart
#	lib/presentation/views/main_menu/settings_view/settings_view.dart
#	lib/presentation/widgets/tiles/group_tile.dart
This commit is contained in:
2026-01-17 10:16:41 +01:00
47 changed files with 616 additions and 416 deletions

View File

@@ -83,7 +83,7 @@
"stats": "Statistiken",
"successfully_added_player": "Spieler:in {playerName} erfolgreich hinzugefügt",
"there_is_no_group_matching_your_search": "Es gibt keine Gruppe, die deiner Suche entspricht",
"this_cannot_be_undone": "Dies kann nicht rückgängig gemacht werden",
"this_cannot_be_undone": "Dies kann nicht rückgängig gemacht werden.",
"today_at": "Heute um",
"undo": "Rückgängig",
"unknown_exception": "Unbekannter Fehler (siehe Konsole)",

View File

@@ -372,7 +372,7 @@
"stats": "Stats",
"successfully_added_player": "Successfully added player {playerName}",
"there_is_no_group_matching_your_search": "There is no group matching your search",
"this_cannot_be_undone": "This can't be undone",
"this_cannot_be_undone": "This can't be undone.",
"today_at": "Today at",
"undo": "Undo",
"unknown_exception": "Unknown Exception (see console)",

View File

@@ -599,7 +599,7 @@ abstract class AppLocalizations {
/// Warning message for irreversible actions
///
/// In en, this message translates to:
/// **'This can\'t be undone'**
/// **'This can\'t be undone.'**
String get this_cannot_be_undone;
/// Date format for today

View File

@@ -276,7 +276,7 @@ class AppLocalizationsDe extends AppLocalizations {
@override
String get this_cannot_be_undone =>
'Dies kann nicht rückgängig gemacht werden';
'Dies kann nicht rückgängig gemacht werden.';
@override
String get today_at => 'Heute um';

View File

@@ -275,7 +275,7 @@ class AppLocalizationsEn extends AppLocalizations {
'There is no group matching your search';
@override
String get this_cannot_be_undone => 'This can\'t be undone';
String get this_cannot_be_undone => 'This can\'t be undone.';
@override
String get today_at => 'Today at';