diff --git a/src/es/validation.php b/src/es/validation.php index ea116200f62..35236078a5e 100644 --- a/src/es/validation.php +++ b/src/es/validation.php @@ -16,13 +16,13 @@ 'accepted' => ':attribute debe ser aceptado.', 'active_url' => ':attribute no es una URL válida.', 'after' => ':attribute debe ser una fecha posterior a :date.', - 'after_or_equal' => 'The :attribute must be a date after or equal to :date.', + 'after_or_equal' => ':attribute debe ser una fecha posterior o igual a :date.', 'alpha' => ':attribute sólo debe contener letras.', 'alpha_dash' => ':attribute sólo debe contener letras, números y guiones.', 'alpha_num' => ':attribute sólo debe contener letras y números.', 'array' => ':attribute debe ser un conjunto.', 'before' => ':attribute debe ser una fecha anterior a :date.', - 'before_or_equal' => 'The :attribute must be a date before or equal to :date.', + 'before_or_equal' => ':attribute debe ser una fecha anterior o igual a :date.', 'between' => [ 'numeric' => ':attribute tiene que estar entre :min - :max.', 'file' => ':attribute debe pesar entre :min - :max kilobytes.', diff --git a/todo.md b/todo.md index 0383e584207..23bbbd2c9d0 100644 --- a/todo.md +++ b/todo.md @@ -79,8 +79,6 @@ * validation : uploaded * es: - * validation : after_or_equal - * validation : before_or_equal * fa: * validation : after_or_equal @@ -111,6 +109,14 @@ * validation : file * validation : uploaded + * hi: + * validation : after_or_equal : not present + * validation : before_or_equal : not present + * validation : dimensions : not present + * validation : file : not present + * validation : mimetypes : not present + * validation : uploaded : not present + * hr: * validation : after_or_equal * validation : before_or_equal