mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
New translations validation.php (Spanish)
This commit is contained in:
@@ -57,9 +57,9 @@ return [
|
||||
'json' => 'El campo :attribute debe ser una cadena JSON válida.',
|
||||
'max.numeric' => 'El campo :attribute no puede ser mayor que :max.',
|
||||
'max.file' => 'El campo :attribute no puede ser mayor :max de kilobytes.',
|
||||
'max.string' => 'The :attribute may not be greater than :max characters.',
|
||||
'max.array' => 'The :attribute may not have more than :max items.',
|
||||
'mimes' => 'The :attribute must be a file of type: :values.',
|
||||
'max.string' => 'El campo :attribute debe contener menos de :max caracteres.',
|
||||
'max.array' => 'El campo :attribute debe contener al menos :max elementos.',
|
||||
'mimes' => 'El campo :attribute debe ser un archivo de tipo :values.',
|
||||
'min.numeric' => 'The :attribute must be at least :min.',
|
||||
'min.file' => 'The :attribute must be at least :min kilobytes.',
|
||||
'min.string' => 'The :attribute must be at least :min characters.',
|
||||
|
Reference in New Issue
Block a user