From 8a3b33c272479bf13d1fcb4f7713fc4792a1ebb1 Mon Sep 17 00:00:00 2001 From: Federico Date: Sat, 17 Dec 2016 09:34:55 -0300 Subject: [PATCH] [ES] before_or_equal & after_or_equal --- src/es/validation.php | 4 ++-- todo.md | 10 ++++++++-- 2 files changed, 10 insertions(+), 4 deletions(-) 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