Skip to content

Commit

Permalink
Merge pull request #1 from caouecs/master
Browse files Browse the repository at this point in the history
Sync
  • Loading branch information
overtrue committed Jul 6, 2015
2 parents 2a806e8 + db465f9 commit a551206
Show file tree
Hide file tree
Showing 70 changed files with 980 additions and 154 deletions.
15 changes: 15 additions & 0 deletions ar/auth.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'failed' => 'These credentials do not match our records.',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
];
15 changes: 15 additions & 0 deletions bg/auth.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'failed' => 'These credentials do not match our records.',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
];
10 changes: 5 additions & 5 deletions bg/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"string" => "Полето :attribute трябва да бъде между :min и :max знака.",
"array" => "Полето :attribute трябва да има между :min - :max елемента.",
],
"boolean" => "The :attribute field must be true or false",
"boolean" => "Полето :attribute трябва да съдържа Да или Не",
"confirmed" => "Полето :attribute не е потвърдено.",
"date" => "Полето :attribute не е валидна дата.",
"date_format" => "Полето :attribute не е във формат :format.",
Expand Down Expand Up @@ -60,18 +60,18 @@
"required" => "Полето :attribute е задължително.",
"required_if" => "Полето :attribute се изисква, когато :other е :value.",
"required_with" => "Полето :attribute се изисква, когато :values има стойност.",
"required_with_all" => "The :attribute field is required when :values is present.",
"required_with_all" => "Полето :attribute е задължително, когато :values имат стойност.",
"required_without" => "Полето :attribute се изисква, когато :values няма стойност.",
"required_without_all" => "The :attribute field is required when none of :values are present.",
"required_without_all" => "Полето :attribute се изисква, когато никое от полетата :values няма стойност.",
"same" => "Полетата :attribute и :other трябва да съвпадат.",
"size" => [
"numeric" => "Полето :attribute трябва да бъде :size.",
"file" => "Полето :attribute трябва да бъде :size килобайта.",
"string" => "Полето :attribute трябва да бъде :size знака.",
"array" => "Полето :attribute трябва да има :size елемента.",
],
"string" => "The :attribute must be a string.",
"timezone" => "The :attribute must be a valid zone.",
"string" => "Полето :attribute трябва да бъде знаков низ.",
"timezone" => "Полето :attribute трябва да съдържа валидна часова зона.",
"unique" => "Полето :attribute вече съществува.",
"url" => "Полето :attribute е в невалиден формат.",

Expand Down
15 changes: 15 additions & 0 deletions bs/auth.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'failed' => 'These credentials do not match our records.',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
];
2 changes: 1 addition & 1 deletion bs/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"string" => "Polje :attribute mora biti :size karaktera.",
"array" => "Polje :attribute mora biti :size karaktera.",
],
"string" => "The :attribute must be a string.",
"string" => "Polje :attribute mora sadrzavati slova.",
"timezone" => "Polje :attribute mora biti ispravna vremenska zona.",
"unique" => "Polje :attribute već postoji.",
"url" => "Format polja :attribute nije validan.",
Expand Down
15 changes: 15 additions & 0 deletions ca/auth.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'failed' => 'These credentials do not match our records.',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
];
15 changes: 15 additions & 0 deletions cs/auth.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'failed' => 'These credentials do not match our records.',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
];
15 changes: 15 additions & 0 deletions cy/auth.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'failed' => 'These credentials do not match our records.',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
];
15 changes: 15 additions & 0 deletions da/auth.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'failed' => 'These credentials do not match our records.',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
];
15 changes: 15 additions & 0 deletions de/auth.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'failed' => 'These credentials do not match our records.',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
];
15 changes: 15 additions & 0 deletions el/auth.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'failed' => 'These credentials do not match our records.',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
];
15 changes: 15 additions & 0 deletions es/auth.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'failed' => 'These credentials do not match our records.',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
];
15 changes: 15 additions & 0 deletions fa/auth.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'failed' => 'These credentials do not match our records.',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
];
15 changes: 15 additions & 0 deletions fi/auth.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'failed' => 'These credentials do not match our records.',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
];
15 changes: 15 additions & 0 deletions fr/auth.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'failed' => 'Ces certificats ne correspondent pas à nos enregistrements',
'throttle' => 'Trop de tentatives de connexion. Veuillez essayer de nouveau dans :seconds secondes.',
];
2 changes: 1 addition & 1 deletion fr/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"string" => "Le texte de :attribute doit contenir :size caractères.",
"array" => "Le tableau :attribute doit contenir :size éléments.",
],
"string" => "The :attribute must be a string.",
"string" => "Le champ :attribute doit être une chaîne de caractères.",
"timezone" => "Le champ :attribute doit être un fuseau horaire valide.",
"unique" => "La valeur du champ :attribute est déjà utilisée.",
"url" => "Le format de l'URL de :attribute n'est pas valide.",
Expand Down
15 changes: 15 additions & 0 deletions he/auth.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'failed' => 'These credentials do not match our records.',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
];
15 changes: 15 additions & 0 deletions hr/auth.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'failed' => 'These credentials do not match our records.',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
];
1 change: 0 additions & 1 deletion hr/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,3 @@

'attributes' => [],
];
];
15 changes: 15 additions & 0 deletions hu/auth.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'failed' => 'These credentials do not match our records.',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
];
15 changes: 15 additions & 0 deletions id/auth.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'failed' => 'These credentials do not match our records.',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
];
15 changes: 15 additions & 0 deletions is/auth.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'failed' => 'These credentials do not match our records.',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
];
2 changes: 1 addition & 1 deletion is/pagination.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
'previous' => '&laquo; Fyrri',
'next' => 'Næsta &raquo;',

];
];
2 changes: 1 addition & 1 deletion is/passwords.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
"sent" => "Við sendum þér tölvupóst með slóð til að endurheimta lykilorðið þitt.",
"reset" => "Lykilorðið þitt hefur verið endurstillt!",

];
];
2 changes: 1 addition & 1 deletion is/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,4 @@
"size" => "Stærð",
],

];
];
15 changes: 15 additions & 0 deletions it/auth.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'failed' => 'These credentials do not match our records.',
'throttle' => 'Troppi tentativi di accesso. Riprova tra :seconds secondi.',
];
1 change: 0 additions & 1 deletion it/pagination.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
*/

'previous' => '&laquo; Precedente',

'next' => 'Successivo &raquo;',

];
Loading

0 comments on commit a551206

Please sign in to comment.