Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ae28b0c

Browse files
committed
Merge pull request Laravel-Lang#80 from caouecs/develop
Add array elements and fix arabic (ar)
2 parents ae41f55 + b250dd4 commit ae28b0c

27 files changed

+176
-47
lines changed

ar/reminders.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
|
1414
*/
1515

16-
"password" => "كلمات السر يجب أن تكون 6 محارف وتطابق حقل التأكيد",
16+
"password" => "كلمة السر يجب أن تكون 6 محارف وتطابق حقل التأكيد",
1717

18-
"user" => "لا يمكننا العثور على المستخدم المرتبط بهذا البريد الالكتروني",
18+
"user" => "لا يمكن العثور على المستخدم المرتبط بهذا البريد الالكتروني",
1919

2020
"token" => "كود إعادة تعيين كلمة السر غير صالح.",
2121

ar/validation.php

Lines changed: 50 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -13,56 +13,61 @@
1313
|
1414
*/
1515

16-
"accepted" => "حقل :attribute يجب أن يتم قبوله.",
17-
"active_url" => "حقل :attribute ليس عنوان إنترنت صالح.",
18-
"after" => "حقل :attribute يجب أن يكون تاريخ بعد :date.",
19-
"alpha" => "حقل :attribute من الممكن أن يحوي أحرفاً فقط.",
20-
"alpha_dash" => "حقل :attribute من الممكن أن يحوي أحرف, أرقام, وإشارة ناقص.",
21-
"alpha_num" => "حقل :attribute من الممكن أن يحوي أحرف وأرقام.",
22-
"before" => "حقل :attribute يجب أن يكون تاريخ قبل :date.",
16+
"accepted" => ":attribute يجب أن يتم قبوله.",
17+
"active_url" => ":attribute ليس عنوان إنترنت صالحًا.",
18+
"before" => ":attribute يجب أن يكون تاريخ قبل :date.",
19+
"after" => ":attribute يجب أن يكون تاريخًا بعد :date.",
20+
"alpha" => ":attribute يجب أن يحوي أحرفاً فقط.",
21+
"alpha_dash" => ":attribute يجب أن يحوي أحرف وأرقام وإشارة ناقص.",
22+
"alpha_num" => ":attribute يجب أن يحوي أحرف وأرقام.",
23+
"array" => "The :attribute must be an array.",
2324
"between" => array(
24-
"numeric" => "حقل :attribute يجب أن يكون بين :min - :max.",
25-
"file" => "حقل :attribute يجب أن يكون بين :min - :max كيلو بايت.",
26-
"string" => "حقل :attribute يجب أن يكون بين :min - :max محرف.",
25+
"numeric" => ":attribute يجب أن يكون ؤقمًا بين :min - :max.",
26+
"file" => ":attribute يجب أن يكون بين :min - :max كيلو بايت.",
27+
"string" => ":attribute يجب أن يكون طوله بين :min - :max من الأحرف.",
28+
"array" => "The :attribute must have between :min - :max items."
2729
),
28-
"confirmed" => "حقل :attribute التأكيد لا يتطابق.",
29-
"date" => "حقل :attribute ليس تاريخ صحيح.",
30-
"date_format" => "حقل :attribute لا يطابق الصيغة :format.",
31-
"different" => "حقل :attribute و :other يجب أن يكونا مختلفين.",
32-
"digits" => "حقل :attribute يجب أن يكون :digits أرقام.",
33-
"digits_between" => "حقل :attribute يجب أن يكون بين :min و :max رقم.",
34-
"email" => "حقل :attribute بصيغة خاطئة.",
35-
"exists" => "حقل :attribute المختار غير صالح.",
36-
"image" => "حقل :attribute يجب أن يكون صورة",
37-
"in" => "حقل :attribute المختار غير صالح.",
38-
"integer" => "حقل :attribute يجب أن يكون رقماً صحيحاً.",
39-
"ip" => "حقل :attribute يجب أن يكون عنوان أنترنت (IP) صحيحاً.",
30+
"confirmed" => "تأكيد :attribute لا يتطابق.",
31+
"date" => ":attribute ليس تاريخ صحيح.",
32+
"date_format" => ":attribute لا يطابق الصيغة :format.",
33+
"different" => ":attribute و :other يجب أن يكونا مختلفين.",
34+
"digits" => ":attribute يجب أن يتكون من :digits أرقام.",
35+
"digits_between" => ":attribute يجب أن يكون بين :min و :max أرقام.",
36+
"email" => ":attribute بصيغة خاطئة.",
37+
"exists" => ":attribute المختار غير صالح.",
38+
"image" => ":attribute يجب أن يكون صورة",
39+
"in" => "قيمة :attribute المختارة غير صالحة.",
40+
"integer" => ":attribute يجب أن يكون رقماً صحيحاً.",
41+
"ip" => ":attribute يجب أن يكون عنوان أنترنت (IP) صحيحاً.",
4042
"max" => array(
41-
"numeric" => "حقل :attribute يجب ألا يكون أكبر من :max.",
42-
"file" => "حقل :attribute يجب ألا يكون أكبر من :max كيلو بايت.",
43-
"string" => "حقل :attribute يجب ألا يكون أكبر من :max محرف.",
43+
"numeric" => ":attribute يجب ألا يكون أكبر من :max.",
44+
"file" => ":attribute يجب ألا يكون أكبر من :max كيلو بايت.",
45+
"string" => ":attribute يجب ألا يكون أكبر من :max محرف.",
46+
"array" => "The :attribute may not have more than :max items."
4447
),
45-
"mimes" => "حقل :attribute يجب أن يكون ملف من نوع: :values.",
48+
"mimes" => ":attribute يجب أن يكون ملف من نوع: :values.",
4649
"min" => array(
47-
"numeric" => "حقل :attribute يجب أن يكون على الأقل :min.",
48-
"file" => "حقل :attribute يجب أن يكون على الأقل :min كيول بايت.",
49-
"string" => "حقل :attribute يجب أن يكون على الأقل :min محرف.",
50+
"numeric" => ":attribute يجب أن يكون على الأقل :min.",
51+
"file" => ":attribute يجب أن يكون على الأقل :min كيول بايت.",
52+
"string" => ":attribute يجب أن يكون طوله على الأقل :min أحرف.",
53+
"array" => "The :attribute must have at least :min items."
5054
),
51-
"not_in" => "حقل :attribute المختار غير صالح.",
52-
"numeric" => "حقل :attribute يجب أن يكون رقم.",
53-
"regex" => "حقل :attribute صيغته غير صالحة.",
54-
"required" => "حقل :attribute مطلوب.",
55-
"required_if" => "حقل :attribute مطلوب عندما :other يساوي :value.",
56-
"required_with" => "حقل :attribute مطلوب عندما يكون :values موجوداً.",
57-
"required_without" => "حقل :attribute مطلوب عندما لا يكون :values موجوداً.",
58-
"same" => "حقل :attribute و :other يجب أن يتطابقا.",
55+
"not_in" => ":attribute المختار غير صالح.",
56+
"numeric" => ":attribute يجب أن يكون رقم.",
57+
"regex" => ":attribute صيغته غير صالحة.",
58+
"required" => ":attribute مطلوب.",
59+
"required_if" => ":attribute مطلوب عندما :other يساوي :value.",
60+
"required_with" => ":attribute مطلوب عندما يكون :values موجوداً.",
61+
"required_without" => ":attribute مطلوب عندما لا يكون :values موجوداً.",
62+
"same" => ":attribute و :other يجب أن يتطابقا.",
5963
"size" => array(
60-
"numeric" => "حقل :attribute يجب أن يكون :size.",
61-
"file" => "حقل :attribute يجب أن يكون :size كيلو بايت.",
62-
"string" => "حقل :attribute يجب أن يكون :size محرف.",
64+
"numeric" => ":attribute يجب أن يكون :size.",
65+
"file" => ":attribute يجب أن يكون :size كيلو بايت.",
66+
"string" => ":attribute يجب أن يتكون من :size أحرف.",
67+
"array" => "The :attribute must contain :size items."
6368
),
64-
"unique" => "حقل :attribute تم استخدامه مسبقاً.",
65-
"url" => "حقل :attribute صيغته غير صحيحة.",
69+
"unique" => "قيمة :attribute تم استخدامها مسبقاً.",
70+
"url" => ":attribute صيغته غير صحيحة.",
6671

