rework ui

This commit is contained in:
verboomp
2026-01-29 07:08:44 +01:00
parent ca514eea67
commit 38979c99e5
19 changed files with 457 additions and 293 deletions

View File

@@ -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"
},

View File

@@ -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

View File

@@ -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';