Translated

This commit is contained in:
James Cole
2016-12-06 14:22:19 +01:00
parent 27848f55ce
commit 25db11a8c7

View File

@@ -85,5 +85,5 @@ return [
'file' => 'Das :attribute muss eine Datei sein.',
'in_array' => ':attribute existiert nicht in :other.',
'present' => 'Das :attribute Feld muss vorhanden sein.',
'amount_zero' => 'The total amount cannot be zero',
'amount_zero' => 'Der Gesamtbetrag darf nicht Null sein',
];