This commit is contained in:
Nico
2025-05-29 15:18:52 +02:00
parent 104c06a1b7
commit f9b8a14c6d
2 changed files with 2 additions and 2 deletions

View File

@@ -944,7 +944,7 @@ abstract class AppLocalizations {
/// No description provided for @gesLaengeAllerDokSpuren. /// No description provided for @gesLaengeAllerDokSpuren.
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Total length of documentad tracks'** /// **'Total length of documented tracks'**
String get gesLaengeAllerDokSpuren; String get gesLaengeAllerDokSpuren;
/// No description provided for @maxAnzahlZusGefaehrdeterTiere. /// No description provided for @maxAnzahlZusGefaehrdeterTiere.

View File

@@ -432,7 +432,7 @@ class AppLocalizationsEn extends AppLocalizations {
String get spurGefunden => 'Track Found'; String get spurGefunden => 'Track Found';
@override @override
String get gesLaengeAllerDokSpuren => 'Total length of documentad tracks'; String get gesLaengeAllerDokSpuren => 'Total length of documented tracks';
@override @override
String get maxAnzahlZusGefaehrdeterTiere => 'Max count of additonal dangered animals'; String get maxAnzahlZusGefaehrdeterTiere => 'Max count of additonal dangered animals';