Updated localizations

This commit is contained in:
2025-07-03 17:26:27 +02:00
parent 3aab472197
commit 9e9693ae42
6 changed files with 55 additions and 24 deletions

View File

@@ -158,6 +158,13 @@ class AppLocalizationsEn extends AppLocalizations {
@override
String get export_game => 'Export Game';
@override
String get id_error_title => 'ID Error';
@override
String get id_error_message =>
'The game has not yet been assigned an ID. If you want to delete the game, please do so via the main menu. All newly created games have an ID.';
@override
String get game_process => 'Spielverlauf';
@@ -188,9 +195,6 @@ class AppLocalizationsEn extends AppLocalizations {
@override
String get export_data => 'Export Data';
@override
String get error => 'Error';
@override
String get import_success_title => 'Import successful';
@@ -219,7 +223,10 @@ class AppLocalizationsEn extends AppLocalizations {
String get import_generic_error_message => 'The import has failed.';
@override
String get error_export => 'Could not export file';
String get export_error_title => 'Fehler';
@override
String get export_error_message => 'Could not export file';
@override
String get error_found => 'Found a bug?';