fixed a lot of things after i broke everything. Just the card is not implemented again yet
time
This commit is contained in:
@@ -79,6 +79,7 @@
|
||||
"sendtoserver": "Zum Server senden",
|
||||
"savemethod": "Speichermethode auswählen",
|
||||
"viewplaces": "Standorte anzeigen",
|
||||
"viewExcursionen": "Excursionen anzeigen",
|
||||
"showloginscreen": "Login-Bildschirm Anzeigen",
|
||||
"apiaddress": "Api-Adresse",
|
||||
"benutzername": "Benutzername",
|
||||
|
||||
@@ -379,6 +379,11 @@
|
||||
"description": "View places button"
|
||||
},
|
||||
|
||||
"viewExcursionen": "View Excursionen",
|
||||
"@viewplaces": {
|
||||
"description": "View Excursionen button"
|
||||
},
|
||||
|
||||
"showloginscreen": "Show login Screen",
|
||||
"@showloginscreen": {
|
||||
"description": "show login screen popup menu item"
|
||||
|
||||
@@ -569,12 +569,18 @@ abstract class AppLocalizations {
|
||||
/// **'Choose safe method'**
|
||||
String get savemethod;
|
||||
|
||||
/// View places button
|
||||
/// View Excursionen button
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'View Places'**
|
||||
String get viewplaces;
|
||||
|
||||
/// No description provided for @viewExcursionen.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'View Excursionen'**
|
||||
String get viewExcursionen;
|
||||
|
||||
/// show login screen popup menu item
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
|
||||
@@ -248,6 +248,9 @@ class AppLocalizationsDe extends AppLocalizations {
|
||||
@override
|
||||
String get viewplaces => 'Standorte anzeigen';
|
||||
|
||||
@override
|
||||
String get viewExcursionen => 'Excursionen anzeigen';
|
||||
|
||||
@override
|
||||
String get showloginscreen => 'Login-Bildschirm Anzeigen';
|
||||
|
||||
|
||||
@@ -248,6 +248,9 @@ class AppLocalizationsEn extends AppLocalizations {
|
||||
@override
|
||||
String get viewplaces => 'View Places';
|
||||
|
||||
@override
|
||||
String get viewExcursionen => 'View Excursionen';
|
||||
|
||||
@override
|
||||
String get showloginscreen => 'Show login Screen';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user