rework ui
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
"@loginLoginButtonLabel": {
|
||||
"description": "Login Button Label"
|
||||
},
|
||||
"loginTitle": "BILDERUPLOAD",
|
||||
"loginTitle": "FOTO-DOKU",
|
||||
"@loginTitle": {
|
||||
"description": "Login page title"
|
||||
},
|
||||
@@ -88,7 +88,7 @@
|
||||
"@customerListHeaderLastDateSuffix": {
|
||||
"description": "Customer list table header for ladt date"
|
||||
},
|
||||
"customerListHeadline": "BILDERUPLOAD",
|
||||
"customerListHeadline": "FOTO-DOKU",
|
||||
"@customerListHeadline": {
|
||||
"description": "Customer list page headline"
|
||||
},
|
||||
|
||||
@@ -121,7 +121,7 @@ abstract class AppLocalizations {
|
||||
/// Login page title
|
||||
///
|
||||
/// In de, this message translates to:
|
||||
/// **'BILDERUPLOAD'**
|
||||
/// **'FOTO-DOKU'**
|
||||
String get loginTitle;
|
||||
|
||||
/// Login error message for invalid credentials
|
||||
@@ -211,7 +211,7 @@ abstract class AppLocalizations {
|
||||
/// Customer list page headline
|
||||
///
|
||||
/// In de, this message translates to:
|
||||
/// **'BILDERUPLOAD'**
|
||||
/// **'FOTO-DOKU'**
|
||||
String get customerListHeadline;
|
||||
|
||||
/// Empty customer list message
|
||||
|
||||
@@ -21,7 +21,7 @@ class AppLocalizationsDe extends AppLocalizations {
|
||||
String get loginLoginButtonLabel => 'Einloggen';
|
||||
|
||||
@override
|
||||
String get loginTitle => 'BILDERUPLOAD';
|
||||
String get loginTitle => 'FOTO-DOKU';
|
||||
|
||||
@override
|
||||
String get loginErrorMessage => 'Falscher Benutzername oder Passwort';
|
||||
@@ -71,7 +71,7 @@ class AppLocalizationsDe extends AppLocalizations {
|
||||
String get customerListHeaderLastDateSuffix => ' (zuletzt aktualisiert)';
|
||||
|
||||
@override
|
||||
String get customerListHeadline => 'BILDERUPLOAD';
|
||||
String get customerListHeadline => 'FOTO-DOKU';
|
||||
|
||||
@override
|
||||
String get customerListEmpty => 'Keine Ergebnisse gefunden';
|
||||
|
||||
Reference in New Issue
Block a user