Merge pull request #4190 from ivoba/de-fix-and-removed-spaces

Update DE translations
This commit is contained in:
Jim LAURIE 2019-10-10 18:53:56 +02:00 committed by GitHub
commit b02a3dbd38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ module.exports = {
// After saving a value.
// Fired after an `insert` or `update` query.
// afterSave: async (model, response, options) => {},
// Before fetching all values.
// Fired before a `fetchAll` operation.
// beforeFetchCollection: async (model, columns, options) => {},
@ -20,7 +20,7 @@ module.exports = {
// After fetching all values.
// Fired after a `fetchAll` operation.
// afterFetchCollection: async (model, columns, options) => {},
// Before fetching a value.
// Fired before a `fetch` operation.
// beforeFetch: async (model, columns, options) => {},

View File

@ -30,7 +30,7 @@
"EditPage.notification.policies.error": "Beim Abruf von policies ist ein Fehler aufgetreten",
"EditPage.notification.role.error": "Beim Abruf der Rolle ist ein Fehler aufgetreten",
"EditPage.submit": "Speichern",
"Email.template.email_confirmation": "Betsätigung der E-Mail Adresse",
"Email.template.email_confirmation": "Bestätigung der E-Mail Adresse",
"Email.template.reset_password": "Passwort zurücksetzen",
"Email.template.success_register": "Anmeldung erfolgreich",
"Email.template.validation_email": "Validierung der E-Mail-Adresse",