]> BookStack Code Mirror - bookstack/commitdiff
Reaching 100 % Spanish translation
authorDiego Jose Sosa Diaz <redacted>
Thu, 6 Apr 2017 21:12:05 +0000 (23:12 +0200)
committerDiego Jose Sosa Diaz <redacted>
Thu, 6 Apr 2017 21:12:05 +0000 (23:12 +0200)
resources/lang/es/validation.php

index 3fae053e33259b69b9f24e290677003999272dce..7ce727215863e1a575edaed6f7cc4ffa312fe27e 100644 (file)
@@ -28,7 +28,7 @@ return [
         'array'   => 'El :attribute debe estar entre :min y :max items.',
     ],
     'boolean'              => 'El campo :attribute debe ser true o false.',
-    'confirmed'            => 'El :attribute confirmaciÃn no concuerda.',
+    'confirmed'            => 'La confirmaciÃn de :attribute no concuerda.',
     'date'                 => 'El :attribute no es una fecha vÃlida.',
     'date_format'          => 'El :attribute no coincide con el formato :format.',
     'different'            => ':attribute y :other deben ser diferentes.',
@@ -57,23 +57,23 @@ return [
     'not_in'               => ':attribute seleccionado es inválio.',
     'numeric'              => ':attribute debe ser numérico.',
     'regex'                => ':attribute con formato invÃlido',
-    'required'             => 'The :attribute field is required.',
-    'required_if'          => 'The :attribute field is required when :other is :value.',
-    'required_with'        => 'The :attribute field is required when :values is present.',
-    'required_with_all'    => 'The :attribute field is required when :values is present.',
-    'required_without'     => 'The :attribute field is required when :values is not present.',
-    'required_without_all' => 'The :attribute field is required when none of :values are present.',
-    'same'                 => 'The :attribute and :other must match.',
+    'required'             => ':attribute es requerido.',
+    'required_if'          => ':attribute es requerido cuando :other vale :value.',
+    'required_with'        => 'El campo :attribute es requerido cuando se encuentre entre los valores :values.',
+    'required_with_all'    => 'El campo :attribute es requerido cuando los valores sean :values.',
+    '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.',
     'size'                 => [
-        'numeric' => 'The :attribute must be :size.',
-        'file'    => 'The :attribute must be :size kilobytes.',
-        'string'  => 'The :attribute must be :size characters.',
-        'array'   => 'The :attribute must contain :size items.',
+        'numeric' => ':attribute debe ser :size.',
+        'file'    => ':attribute debe ser :size kilobytes.',
+        'string'  => ':attribute debe ser :size caracteres.',
+        'array'   => ':attribute debe contener :size items.',
     ],
-    'string'               => 'The :attribute must be a string.',
-    'timezone'             => 'The :attribute must be a valid zone.',
-    'unique'               => 'The :attribute has already been taken.',
-    'url'                  => 'The :attribute format is invalid.',
+    'string'               => 'El atributo :attribute debe ser una cadena.',
+    'timezone'             => 'El atributo :attribute debe ser una zona vÃlida.',
+    'unique'               => 'El atributo :attribute ya ha sido tomado.',
+    'url'                  => 'El atributo :attribute tiene un formato invÃlido¡.',
 
     /*
     |--------------------------------------------------------------------------
@@ -88,7 +88,7 @@ return [
 
     'custom' => [
         'password-confirm' => [
-            'required_with' => 'Password confirmation required',
+            'required_with' => 'ConfirmaciÃn de Password requerida',
         ],
     ],