New translations

This commit is contained in:
James Cole 2016-11-15 23:11:13 +01:00
parent 560165850f
commit b2e09f4240

View File

@ -80,8 +80,8 @@ return [
'timezone' => ':attribute muss in einem gültigen Bereich liegen.', 'timezone' => ':attribute muss in einem gültigen Bereich liegen.',
'2fa_code' => ':attribute Feld ist ungültig.', '2fa_code' => ':attribute Feld ist ungültig.',
'dimensions' => 'The :attribute has invalid image dimensions.', 'dimensions' => 'The :attribute has invalid image dimensions.',
'distinct' => 'The :attribute field has a duplicate value.', 'distinct' => ':attribute enthält einen doppelten Wert.',
'file' => 'The :attribute must be a file.', 'file' => 'The :attribute must be a file.',
'in_array' => 'The :attribute field does not exist in :other.', 'in_array' => ':attribute existiert nicht in :other.',
'present' => 'The :attribute field must be present.', 'present' => 'The :attribute field must be present.',
]; ];