Skip to content

Commit

Permalink
Merge pull request #39 from RickyCruz/master
Browse files Browse the repository at this point in the history
Agregar atributos faltantes
  • Loading branch information
IsraelOrtuno authored Feb 20, 2019
2 parents 1b9df57 + e812203 commit 445d896
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions resources/lang/es/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
'boolean' => 'El campo :attribute debe ser verdadero o falso.',
'confirmed' => 'El campo confirmación de :attribute no coincide.',
'date' => 'El campo :attribute no corresponde con una fecha válida.',
'date_equals' => 'El campo :attribute debe ser una fecha igual a :date.',
'date_format' => 'El campo :attribute no corresponde con el formato de fecha :format.',
'different' => 'Los campos :attribute y :other deben ser diferentes.',
'digits' => 'El campo :attribute debe ser un número de :digits dígitos.',
Expand Down Expand Up @@ -107,11 +108,13 @@
'string' => 'El campo :attribute debe contener :size caracteres.',
'array' => 'El campo :attribute debe contener :size elementos.',
],
'starts_with' => 'El campo :attribute debe comenzar con uno de los siguientes valores: :values',
'string' => 'El campo :attribute debe ser una cadena de caracteres.',
'timezone' => 'El campo :attribute debe ser una zona horaria válida.',
'unique' => 'El valor del campo :attribute ya está en uso.',
'uploaded' => 'El campo :attribute no se pudo subir.',
'url' => 'El formato del campo :attribute es inválido.',
'uuid' => 'El campo :attribute debe ser un UUID válido.',

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit 445d896

Please sign in to comment.