added frontend
This commit is contained in:
75
hartmann-foto-documentation-frontend/lib/l10n/app_de.arb
Normal file
75
hartmann-foto-documentation-frontend/lib/l10n/app_de.arb
Normal file
@@ -0,0 +1,75 @@
|
||||
{
|
||||
"@@locale": "de",
|
||||
"searchTFHint": "Suchtext",
|
||||
"@searchTFHint": {
|
||||
"description": "Search hint TextField"
|
||||
},
|
||||
"searchButtonLabel": "Suchen",
|
||||
"@searchButtonLabel": {
|
||||
"description": "Search button label"
|
||||
},
|
||||
"loginUsernameTFLabel": "Benutzername",
|
||||
"@loginUsernameTFLabel": {
|
||||
"description": "Usernamt TextField Label"
|
||||
},
|
||||
"loginPasswordTFLabel": "Passwort",
|
||||
"@loginPasswordTFLabel": {
|
||||
"description": "Password TextField Label"
|
||||
},
|
||||
"loginLoginButtonLabel": "Anmelden",
|
||||
"@loginLoginButtonLabel": {
|
||||
"description": "Login Button Label"
|
||||
},
|
||||
"errorWidgetStatusCode": "Statuscode {statusCode}",
|
||||
"@errorWidgetStatusCode": {
|
||||
"description": "Error message showing server status code",
|
||||
"placeholders": {
|
||||
"statusCode": {
|
||||
"type": "int"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"errorWidget": "Fehler: {name}",
|
||||
"@errorWidget": {
|
||||
"description": "Error widget text",
|
||||
"placeholders": {
|
||||
"name": {
|
||||
"type": "String",
|
||||
"example": "Error text"
|
||||
}
|
||||
}
|
||||
},
|
||||
"errorWidgetRetryButton": "Wiederholen",
|
||||
"@errorWidgetRetryButton": {
|
||||
"description": "Retry button text for error widget"
|
||||
},
|
||||
"submitWidget": "Speichern",
|
||||
"@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"
|
||||
},
|
||||
"deleteDialogTitle": "Löschen",
|
||||
"@deleteDialogTitle": {
|
||||
"description": "Delete dialog title"
|
||||
},
|
||||
"deleteDialogText": "Sind Sie sicher, dass Sie diese Eintrag löschen möchten?",
|
||||
"@deleteDialogText": {
|
||||
"description": "Delete dialog text"
|
||||
},
|
||||
"deleteDialogButtonCancel": "Nein",
|
||||
"@deleteDialogButtonCancel": {
|
||||
"description": "Cancel Button text"
|
||||
},
|
||||
"deleteDialogButtonApprove": "Ja",
|
||||
"@deleteDialogButtonApprove": {
|
||||
"description": "Approve Button text"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user