Updated language strings

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2022-05-24 15:07:14 -07:00
parent 72799973e7
commit 5be7dee3d3
645 changed files with 4672 additions and 1193 deletions
+7 -3
View File
@@ -64,11 +64,11 @@ return [
'string' => 'התכונה: חייבת להיות לפחות: דקות תווים.',
'array' => 'התכונה: חייבת לכלול לפחות פריטים מינימליים.',
],
'starts_with' => 'The :attribute must start with one of the following: :values.',
'starts_with' => 'השדה חייב להכיל לפחות אחד מהערכים הבאים.',
'not_in' => 'התכונה שנבחרה: אינה חוקית.',
'numeric' => 'התכונה: חייבת להיות מספר.',
'present' => 'שדה התכונה: חייב להיות נוכח.',
'valid_regex' => 'That is not a valid regex. ',
'valid_regex' => 'הקלט לא חוקי. ',
'regex' => 'תבנית התכונה: אינה חוקית.',
'required' => 'שדה התכונה: נדרש.',
'required_if' => 'שדה התכונה: נדרש כאשר: other is: value.',
@@ -89,8 +89,12 @@ return [
'unique' => 'התכונה: כבר נלקחה.',
'uploaded' => 'התכונה: נכשלה.',
'url' => 'תבנית התכונה: אינה חוקית.',
'unique_undeleted' => 'The :attribute must be unique.',
'unique_undeleted' => 'השדה חייב מזהה יחודי.',
'non_circular' => 'The :attribute must not create a circular reference.',
'gte' => [
'numeric' => 'Value cannot be negative'
],
/*
|--------------------------------------------------------------------------