From 6755a9878b583a0faed6795600a7c4ed64664af5 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 4 Jan 2017 17:32:23 +0100 Subject: [PATCH] New translations --- resources/lang/pl_PL/validation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/pl_PL/validation.php b/resources/lang/pl_PL/validation.php index 6ad4938251..e25e87464a 100644 --- a/resources/lang/pl_PL/validation.php +++ b/resources/lang/pl_PL/validation.php @@ -23,6 +23,7 @@ return [ 'belongs_to_user' => 'Wartość :attribute jest nieznana', 'accepted' => ':attribute musi zostać zaakceptowany.', 'bic' => 'To nie jest prawidłowy BIC.', + 'more' => ':attribute must be larger than zero.', 'active_url' => ':attribute nie jest prawidłowym adresem URL.', 'after' => ':attribute musi być datą późniejszą od :date.', 'alpha' => ':attribute może zawierać tylko litery.',