6772
/*
6873
|--------------------------------------------------------------------------
@@ -92,11 +97,11 @@
9297
"name" => "الاسم",
9398
"username" => "اسم المستخدم",
9499
"email" => "الإيميل",
95-
"first_name" => "الاسم",
96-
"last_name" => "الكنية",
100+
"first_name" => "الاسم الأول",
101+
"last_name" => "اسم العائلة",
97102
"password" => "كلمة السر",
98103
"city" => "المدينة",
99-
"country" => "البلد",
104+
"country" => "الدولة",
100105
"address" => "العنوان",
101106
"phone" => "الهاتف",
102107
"mobile" => "الجوال",

bg/validation.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,13 @@
1919
"alpha" => "Полето :attribute трябва да съдържа само букви.",
2020
"alpha_dash" => "Полето :attribute трябва да съдържа само букви, цифри, долна черта и тире.",
2121
"alpha_num" => "Полето :attribute трябва да съдържа само букви и цифри.",
22+
"array" => "The :attribute must be an array.",
2223
"before" => "Полето :attribute трябва да бъде дата преди :date.",
2324
"between" => array(
2425
"numeric" => "Полето :attribute трябва да бъде между :min и :max.",
2526
"file" => "Полето :attribute трябва да бъде между :min и :max килобайта.",
2627
"string" => "Полето :attribute трябва да бъде между :min и :max знака.",
28+
"array" => "The :attribute must have between :min - :max items."
2729
),
2830
"confirmed" => "Полето :attribute не е потвърдено.",
2931
"date" => "Полето :attribute не е валидна дата.",
@@ -41,12 +43,14 @@
4143
"numeric" => "Полето :attribute трябва да бъде по-малко от :max.",
4244
"file" => "Полето :attribute трябва да бъде по-малко от :max килобайта.",
4345
"string" => "Полето :attribute трябва да бъде по-малко от :max знака.",
46+
"array" => "The :attribute may not have more than :max items."
4447
),
4548
"mimes" => "Полето :attribute трябва да бъде файл от тип: :values.",
4649
"min" => array(
4750
"numeric" => "Полето :attribute трябва да бъде минимум :min.",
4851
"file" => "Полето :attribute трябва да бъде минимум :min килобайта.",
4952
"string" => "Полето :attribute трябва да бъде минимум :min знака.",
53+
"array" => "The :attribute must have at least :min items."
5054
),
5155
"not_in" => "Избраното поле :attribute е невалидно.",
5256
"numeric" => "Полето :attribute трябва да бъде число.",
@@ -60,6 +64,7 @@
6064
"numeric" => "Полето :attribute трябва да бъде :size.",
6165
"file" => "Полето :attribute трябва да бъде :size килобайта.",
6266
"string" => "Полето :attribute трябва да бъде :size знака.",
67+
"array" => "The :attribute must contain :size items."
6368
),
6469
"unique" => "Полето :attribute вече съществува.",
6570
"url" => "Полето :attribute е в невалиден формат.",

da/validation.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,13 @@
1919
"alpha" => ":attribute må kun bestå af bogstaver.",
2020
"alpha_dash" => ":attribute må kun bestå af bogstaver, tal og bindestreger.",
2121
"alpha_num" => ":attribute må kun bestå af bogstaver og tal.",
22+
"array" => "The :attribute must be an array.",
2223
"before" => ":attribute skal være en dato før :date.",
2324
"between" => array(
2425
"numeric" => ":attribute skal være imellem :min - :max.",
2526
"file" => ":attribute skal være imellem :min - :max kilobytes.",
2627
"string" => ":attribute skal være imellem :min - :max tegn.",
28+
"array" => "The :attribute must have between :min - :max items."
2729
),
2830
"confirmed" => ":attribute er ikke det samme som bekræftelsesfeltet.",
2931
"date" => ":attribute er ikke en gyldig dato.",
@@ -41,12 +43,14 @@
4143
"numeric" => ":attribute skal være mindre end :max.",
4244
"file" => ":attribute skal være mindre end :max kilobytes.",
4345
"string" => ":attribute skal være kortere end :max tegn.",
46+
"array" => "The :attribute may not have more than :max items."
4447
),
4548
"mimes" => ":attribute skal være en fil af typen: :values.",
4649
"min" => array(
4750
"numeric" => ":attribute skal være større end :min.",
4851
"file" => ":attribute skal være større end :min kilobytes.",
4952
"string" => ":attribute skal være længere end :min tegn.",
53+
"array" => "The :attribute must have at least :min items."
5054
),
5155
"not_in" => "Den valgte :attribute er ugyldig.",
5256
"numeric" => ":attribute skal være et tal.",
@@ -60,6 +64,7 @@
6064
"numeric" => ":attribute skal være :size.",
6165
"file" => ":attribute skal være :size kilobytes.",
6266
"string" => ":attribute skal være :size tegn lang.",
67+
"array" => "The :attribute must contain :size items."
6368
),
6469
"unique" => ":attribute er allerede taget.",
6570
"url" => ":attribute formatet er ugyldigt.",

de/validation.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,13 @@
1919
"alpha" => ":attribute darf nur aus Buchstaben bestehen.",
2020
"alpha_dash" => ":attribute darf nur aus Buchstaben, Zahlen, Binde- und Unterstrichen bestehen. Umlaute (ä, ö &uuml) und Eszett (ß) sind nicht erlaubt.",
2121
"alpha_num" => ":attribute darf nur aus Buchstaben und Zahlen bestehen.",
22+
"array" => "The :attribute must be an array.",
2223
"before" => ":attribute muss ein Datum vor dem :date sein.",
2324
"between" => array(
2425
"numeric" => ":attribute muss zwischen :min - :max liegen.",
2526
"file" => ":attribute muss zwischen :min - :max kilobytes groß sein.",
2627
"string" => ":attribute muss zwischen :min - :max Zeichen lang sein.",
28+
"array" => "The :attribute must have between :min - :max items."
2729
),
2830
"confirmed" => ":attribute stimmt nicht mit der Bestätigung überein.",
2931
"date" => ":attribute ist kein gültiges Datum.",
@@ -41,12 +43,14 @@
4143
"numeric" => ":attribute muss kleiner als :max sein.",
4244
"file" => ":attribute muss kleiner als :max Kilobytes groß sein.",
4345
"string" => ":attribute muss kürzer als :max Zeichen sein.",
46+
"array" => "The :attribute may not have more than :max items."
4447
),
4548
"mimes" => ":attribute muss den Dateityp :values haben.",
4649
"min" => array(
4750
"numeric" => ":attribute muss größer als :min sein.",
4851
"file" => ":attribute muss größer als :min Kilobytes groß sein.",
4952
"string" => ":attribute muss mindestens :min Zeichen lang sein.",
53+
"array" => "The :attribute must have at least :min items."
5054
),
5155
"not_in" => "Der gewählte Wert für :attribute ist ungültig.",
5256
"numeric" => ":attribute muss eine Zahl sein.",
@@ -60,6 +64,7 @@
6064
"numeric" => ":attribute muss gleich :size sein.",
6165
"file" => ":attribute muss :size Kilobyte groß sein.",
6266
"string" => ":attribute muss :size Zeichen lang sein.",
67+
"array" => "The :attribute must contain :size items."
6368
),
6469
"unique" => ":attribute ist schon vergeben.",
6570
"url" => "Das Format von :attribute ist ungültig.",

el/validation.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,13 @@
1919
"alpha" => "Το πεδίο :attribute μπορεί να περιέχει μόνο από γράμματα.",
2020
"alpha_dash" => "Το πεδίο :attribute μπορεί να περιέχει μόνο από γράμματα, αριθμούς, και παύλες.",
2121
"alpha_num" => "Το πεδίο :attribute μπορεί να περιέχει μόνο γράμματα και αριθμούς.",
22+
"array" => "The :attribute must be an array.",
2223
"before" => "Το πεδίο :attribute πρέπει να είναι ημ/νία πρίν από :date.",
2324
"between" => array(
2425
"numeric" => "Το πεδίο :attribute πρέπει να είναι μεταξύ :min - :max.",
2526
"file" => "Το πεδίο :attribute πρέπει να είναι μεταξύ :min - :max kilobytes.",
2627
"string" => "Το πεδίο :attribute πρέπει να είναι μεταξύ :min - :max χαρακτήρες.",
28+
"array" => "The :attribute must have between :min - :max items."
2729
),
2830
"confirmed" => "Η επιβαιβέωση του :attribute δεν ταιριάζει.",
2931
"date" => "Το πεδίο :attribute δεν αποτελει αποδεκτή ημερομηνία.",
@@ -41,12 +43,14 @@
4143
"numeric" => "Το πεδίο :attribute πρέπει να είναι μικρότερο από :max.",
4244
"file" => "Το πεδίο :attribute πρέπει να είναι μικρότερο από :max kilobytes.",
4345
"string" => "Το πεδίο :attribute πρέπει να έχει λιγότερους από :max χαρακτήρες.",
46+
"array" => "The :attribute may not have more than :max items."
4447
),
4548
"mimes" => "Το πεδίο :attribute πρέπει να είναι αρχείο με τύπο: :values.",
4649
"min" => array(
4750
"numeric" => "Το πεδίο :attribute πρέπει να είναι τουλάχιστον :min.",
4851
"file" => "Το πεδίο :attribute πρέπει να είναι τουλάχιστον :min kilobytes.",
4952
"string" => "Το πεδίο :attribute πρέπει να έχει τουλάχιστον :min χαρακτήρες.",
53+
"array" => "The :attribute must have at least :min items."
5054
),
5155
"not_in" => "Το επιλεγμένο :attribute δεν είναι αποδεκτό.",
5256
"numeric" => "Το πεδίο :attribute πρέπει να είναι αριθμός.",
@@ -60,6 +64,7 @@
6064
"numeric" => "Το πεδίο :attribute πρέπει να είναι :size.",
6165
"file" => "Το πεδίο :attribute πρέπει να είναι :size kilobytes.",
6266
"string" => "Το πεδίο :attribute πρέπει να είναι :size χαρακτήρες.",
67+
"array" => "The :attribute must contain :size items."
6368
),
6469
"unique" => "Το πεδίο :attribute έχει ήδη εκχωρηθεί.",
6570
"url" => "Το πεδίο :attribute δεν είναι μία αποδεκτή δ/νση URL.",

0 commit comments

Comments
 (0)