rework ui
This commit is contained in:
@@ -255,6 +255,36 @@ abstract class AppLocalizations {
|
||||
/// In de, this message translates to:
|
||||
/// **'zurück'**
|
||||
String get backButtonLabel;
|
||||
|
||||
/// Picture widget label for customer number
|
||||
///
|
||||
/// In de, this message translates to:
|
||||
/// **'KUNDENNUMMER'**
|
||||
String get pictureWidgetLabelCustomerNumber;
|
||||
|
||||
/// Picture widget label for zip code
|
||||
///
|
||||
/// In de, this message translates to:
|
||||
/// **'PLZ'**
|
||||
String get pictureWidgetLabelZip;
|
||||
|
||||
/// Picture widget label for city
|
||||
///
|
||||
/// In de, this message translates to:
|
||||
/// **'ORT'**
|
||||
String get pictureWidgetLabelCity;
|
||||
|
||||
/// Picture widget label for comment
|
||||
///
|
||||
/// In de, this message translates to:
|
||||
/// **'KOMMENTAR'**
|
||||
String get pictureWidgetLabelComment;
|
||||
|
||||
/// Picture widget label for evaluation
|
||||
///
|
||||
/// In de, this message translates to:
|
||||
/// **'BEWERTUNG'**
|
||||
String get pictureWidgetLabelEvaluation;
|
||||
}
|
||||
|
||||
class _AppLocalizationsDelegate
|
||||
|
||||
Reference in New Issue
Block a user