First designs for ui
This commit is contained in:
@@ -97,15 +97,9 @@ abstract class AppLocalizations {
|
||||
/// Search hint TextField
|
||||
///
|
||||
/// In de, this message translates to:
|
||||
/// **'Suchtext'**
|
||||
/// **'Suche nach Apothekennamen, Kundennummer, Datum'**
|
||||
String get searchTFHint;
|
||||
|
||||
/// Search button label
|
||||
///
|
||||
/// In de, this message translates to:
|
||||
/// **'Suchen'**
|
||||
String get searchButtonLabel;
|
||||
|
||||
/// Usernamt TextField Label
|
||||
///
|
||||
/// In de, this message translates to:
|
||||
@@ -121,9 +115,21 @@ abstract class AppLocalizations {
|
||||
/// Login Button Label
|
||||
///
|
||||
/// In de, this message translates to:
|
||||
/// **'Anmelden'**
|
||||
/// **'Einloggen'**
|
||||
String get loginLoginButtonLabel;
|
||||
|
||||
/// Login page title
|
||||
///
|
||||
/// In de, this message translates to:
|
||||
/// **'BILDERUPLOAD'**
|
||||
String get loginTitle;
|
||||
|
||||
/// Login error message for invalid credentials
|
||||
///
|
||||
/// In de, this message translates to:
|
||||
/// **'Falscher Benutzername oder Passwort'**
|
||||
String get loginErrorMessage;
|
||||
|
||||
/// Error message showing server status code
|
||||
///
|
||||
/// In de, this message translates to:
|
||||
@@ -148,12 +154,6 @@ abstract class AppLocalizations {
|
||||
/// **'Speichern'**
|
||||
String get submitWidget;
|
||||
|
||||
/// Awaiting result info text
|
||||
///
|
||||
/// In de, this message translates to:
|
||||
/// **'Bitte geben Sie einen Text ein'**
|
||||
String get textInputWidgetValidatorText;
|
||||
|
||||
/// Awaiting result info text
|
||||
///
|
||||
/// In de, this message translates to:
|
||||
@@ -183,6 +183,78 @@ abstract class AppLocalizations {
|
||||
/// In de, this message translates to:
|
||||
/// **'Ja'**
|
||||
String get deleteDialogButtonApprove;
|
||||
|
||||
/// Customer list table header for customer number
|
||||
///
|
||||
/// In de, this message translates to:
|
||||
/// **'Kunden-Nr.'**
|
||||
String get customerListHeaderCustomerNumber;
|
||||
|
||||
/// Customer list table header for name
|
||||
///
|
||||
/// In de, this message translates to:
|
||||
/// **'Apothekenname'**
|
||||
String get customerListHeaderName;
|
||||
|
||||
/// Customer list table header for last date
|
||||
///
|
||||
/// In de, this message translates to:
|
||||
/// **'Datum Bilder'**
|
||||
String get customerListHeaderLastDate;
|
||||
|
||||
/// Customer list table header for ladt date
|
||||
///
|
||||
/// In de, this message translates to:
|
||||
/// **' (zuletzt aktualisiert)'**
|
||||
String get customerListHeaderLastDateSuffix;
|
||||
|
||||
/// Customer list page headline
|
||||
///
|
||||
/// In de, this message translates to:
|
||||
/// **'BILDERUPLOAD'**
|
||||
String get customerListHeadline;
|
||||
|
||||
/// Empty customer list message
|
||||
///
|
||||
/// In de, this message translates to:
|
||||
/// **'Keine Ergebnisse gefunden'**
|
||||
String get customerListEmpty;
|
||||
|
||||
/// Customer not found error message
|
||||
///
|
||||
/// In de, this message translates to:
|
||||
/// **'Die Apotheke konnte nicht gefunden werden.'**
|
||||
String get customerWidgetNotFound;
|
||||
|
||||
/// Customer number prefix with placeholder
|
||||
///
|
||||
/// In de, this message translates to:
|
||||
/// **'KundenNr: {customerNumber}'**
|
||||
String customerWidgetCustomerNumberPrefix(String customerNumber);
|
||||
|
||||
/// Customer widget table header for photo
|
||||
///
|
||||
/// In de, this message translates to:
|
||||
/// **'Foto'**
|
||||
String get customerWidgetHeaderFoto;
|
||||
|
||||
/// Customer widget table header for comment
|
||||
///
|
||||
/// In de, this message translates to:
|
||||
/// **'Kommentar'**
|
||||
String get customerWidgetHeaderComment;
|
||||
|
||||
/// Customer widget table header for upload date
|
||||
///
|
||||
/// In de, this message translates to:
|
||||
/// **'Upload-Datum'**
|
||||
String get customerWidgetHeaderUploadDate;
|
||||
|
||||
/// Back button label
|
||||
///
|
||||
/// In de, this message translates to:
|
||||
/// **'zurück'**
|
||||
String get backButtonLabel;
|
||||
}
|
||||
|
||||
class _AppLocalizationsDelegate
|
||||
|
||||
Reference in New Issue
Block a user