First designs for ui
This commit is contained in:
@@ -1,13 +1,9 @@
|
||||
{
|
||||
"@@locale": "de",
|
||||
"searchTFHint": "Suchtext",
|
||||
"searchTFHint": "Suche nach Apothekennamen, Kundennummer, Datum",
|
||||
"@searchTFHint": {
|
||||
"description": "Search hint TextField"
|
||||
},
|
||||
"searchButtonLabel": "Suchen",
|
||||
"@searchButtonLabel": {
|
||||
"description": "Search button label"
|
||||
},
|
||||
"loginUsernameTFLabel": "Benutzername",
|
||||
"@loginUsernameTFLabel": {
|
||||
"description": "Usernamt TextField Label"
|
||||
@@ -16,10 +12,18 @@
|
||||
"@loginPasswordTFLabel": {
|
||||
"description": "Password TextField Label"
|
||||
},
|
||||
"loginLoginButtonLabel": "Anmelden",
|
||||
"loginLoginButtonLabel": "Einloggen",
|
||||
"@loginLoginButtonLabel": {
|
||||
"description": "Login Button Label"
|
||||
},
|
||||
"loginTitle": "BILDERUPLOAD",
|
||||
"@loginTitle": {
|
||||
"description": "Login page title"
|
||||
},
|
||||
"loginErrorMessage": "Falscher Benutzername oder Passwort",
|
||||
"@loginErrorMessage": {
|
||||
"description": "Login error message for invalid credentials"
|
||||
},
|
||||
"errorWidgetStatusCode": "Statuscode {statusCode}",
|
||||
"@errorWidgetStatusCode": {
|
||||
"description": "Error message showing server status code",
|
||||
@@ -48,10 +52,6 @@
|
||||
"@submitWidget": {
|
||||
"description": "Save Button text"
|
||||
},
|
||||
"textInputWidgetValidatorText": "Bitte geben Sie einen Text ein",
|
||||
"@textInputWidgetValidatorText": {
|
||||
"description": "Awaiting result info text"
|
||||
},
|
||||
"waitingWidget": "Warten auf Ergebnis …",
|
||||
"@waitingWidget": {
|
||||
"description": "Awaiting result info text"
|
||||
@@ -71,5 +71,58 @@
|
||||
"deleteDialogButtonApprove": "Ja",
|
||||
"@deleteDialogButtonApprove": {
|
||||
"description": "Approve Button text"
|
||||
},
|
||||
"customerListHeaderCustomerNumber": "Kunden-Nr.",
|
||||
"@customerListHeaderCustomerNumber": {
|
||||
"description": "Customer list table header for customer number"
|
||||
},
|
||||
"customerListHeaderName": "Apothekenname",
|
||||
"@customerListHeaderName": {
|
||||
"description": "Customer list table header for name"
|
||||
},
|
||||
"customerListHeaderLastDate": "Datum Bilder",
|
||||
"@customerListHeaderLastDate": {
|
||||
"description": "Customer list table header for last date"
|
||||
},
|
||||
"customerListHeaderLastDateSuffix": " (zuletzt aktualisiert)",
|
||||
"@customerListHeaderLastDateSuffix": {
|
||||
"description": "Customer list table header for ladt date"
|
||||
},
|
||||
"customerListHeadline": "BILDERUPLOAD",
|
||||
"@customerListHeadline": {
|
||||
"description": "Customer list page headline"
|
||||
},
|
||||
"customerListEmpty": "Keine Ergebnisse gefunden",
|
||||
"@customerListEmpty": {
|
||||
"description": "Empty customer list message"
|
||||
},
|
||||
"customerWidgetNotFound": "Die Apotheke konnte nicht gefunden werden.",
|
||||
"@customerWidgetNotFound": {
|
||||
"description": "Customer not found error message"
|
||||
},
|
||||
"customerWidgetCustomerNumberPrefix": "KundenNr: {customerNumber}",
|
||||
"@customerWidgetCustomerNumberPrefix": {
|
||||
"description": "Customer number prefix with placeholder",
|
||||
"placeholders": {
|
||||
"customerNumber": {
|
||||
"type": "String"
|
||||
}
|
||||
}
|
||||
},
|
||||
"customerWidgetHeaderFoto": "Foto",
|
||||
"@customerWidgetHeaderFoto": {
|
||||
"description": "Customer widget table header for photo"
|
||||
},
|
||||
"customerWidgetHeaderComment": "Kommentar",
|
||||
"@customerWidgetHeaderComment": {
|
||||
"description": "Customer widget table header for comment"
|
||||
},
|
||||
"customerWidgetHeaderUploadDate": "Upload-Datum",
|
||||
"@customerWidgetHeaderUploadDate": {
|
||||
"description": "Customer widget table header for upload date"
|
||||
},
|
||||
"backButtonLabel": "zurück",
|
||||
"@backButtonLabel": {
|
||||
"description": "Back button label"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user