Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
caouecs committed Mar 1, 2014
1 parent 3b83dec commit fca1204
Show file tree
Hide file tree
Showing 34 changed files with 459 additions and 426 deletions.
109 changes: 55 additions & 54 deletions ar/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,25 @@

/*
|--------------------------------------------------------------------------
| Validation Language Lines
|
| اسطر التحقق والتصديق للغة العربية
|--------------------------------------------------------------------------
|
| The following language lines contain the default error messages used by
| the validator class.
|
| الاسطر ادناه تحتوي علي رسائل الخطأ الافتراضية المستخدمة في فئة التحقق.
|
| Some of these rules have multiple versions such as the size rules.
|
| بعض هذه القواعد تحتوي علي عدة نسخ مثل قاعدة الحجم.
|
| Feel free to tweak each of these messages.
|
| لا تتردد في تعديل اي منها.
|
*/
| Validation Language Lines
|
| اسطر التحقق والتصديق للغة العربية
|--------------------------------------------------------------------------
|
| The following language lines contain the default error messages used by
| the validator class.
|
| الاسطر ادناه تحتوي علي رسائل الخطأ الافتراضية المستخدمة في فئة التحقق.
|
| Some of these rules have multiple versions such as the size rules.
|
| بعض هذه القواعد تحتوي علي عدة نسخ مثل قاعدة الحجم.
|
| Feel free to tweak each of these messages.
|
| لا تتردد في تعديل اي منها.
|
*/

"accepted" => ":attribute يجب أن يتم قبوله.",
"active_url" => ":attribute ليس عنوان إنترنت صالحًا.",
Expand Down Expand Up @@ -69,6 +69,7 @@
"required" => ":attribute مطلوب.",
"required_if" => ":attribute مطلوب عندما :other يساوي :value.",
"required_with" => ":attribute مطلوب عندما يكون :values موجوداً.",
"required_with_all" => "The :attribute field is required when :values is present.",
"required_without" => ":attribute مطلوب عندما لا يكون :values موجوداً.",
"required_without_all" => "The :attribute field is required when none of :values are present.",
"same" => ":attribute و :other يجب أن يتطابقا.",
Expand All @@ -82,48 +83,48 @@
"url" => ":attribute صيغته غير صحيحة.",

/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
|
| اسطر التحقق المخصصه للغة العربية
|
|--------------------------------------------------------------------------
|
| Here you may specify custom validation messages for attributes using the
| convention "attribute.rule" to name the lines.
|
| من هنا يمكنك تحديد رسائل تحقق مخصصه للسمات باستخدام مجمع "attribute.rule"
| لتسمية السطر.
|
| his makes it quick to specify a specific custom language line for a given
| attribute rule.
|
| يكون التحديد سريعا عند استخدام سمه معينة للغة المخصصة
|
*/
|--------------------------------------------------------------------------
| Custom Validation Language Lines
|
| اسطر التحقق المخصصه للغة العربية
|
|--------------------------------------------------------------------------
|
| Here you may specify custom validation messages for attributes using the
| convention "attribute.rule" to name the lines.
|
| من هنا يمكنك تحديد رسائل تحقق مخصصه للسمات باستخدام مجمع "attribute.rule"
| لتسمية السطر.
|
| his makes it quick to specify a specific custom language line for a given
| attribute rule.
|
| يكون التحديد سريعا عند استخدام سمه معينة للغة المخصصة
|
*/

'custom' => array(
'attribute-name' => array(
'rule-name' => 'custom-message',
),
),

/*
|--------------------------------------------------------------------------
| Custom Validation Attributes
|
| سمات التحقق المخصصه
|
|--------------------------------------------------------------------------
|
| The following language lines are used to swap attribute place-holders
| with something more reader friendly such as E-Mail Address instead
| of "email". This simply helps us make messages a little cleaner.
|
| الاسطر ادناه تستخدم لتبديل السمات بشكل مقروء اكثر مثل "البريد الالكتروني"
| بدلا عن "الايميل". هذه سيساعد في جعل الرسائل اوضح.
|
*/
/*
|--------------------------------------------------------------------------
| Custom Validation Attributes
|
| سمات التحقق المخصصه
|
|--------------------------------------------------------------------------
|
| The following language lines are used to swap attribute place-holders
| with something more reader friendly such as E-Mail Address instead
| of "email". This simply helps us make messages a little cleaner.
|
| الاسطر ادناه تستخدم لتبديل السمات بشكل مقروء اكثر مثل "البريد الالكتروني"
| بدلا عن "الايميل". هذه سيساعد في جعل الرسائل اوضح.
|
*/

'attributes' => array(
"name" => "الاسم",
Expand Down
4 changes: 2 additions & 2 deletions bg/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"required" => "Полето :attribute е задължително.",
"required_if" => "Полето :attribute се изисква, когато :other е :value.",
"required_with" => "Полето :attribute се изисква, когато :values има стойност.",
"required_with_all" => "The :attribute field is required when :values is present.",
"required_without" => "Полето :attribute се изисква, когато :values няма стойност.",
"required_without_all" => "The :attribute field is required when none of :values are present.",
"same" => "Полетата :attribute и :other трябва да съвпадат.",
Expand All @@ -69,7 +70,6 @@
),
"unique" => "Полето :attribute вече съществува.",
"url" => "Полето :attribute е в невалиден формат.",
"recaptcha" => 'Стойността на :attribute е неправилна.',

