From 7e343bdfd99443121ce2a102f60ddd7d6847f068 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sat, 31 Oct 2020 16:58:07 +0000 Subject: [PATCH] New translations validation.php (Spanish, Argentina) --- resources/lang/es_AR/validation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/es_AR/validation.php b/resources/lang/es_AR/validation.php index cd360c8ea..5250cdbfd 100644 --- a/resources/lang/es_AR/validation.php +++ b/resources/lang/es_AR/validation.php @@ -90,6 +90,7 @@ return [ 'required_without' => ':attribute es requerido cuando no se encuentre entre los valores :values.', 'required_without_all' => ':attribute es requerido cuando ninguno de los valores :values están presentes.', 'same' => ':attribute y :other deben coincidir.', + 'safe_url' => 'The provided link may not be safe.', 'size' => [ 'numeric' => ':attribute debe ser :size.', 'file' => ':attribute debe ser :size kilobytes.',