From a7b8c9d94dec1871df929bd07419b1ceae1916ec Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 4 Dec 2016 18:11:16 +0100 Subject: [PATCH 1/7] 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 From c5f81d4a94e15ce26bd247050214853e1a109796 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 4 Dec 2016 18:11:19 +0100 Subject: [PATCH 2/7] Approved. Step name: Proofread --- resources/lang/nl_NL/validation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/nl_NL/validation.php b/resources/lang/nl_NL/validation.php index 902c6ccf2f..6ddaad4ec1 100644 --- a/resources/lang/nl_NL/validation.php +++ b/resources/lang/nl_NL/validation.php @@ -85,4 +85,5 @@ return [ 'file' => ':attribute moet een bestand zijn.', 'in_array' => 'Het :attribute veld bestaat niet in :other.', 'present' => 'Het :attribute veld moet aanwezig zijn.', + 'amount_zero' => 'The total amount cannot be zero', ]; \ No newline at end of file From e8792fa2185611aac935b3e513f3d306490765ed Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 4 Dec 2016 18:11:20 +0100 Subject: [PATCH 3/7] 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 From bba15cef24b2540a0b12da9abca9fb384cdc0b8f Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 4 Dec 2016 18:11:28 +0100 Subject: [PATCH 4/7] New translations --- resources/lang/zh_HK/validation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/zh_HK/validation.php b/resources/lang/zh_HK/validation.php index 39d9ae5ed9..b391855829 100644 --- a/resources/lang/zh_HK/validation.php +++ b/resources/lang/zh_HK/validation.php @@ -85,4 +85,5 @@ return [ 'file' => 'The :attribute must be a file.', 'in_array' => 'The :attribute field does not exist in :other.', 'present' => 'The :attribute field must be present.', + 'amount_zero' => 'The total amount cannot be zero', ]; \ No newline at end of file From 38919ae30048e3825f420cbbf02f415541e9c153 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 4 Dec 2016 18:11:34 +0100 Subject: [PATCH 5/7] New translations --- resources/lang/zh_TW/validation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/zh_TW/validation.php b/resources/lang/zh_TW/validation.php index dbf37d12b2..9334e9cfa3 100644 --- a/resources/lang/zh_TW/validation.php +++ b/resources/lang/zh_TW/validation.php @@ -85,4 +85,5 @@ return [ 'file' => 'The :attribute must be a file.', 'in_array' => 'The :attribute field does not exist in :other.', 'present' => 'The :attribute field must be present.', + 'amount_zero' => 'The total amount cannot be zero', ]; \ No newline at end of file From f7abf132e2916963248d42ca3564519a45fd7de5 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 4 Dec 2016 18:11:44 +0100 Subject: [PATCH 6/7] New translations --- resources/lang/fr_FR/validation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/fr_FR/validation.php b/resources/lang/fr_FR/validation.php index 9a671c5a01..11f910cddc 100644 --- a/resources/lang/fr_FR/validation.php +++ b/resources/lang/fr_FR/validation.php @@ -85,4 +85,5 @@ return [ 'file' => 'The :attribute must be a file.', 'in_array' => 'The :attribute field does not exist in :other.', 'present' => 'The :attribute field must be present.', + 'amount_zero' => 'The total amount cannot be zero', ]; \ No newline at end of file From ba92aa207cf8381c45ff2903a6d99edecaf18025 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 4 Dec 2016 18:11:51 +0100 Subject: [PATCH 7/7] New translations --- resources/lang/hr_HR/validation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/hr_HR/validation.php b/resources/lang/hr_HR/validation.php index 39d9ae5ed9..b391855829 100644 --- a/resources/lang/hr_HR/validation.php +++ b/resources/lang/hr_HR/validation.php @@ -85,4 +85,5 @@ return [ 'file' => 'The :attribute must be a file.', 'in_array' => 'The :attribute field does not exist in :other.', 'present' => 'The :attribute field must be present.', + 'amount_zero' => 'The total amount cannot be zero', ]; \ No newline at end of file