/*
|--------------------------------------------------------------------------
Expand Down Expand Up @@ -133,4 +133,4 @@
"message" => "Съобщение"
),

);
);
57 changes: 29 additions & 28 deletions bs/validation.php
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<?php

return array(
/*
|--------------------------------------------------------------------------
| Validation Language Lines
|--------------------------------------------------------------------------
|
| The following language lines contain the default error messages used by
| the validator class. Some of these rules have multiple versions such
| such as the size rules. Feel free to tweak each of these messages.
|
*/
/*
|--------------------------------------------------------------------------
| Validation Language Lines
|--------------------------------------------------------------------------
|
| The following language lines contain the default error messages used by
| the validator class. Some of these rules have multiple versions such
| such as the size rules. Feel free to tweak each of these messages.
|
*/
"accepted" => "Polje :attribute mora biti prihvaćeno.",
"active_url" => "Polje :attribute nije validan URL.",
"after" => "Polje :attribute mora biti datum poslije :date.",
Expand Down Expand Up @@ -56,6 +56,7 @@
"required" => "Polje :attribute je obavezno.",
"required_if" => "Polje :attribute je obavezno kada :other je :value.",
"required_with" => "Polje :attribute je obavezno kada je :values prikazana.",
"required_with_all" => "The :attribute field is required when :values is present.",
"required_without" => "Polje :attribute je obavezno kada :values nije prikazano.",
"required_without_all" => "The :attribute field is required when none of :values are present.",
"same" => "Polja :attribute i :other se moraju poklapati.",
Expand All @@ -69,15 +70,15 @@
"url" => "Format polja :attribute nije validan.",

/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
|--------------------------------------------------------------------------
|
| Here you may specify custom validation messages for attributes using the
| convention "attribute.rule" to name the lines. This makes it quick to
| specify a specific custom language line for a given attribute rule.
|
*/
|--------------------------------------------------------------------------
| Custom Validation Language Lines
|--------------------------------------------------------------------------
|
| Here you may specify custom validation messages for attributes using the
| convention "attribute.rule" to name the lines. This makes it quick to
| specify a specific custom language line for a given attribute rule.
|
*/

