besprechung

This commit is contained in:
Nico
2025-06-03 22:31:55 +02:00
parent 07105249e2
commit 0a737f5153
22 changed files with 534 additions and 286 deletions

View File

@@ -581,11 +581,17 @@ abstract class AppLocalizations {
/// **'Show login Screen'**
String get showloginscreen;
/// api address hint
/// No description provided for @ffApiAddress.
///
/// In en, this message translates to:
/// **'Api-address'**
String get apiaddress;
/// **'Traps api-adress'**
String get ffApiAddress;
/// No description provided for @exApiAddress.
///
/// In en, this message translates to:
/// **'Excursions api-adress'**
String get exApiAddress;
/// intro screen benutzername hint
///
@@ -947,6 +953,12 @@ abstract class AppLocalizations {
/// **'Total length of documented tracks'**
String get gesLaengeAllerDokSpuren;
/// No description provided for @gesLaengeAllerDokWelpenSpuren.
///
/// In en, this message translates to:
/// **'Gesamte Länge aller dok. Spuren'**
String get gesLaengeAllerDokWelpenSpuren;
/// No description provided for @maxAnzahlZusGefaehrdeterTiere.
///
/// In en, this message translates to:
@@ -962,7 +974,7 @@ abstract class AppLocalizations {
/// No description provided for @welpenSpurGefunden.
///
/// In en, this message translates to:
/// **'Puppy track Found'**
/// **'Puppy track'**
String get welpenSpurGefunden;
/// No description provided for @anzahlLosungen.
@@ -1084,6 +1096,36 @@ abstract class AppLocalizations {
/// In en, this message translates to:
/// **'Sum of the track conditions is bigger then sum of the distance traveled'**
String get bedingungenGroesserAlsStrecke;
/// No description provided for @erfolgreich.
///
/// In en, this message translates to:
/// **'Successful'**
String get erfolgreich;
/// No description provided for @trackingAnAusschalten.
///
/// In en, this message translates to:
/// **'Turn tracking on/off'**
String get trackingAnAusschalten;
/// No description provided for @trackingStart.
///
/// In en, this message translates to:
/// **'Start tracking'**
String get trackingStart;
/// No description provided for @trackingStop.
///
/// In en, this message translates to:
/// **'Stop tracking'**
String get trackingStop;
/// No description provided for @trackingPause.
///
/// In en, this message translates to:
/// **'Pause Tracking'**
String get trackingPause;
}
class _AppLocalizationsDelegate extends LocalizationsDelegate<AppLocalizations> {