update new error-messages in translation/de
This commit is contained in:
committed by
Oluf Lorenzen
parent
1c3f185554
commit
dc47c1145a
@@ -90,8 +90,8 @@ return [
|
||||
'settings' => 'Einstellungen',
|
||||
'app-setup' => [
|
||||
'app-setup' => 'Setup',
|
||||
'images-only' => 'Only images may be uploaded.',
|
||||
'too-big' => 'The file you uploaded is too big. Upload an image smaller than :size',
|
||||
'images-only' => 'Es dürfen nur Bild-Dateien hochgeladen werden.',
|
||||
'too-big' => 'Die Datei die Sie hochgeladen haben ist zu groß. Die Datei muss kleiner als :size sein.',
|
||||
],
|
||||
'security' => [
|
||||
'security' => 'Sicherheit',
|
||||
|
||||
@@ -19,8 +19,8 @@ return [
|
||||
'email' => 'Email',
|
||||
'password' => 'Passwort',
|
||||
'2fauth' => 'Authentifikations-Code',
|
||||
'invalid' => 'Invalid email or password',
|
||||
'invalid-token' => 'Invalid token',
|
||||
'invalid' => 'Falsche E-Mail-Adresse oder falsches Passwort',
|
||||
'invalid-token' => 'Token nicht korrekt',
|
||||
],
|
||||
|
||||
// Incidents form fields
|
||||
|
||||
Reference in New Issue
Block a user