'custom' => array(
'attribute-name' => array(
Expand All @@ -86,15 +87,15 @@
),

/*
|--------------------------------------------------------------------------
| Custom Validation Attributes
|--------------------------------------------------------------------------
|
| The following language lines are used to swap attribute place-holders
| with something more reader friendly such as E-Mail Address instead
| of "email". This simply helps us make messages a little cleaner.
|
*/
|--------------------------------------------------------------------------
| Custom Validation Attributes
|--------------------------------------------------------------------------
|
| The following language lines are used to swap attribute place-holders
| with something more reader friendly such as E-Mail Address instead
| of "email". This simply helps us make messages a little cleaner.
|
*/

'attributes' => array(),

Expand Down
1 change: 1 addition & 0 deletions ca/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"required" => "El camp :attribute és obligatori.",
"required_if" => "El camp :attribute és obligatori quan :other és :value.",
"required_with" => "El camp :attribute és obligatori quan :values és present.",
"required_with_all" => "The :attribute field is required when :values is present.",
"required_without" => "El camp :attribute és obligatori quan :values no és present.",
"required_without_all" => "The :attribute field is required when none of :values are present.",
"same" => ":attribute i :other han de coincidir.",
Expand Down
1 change: 1 addition & 0 deletions cs/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"required" => ":attribute musí být vyplněno.",
"required_if" => ":attribute musí být vyplněno pokud :other je :value.",
"required_with" => ":attribute musí být vyplněno pokud :values je zvoleno.",
"required_with_all" => "The :attribute field is required when :values is present.",
"required_without" => ":attribute musí být vyplněno pokud :values není vyplněno.",
"required_without_all" => "The :attribute field is required when none of :values are present.",
"same" => ":attribute a :other se musí shodovat.",
Expand Down
1 change: 1 addition & 0 deletions da/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"required" => ":attribute skal udfyldes.",
"required_if" => ":attribute skal udfyldes når :other er :value.",
"required_with" => ":attribute skal udfyldes når :values er udfyldt.",
"required_with_all" => "The :attribute field is required when :values is present.",
"required_without" => ":attribute skal udfyldes når :values ikke er udfyldt.",
"required_without_all" => "The :attribute field is required when none of :values are present.",
"same" => ":attribute og :other skal være ens.",
Expand Down
1 change: 1 addition & 0 deletions de/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"required" => ":attribute muss ausgefüllt sein.",
"required_if" => ":attribute muss ausgefüllt sein wenn :other :value ist.",
"required_with" => ":attribute muss angegeben werden wenn :values ausgefüllt wurde.",
"required_with_all" => "The :attribute field is required when :values is present.",
"required_without" => ":attribute muss angegeben werden wenn :values nicht ausgefüllt wurde.",
"required_without_all" => ":attribute muss angegeben werden wenn keines der Felder :values ausgefüllt wurde.",
"same" => ":attribute und :other müssen übereinstimmen.",
Expand Down
1 change: 1 addition & 0 deletions el/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"required" => "Το πεδίο :attribute είναι απαραίτητο.",
"required_if" => "Το πεδίο :attribute είναι απαραίτητο όταν το πεδίο :other είναι :value.",
"required_with" => "Το πεδίο :attribute είναι απαραίτητο όταν υπάρχει :values.",
"required_with_all" => "The :attribute field is required when :values is present.",
"required_without" => "Το πεδίο :attribute είναι απαραίτητο όταν δεν υπάρχει :values.",
"required_without_all" => "The :attribute field is required when none of :values are present.",
"same" => "Τα πεδία :attribute και :other πρέπει να είναι ίδια.",
Expand Down
1 change: 1 addition & 0 deletions es/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"required" => "El campo :attribute es obligatorio.",
"required_if" => "El campo :attribute es obligatorio cuando :other es :value.",
"required_with" => "El campo :attribute es obligatorio cuando :values está presente.",
"required_with_all" => "The :attribute field is required when :values is present.",
"required_without" => "El campo :attribute es obligatorio cuando :values no está presente.",
"required_without_all" => "The :attribute field is required when none of :values are present.",
"same" => ":attribute y :other deben coincidir.",
Expand Down
1 change: 1 addition & 0 deletions fi/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"required" => ":attribute kenttä on pakollinen.",
"required_if" => "The :attribute field is required when :other is :value.",
"required_with" => "The :attribute field is required when :values is present.",
"required_with_all" => "The :attribute field is required when :values is present.",
"required_without" => "The :attribute field is required when :values is not present.",
"required_without_all" => "The :attribute field is required when none of :values are present.",
"same" => ":attribute ja :other on oltava samat.",
Expand Down
1 change: 1 addition & 0 deletions he/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"required" => "The :attribute field is required.",
"required_if" => "The :attribute field is required when :other is :value.",
"required_with" => "The :attribute field is required when :values is present.",
"required_with_all" => "The :attribute field is required when :values is present.",
"required_without" => "The :attribute field is required when :values is not present.",
"required_without_all" => "The :attribute field is required when none of :values are present.",
"same" => "The :attribute and :other must match.",
Expand Down
1 change: 1 addition & 0 deletions hu/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"required" => "A(z) :attribute megadása kötelező!",
"required_if" => "A(z) :attribute megadása kötelező, ha a(z) :other értéke :value!",
"required_with" => "A(z) :attribute megadása kötelező, ha a(z) :values értékek léteznek.",
"required_with_all" => "The :attribute field is required when :values is present.",
"required_without" => "A(z) :attribute megadása kötelező, ha a(z) :values értékek nem léteznek.",
"required_without_all" => "The :attribute field is required when none of :values are present.",
"same" => "A(z) :attribute és :other mezőknek egyezniük kell!",
Expand Down
1 change: 1 addition & 0 deletions id/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"required" => "Bidang isian :attribute wajib diisi.",
"required_if" => "Bidang isian :attribute wajib diisi bila :other adalah :value.",
"required_with" => "Bidang isian :attribute wajib diisi bila terdapat :values.",
"required_with_all" => "The :attribute field is required when :values is present.",
"required_without" => "Bidang isian :attribute wajib diisi bila tidak terdapat :values.",
"required_without_all" => "Bidang isian :attribute wajib diisi bila tidak terdapat ada :values.",
"same" => "Isian :attribute dan :other harus sama.",
Expand Down
1 change: 1 addition & 0 deletions it/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"required" => ":attribute è richiesto.",
"required_if" => "Il campo :attribute è richiesto quando :other è :value.",
"required_with" => "Il campo :attribute è richiesto quando :values è presente.",
"required_with_all" => "The :attribute field is required when :values is present.",
"required_without" => "Il campo :attribute è richiesto quando :values non è presente.",
"required_without_all" => "The :attribute field is required when none of :values are present.",
"same" => ":attribute e :other devono coincidere.",
Expand Down
3 changes: 2 additions & 1 deletion ja/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"required" => ":attributeは必ず指定してください。",
"required_if" => "The :attribute field is required when :other is :value.",
"required_with" => "The :attribute field is required when :values is present.",
"required_with_all" => "The :attribute field is required when :values is present.",
"required_without" => "The :attribute field is required when :values is not present.",
"required_without_all" => "The :attribute field is required when none of :values are present.",
"same" => ":attributeと:otherには同じ値を指定してください。",
Expand Down Expand Up @@ -99,4 +100,4 @@

'attributes' => array(),

);
);
Loading

0 comments on commit fca1204

Please sign in to comment.