From 379b15be1db3f9b8cc823b68c10df54e518d1b44 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 2 Jan 2017 14:51:54 +0100 Subject: [PATCH] New translations --- resources/lang/pl_PL/validation.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/lang/pl_PL/validation.php b/resources/lang/pl_PL/validation.php index 3a0bf79040..26e12a9e08 100644 --- a/resources/lang/pl_PL/validation.php +++ b/resources/lang/pl_PL/validation.php @@ -17,7 +17,7 @@ return [ 'rule_action_value' => 'This value is invalid for the selected action.', 'invalid_domain' => 'Due to security constraints, you cannot register from this domain.', 'file_already_attached' => 'Uploaded file ":name" is already attached to this object.', - 'file_attached' => 'Succesfully uploaded file ":name".', + 'file_attached' => 'Pomyślnie wgrano plik ":name".', 'file_invalid_mime' => 'File ":name" is of type ":mime" which is not accepted as a new upload.', 'file_too_large' => 'Plik ": nazwa" jest zbyt duży.', 'belongs_to_user' => 'Wartość :attribute jest nieznana', @@ -83,8 +83,8 @@ return [ '2fa_code' => 'Format :attribute jest nieprawidłowy.', 'dimensions' => ':attribute ma nieprawidłowe wymiary obrazu.', 'distinct' => 'Pole :attribute zawiera zduplikowaną wartość.', - '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', + 'file' => ':attribute musi być plikiem.', + 'in_array' => 'Pole :attribute nie istnieje w :other.', + 'present' => 'Pole :attribute musi być obecne.', + 'amount_zero' => 'Całkowita kwota nie może być zerem', ]; \ No newline at end of file