From e8792fa2185611aac935b3e513f3d306490765ed Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 4 Dec 2016 18:11:20 +0100 Subject: [PATCH] Translated --- resources/lang/de_DE/validation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/de_DE/validation.php b/resources/lang/de_DE/validation.php index aa045fd645..2043a1d484 100644 --- a/resources/lang/de_DE/validation.php +++ b/resources/lang/de_DE/validation.php @@ -85,4 +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', ]; \ No newline at end of file