diff --git a/lib/l10n/arb/app_de.arb b/lib/l10n/arb/app_de.arb index 58870c5..407a5c4 100644 --- a/lib/l10n/arb/app_de.arb +++ b/lib/l10n/arb/app_de.arb @@ -35,9 +35,6 @@ "info": "Info", "invalid_schema": "Ungültiges Schema", "licenses": "Lizenzen", - "no_licenses_found": "Keine Lizenzen gefunden", - "no_license_text_available": "Kein Lizenztext verfügbar", - "error": "Fehler", "least_points": "Niedrigste Punkte", "match_in_progress": "Spiel läuft...", "match_name": "Spieltitel", @@ -46,6 +43,8 @@ "most_points": "Höchste Punkte", "no_data_available": "Keine Daten verfügbar", "no_groups_created_yet": "Noch keine Gruppen erstellt", + "no_licenses_found": "Keine Lizenzen gefunden", + "no_license_text_available": "Kein Lizenztext verfügbar", "no_matches_created_yet": "Noch keine Spiele erstellt", "no_players_created_yet": "Noch keine Spieler:in erstellt", "no_players_found_with_that_name": "Keine Spieler:in mit diesem Namen gefunden", diff --git a/lib/l10n/arb/app_en.arb b/lib/l10n/arb/app_en.arb index 309893c..a9c9e9a 100644 --- a/lib/l10n/arb/app_en.arb +++ b/lib/l10n/arb/app_en.arb @@ -110,15 +110,6 @@ "@licenses": { "description": "Licenses menu item" }, - "@no_licenses_found": { - "description": "Message when no licenses are found" - }, - "@no_license_text_available": { - "description": "Message when no license text is available" - }, - "@error": { - "description": "Error label" - }, "@least_points": { "description": "Title for least points ruleset" }, @@ -143,6 +134,12 @@ "@no_groups_created_yet": { "description": "Message when no groups exist" }, + "@no_licenses_found": { + "description": "Message when no licenses are found" + }, + "@no_license_text_available": { + "description": "Message when no license text is available" + }, "@no_matches_created_yet": { "description": "Message when no matches exist" }, @@ -306,9 +303,6 @@ "info": "Info", "invalid_schema": "Invalid Schema", "licenses": "Licenses", - "no_licenses_found": "No licenses found", - "no_license_text_available": "No license text available", - "error": "Error", "least_points": "Least Points", "match_in_progress": "Match in progress...", "match_name": "Match name", @@ -317,6 +311,8 @@ "most_points": "Most Points", "no_data_available": "No data available", "no_groups_created_yet": "No groups created yet", + "no_licenses_found": "No licenses found", + "no_license_text_available": "No license text available", "no_matches_created_yet": "No matches created yet", "no_players_created_yet": "No players created yet", "no_players_found_with_that_name": "No players found with that name", diff --git a/lib/l10n/generated/app_localizations.dart b/lib/l10n/generated/app_localizations.dart index d91be37..f1399ab 100644 --- a/lib/l10n/generated/app_localizations.dart +++ b/lib/l10n/generated/app_localizations.dart @@ -308,24 +308,6 @@ abstract class AppLocalizations { /// **'Licenses'** String get licenses; - /// Message when no licenses are found - /// - /// In en, this message translates to: - /// **'No licenses found'** - String get no_licenses_found; - - /// Message when no license text is available - /// - /// In en, this message translates to: - /// **'No license text available'** - String get no_license_text_available; - - /// Error label - /// - /// In en, this message translates to: - /// **'Error'** - String get error; - /// Title for least points ruleset /// /// In en, this message translates to: @@ -374,6 +356,18 @@ abstract class AppLocalizations { /// **'No groups created yet'** String get no_groups_created_yet; + /// Message when no licenses are found + /// + /// In en, this message translates to: + /// **'No licenses found'** + String get no_licenses_found; + + /// Message when no license text is available + /// + /// In en, this message translates to: + /// **'No license text available'** + String get no_license_text_available; + /// Message when no matches exist /// /// In en, this message translates to: diff --git a/lib/l10n/generated/app_localizations_de.dart b/lib/l10n/generated/app_localizations_de.dart index fa3010d..9ee0cb4 100644 --- a/lib/l10n/generated/app_localizations_de.dart +++ b/lib/l10n/generated/app_localizations_de.dart @@ -118,15 +118,6 @@ class AppLocalizationsDe extends AppLocalizations { @override String get licenses => 'Lizenzen'; - @override - String get no_licenses_found => 'Keine Lizenzen gefunden'; - - @override - String get no_license_text_available => 'Kein Lizenztext verfügbar'; - - @override - String get error => 'Fehler'; - @override String get least_points => 'Niedrigste Punkte'; @@ -151,6 +142,12 @@ class AppLocalizationsDe extends AppLocalizations { @override String get no_groups_created_yet => 'Noch keine Gruppen erstellt'; + @override + String get no_licenses_found => 'Keine Lizenzen gefunden'; + + @override + String get no_license_text_available => 'Kein Lizenztext verfügbar'; + @override String get no_matches_created_yet => 'Noch keine Spiele erstellt'; diff --git a/lib/l10n/generated/app_localizations_en.dart b/lib/l10n/generated/app_localizations_en.dart index d6bfa25..59b7e3d 100644 --- a/lib/l10n/generated/app_localizations_en.dart +++ b/lib/l10n/generated/app_localizations_en.dart @@ -118,15 +118,6 @@ class AppLocalizationsEn extends AppLocalizations { @override String get licenses => 'Licenses'; - @override - String get no_licenses_found => 'No licenses found'; - - @override - String get no_license_text_available => 'No license text available'; - - @override - String get error => 'Error'; - @override String get least_points => 'Least Points'; @@ -151,6 +142,12 @@ class AppLocalizationsEn extends AppLocalizations { @override String get no_groups_created_yet => 'No groups created yet'; + @override + String get no_licenses_found => 'No licenses found'; + + @override + String get no_license_text_available => 'No license text available'; + @override String get no_matches_created_yet => 'No matches created yet'; diff --git a/pubspec.yaml b/pubspec.yaml index bb8181d..cbade29 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: game_tracker description: "Game Tracking App for Card Games" publish_to: 'none' -version: 0.0.5+127 +version: 0.0.5+128 environment: sdk: ^3.8.1