added expansion panel

This commit is contained in:
Nico
2025-05-27 22:21:17 +02:00
parent 5733d4da75
commit 817b087ce3
4 changed files with 116 additions and 114 deletions

View File

@@ -8,9 +8,6 @@ import 'app_localizations.dart';
class AppLocalizationsEn extends AppLocalizations {
AppLocalizationsEn([String locale = 'en']) : super(locale);
@override
String get homePageTitle => 'wildlife monitoring';
@override
String get addplace => 'add Place';
@@ -213,8 +210,7 @@ class AppLocalizationsEn extends AppLocalizations {
String get locationDisabled => 'Location Disabled. Please enable it';
@override
String get locationForbidden =>
'Location forbidden. It is recommended to allow it';
String get locationForbidden => 'Location forbidden. It is recommended to allow it';
@override
String get map => 'Map';
@@ -439,8 +435,7 @@ class AppLocalizationsEn extends AppLocalizations {
String get gesLaengeAllerDokSpuren => 'Total length of documentad tracks';
@override
String get maxAnzahlZusGefaehrdeterTiere =>
'Max count of additonal dangered animals';
String get maxAnzahlZusGefaehrdeterTiere => 'Max count of additonal dangered animals';
@override
String get sicher => 'Certain';
@@ -494,14 +489,11 @@ class AppLocalizationsEn extends AppLocalizations {
String get couldntDeterminePosition => 'couldn\'t determine position';
@override
String get trackingRunningInBackground =>
'The tracking service is running in the background';
String get trackingRunningInBackground => 'The tracking service is running in the background';
@override
String get needsAlwaysLocation =>
'This app needs the location permission set to always';
String get needsAlwaysLocation => 'This app needs the location permission set to always';
@override
String get deleteWholeRouteBody =>
'Do you really want to delete the existing route?';
String get deleteWholeRouteBody => 'Do you really want to delete the existing route?';
}