X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/b8c16b15a9f945b72d2ca4fe0c0172ba422199bc..refs/pull/3616/head:/resources/lang/he/validation.php diff --git a/resources/lang/he/validation.php b/resources/lang/he/validation.php index 2797a9c21..85f6c698e 100644 --- a/resources/lang/he/validation.php +++ b/resources/lang/he/validation.php @@ -15,6 +15,7 @@ return [ 'alpha_dash' => 'שדה :attribute יכול להכיל אותיות, מספרים ומקפים בלבד.', 'alpha_num' => 'שדה :attribute יכול להכיל אותיות ומספרים בלבד.', 'array' => 'שדה :attribute חייב להיות מערך.', + 'backup_codes' => 'The provided code is not valid or has already been used.', 'before' => 'שדה :attribute חייב להיות תאריך לפני :date.', 'between' => [ 'numeric' => 'שדה :attribute חייב להיות בין :min ל-:max.', @@ -31,6 +32,7 @@ return [ 'digits_between' => 'שדה :attribute חייב להיות בין :min ו-:max ספרות.', 'email' => 'שדה :attribute חייב להיות כתובת אימייל תקנית.', 'ends_with' => 'The :attribute must end with one of the following: :values', + 'file' => 'The :attribute must be provided as a valid file.', 'filled' => 'שדה :attribute הוא חובה.', 'gt' => [ 'numeric' => 'The :attribute must be greater than :value.', @@ -78,7 +80,6 @@ return [ 'string' => 'שדה :attribute חייב להיות לפחות :min תווים.', 'array' => 'שדה :attribute חייב להיות לפחות :min פריטים.', ], - 'no_double_extension' => 'השדה :attribute חייב להיות בעל סיומת קובץ אחת בלבד.', 'not_in' => 'בחירת ה-:attribute אינה תקפה.', 'not_regex' => 'The :attribute format is invalid.', 'numeric' => 'שדה :attribute חייב להיות מספר.', @@ -90,6 +91,7 @@ return [ 'required_without' => 'שדה :attribute נחוץ כאשר :values לא בנמצא.', 'required_without_all' => 'שדה :attribute נחוץ כאשר אף אחד מ-:values נמצאים.', 'same' => 'שדה :attribute ו-:other חייבים להיות זהים.', + 'safe_url' => 'The provided link may not be safe.', 'size' => [ 'numeric' => 'שדה :attribute חייב להיות :size.', 'file' => 'שדה :attribute חייב להיות :size קילובייטים.', @@ -98,6 +100,7 @@ return [ ], 'string' => 'שדה :attribute חייב להיות מחרוזת.', 'timezone' => 'שדה :attribute חייב להיות איזור תקני.', + 'totp' => 'The provided code is not valid or has expired.', 'unique' => 'שדה :attribute כבר תפוס.', 'url' => 'שדה :attribute בעל פורמט שאינו תקין.', 'uploaded' => 'שדה :attribute ארעה שגיאה בעת ההעלאה.',