From a7b8c9d94dec1871df929bd07419b1ceae1916ec Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 4 Dec 2016 18:11:16 +0100 Subject: [PATCH] Translated --- resources/lang/pt_BR/validation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/pt_BR/validation.php b/resources/lang/pt_BR/validation.php index f35ca914d2..fa6003e890 100644 --- a/resources/lang/pt_BR/validation.php +++ b/resources/lang/pt_BR/validation.php @@ -85,4 +85,5 @@ return [ 'file' => 'O :attribute deve ser um arquivo.', 'in_array' => 'O campo :attribute não existe em :other.', 'present' => 'O campo :attribute deve estar presente.', + 'amount_zero' => 'The total amount cannot be zero', ]; \ No newline at end of file