From 8996bcb59b3290863a6a4585820e5e2658deec12 Mon Sep 17 00:00:00 2001 From: Cachet Bot <40326150+CachetBot@users.noreply.github.com> Date: Thu, 12 Jul 2018 08:43:36 +0100 Subject: [PATCH] New translations validation.php (Hebrew) --- resources/lang/he-IL/validation.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/resources/lang/he-IL/validation.php b/resources/lang/he-IL/validation.php index 6190d23d..7d196d98 100644 --- a/resources/lang/he-IL/validation.php +++ b/resources/lang/he-IL/validation.php @@ -23,12 +23,12 @@ return [ */ 'accepted' => 'The :attribute must be accepted.', - 'active_url' => 'attribute: אינו כתובת URL חוקית.', - 'after' => 'attribute: חייב להיות תאריך אחרי date:', - 'alpha' => 'attribute: יכולים להכיל רק אותיות.', - 'alpha_dash' => 'attribute: יכולה להכיל רק אותיות, מספרים, מקפים.', - 'alpha_num' => 'attribute: יכולים להכיל רק אותיות ומספרים.', - 'array' => 'attribute: חייב להיות מערך.', + 'active_url' => 'The :attribute is not a valid URL.', + 'after' => 'The :attribute must be a date after :date.', + 'alpha' => 'The :attribute may only contain letters.', + 'alpha_dash' => 'The :attribute may only contain letters, numbers, and dashes.', + 'alpha_num' => 'The :attribute may only contain letters and numbers.', + 'array' => 'The :attribute must be an array.', 'before' => 'The :attribute must be a date before :date.', 'between' => [ 'numeric' => 'The :attribute must be between :min and :max.', @@ -47,7 +47,7 @@ return [ 'exists' => 'The selected :attribute is invalid.', 'distinct' => 'The :attribute field has a duplicate value.', 'filled' => 'The :attribute field is required.', - 'image' => 'attribute: חייב להיות תמונה.', + 'image' => 'The :attribute must be an image.', 'in' => 'The selected :attribute is invalid.', 'in_array' => 'The :attribute field does not exist in :other.', 'integer' => 'The :attribute must be an integer.',