Documentación, scripts auxiliares y limpieza de archivos eliminados
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'failed' => 'Las credenciales ingresadas no son correctas.',
|
||||
'password' => 'La contraseña ingresada no es correcta.',
|
||||
'throttle' => 'Demasiados intentos. Intentá nuevamente en :seconds segundos.',
|
||||
];
|
||||
@@ -0,0 +1,135 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'accepted' => 'Debes aceptar :attribute.',
|
||||
'accepted_if' => 'Debes aceptar :attribute cuando :other sea :value.',
|
||||
'active_url' => 'El campo :attribute no es una URL válida.',
|
||||
'after' => 'El campo :attribute debe ser una fecha posterior a :date.',
|
||||
'after_or_equal' => 'El campo :attribute debe ser una fecha posterior o igual a :date.',
|
||||
'alpha' => 'El campo :attribute solo puede contener letras.',
|
||||
'alpha_dash' => 'El campo :attribute solo puede contener letras, números, guiones y guiones bajos.',
|
||||
'alpha_num' => 'El campo :attribute solo puede contener letras y números.',
|
||||
'array' => 'El campo :attribute debe ser un conjunto de valores.',
|
||||
'before' => 'El campo :attribute debe ser una fecha anterior a :date.',
|
||||
'before_or_equal' => 'El campo :attribute debe ser una fecha anterior o igual a :date.',
|
||||
'between' => [
|
||||
'array' => 'El campo :attribute debe tener entre :min y :max elementos.',
|
||||
'file' => 'El archivo :attribute debe pesar entre :min y :max kilobytes.',
|
||||
'numeric' => 'El campo :attribute debe estar entre :min y :max.',
|
||||
'string' => 'El campo :attribute debe tener entre :min y :max caracteres.',
|
||||
],
|
||||
'boolean' => 'El campo :attribute debe ser verdadero o falso.',
|
||||
'confirmed' => 'La confirmación de :attribute no coincide.',
|
||||
'date' => 'El campo :attribute no es una fecha válida.',
|
||||
'date_equals' => 'El campo :attribute debe ser una fecha igual a :date.',
|
||||
'date_format' => 'El campo :attribute no coincide con el formato :format.',
|
||||
'different' => 'El campo :attribute debe ser diferente de :other.',
|
||||
'digits' => 'El campo :attribute debe tener :digits dígitos.',
|
||||
'digits_between' => 'El campo :attribute debe tener entre :min y :max dígitos.',
|
||||
'email' => 'El campo :attribute debe ser un correo válido.',
|
||||
'exists' => 'El valor seleccionado para :attribute no es válido.',
|
||||
'file' => 'El campo :attribute debe ser un archivo.',
|
||||
'filled' => 'El campo :attribute es obligatorio.',
|
||||
'gt' => [
|
||||
'array' => 'El campo :attribute debe tener más de :value elementos.',
|
||||
'file' => 'El archivo :attribute debe pesar más de :value kilobytes.',
|
||||
'numeric' => 'El campo :attribute debe ser mayor que :value.',
|
||||
'string' => 'El campo :attribute debe tener más de :value caracteres.',
|
||||
],
|
||||
'gte' => [
|
||||
'array' => 'El campo :attribute debe tener :value elementos o más.',
|
||||
'file' => 'El archivo :attribute debe pesar :value kilobytes o más.',
|
||||
'numeric' => 'El campo :attribute debe ser mayor o igual a :value.',
|
||||
'string' => 'El campo :attribute debe tener :value caracteres o más.',
|
||||
],
|
||||
'image' => 'El archivo :attribute debe ser una imagen.',
|
||||
'in' => 'El valor seleccionado para :attribute no es válido.',
|
||||
'integer' => 'El campo :attribute debe ser un número entero.',
|
||||
'lt' => [
|
||||
'array' => 'El campo :attribute debe tener menos de :value elementos.',
|
||||
'file' => 'El archivo :attribute debe pesar menos de :value kilobytes.',
|
||||
'numeric' => 'El campo :attribute debe ser menor que :value.',
|
||||
'string' => 'El campo :attribute debe tener menos de :value caracteres.',
|
||||
],
|
||||
'lte' => [
|
||||
'array' => 'El campo :attribute no debe tener más de :value elementos.',
|
||||
'file' => 'El archivo :attribute no debe pesar más de :value kilobytes.',
|
||||
'numeric' => 'El campo :attribute debe ser menor o igual a :value.',
|
||||
'string' => 'El campo :attribute no debe tener más de :value caracteres.',
|
||||
],
|
||||
'max' => [
|
||||
'array' => 'El campo :attribute no debe tener más de :max elementos.',
|
||||
'file' => 'El archivo :attribute no debe pesar más de :max kilobytes.',
|
||||
'numeric' => 'El campo :attribute no debe ser mayor que :max.',
|
||||
'string' => 'El campo :attribute no debe tener más de :max caracteres.',
|
||||
],
|
||||
'mimes' => 'El archivo :attribute debe ser de tipo: :values.',
|
||||
'mimetypes' => 'El archivo :attribute debe ser de tipo: :values.',
|
||||
'min' => [
|
||||
'array' => 'El campo :attribute debe tener al menos :min elementos.',
|
||||
'file' => 'El archivo :attribute debe pesar al menos :min kilobytes.',
|
||||
'numeric' => 'El campo :attribute debe ser como mínimo :min.',
|
||||
'string' => 'El campo :attribute debe tener al menos :min caracteres.',
|
||||
],
|
||||
'multiple_of' => 'El campo :attribute debe ser múltiplo de :value.',
|
||||
'not_in' => 'El valor seleccionado para :attribute no es válido.',
|
||||
'numeric' => 'El campo :attribute debe ser numérico.',
|
||||
'present' => 'El campo :attribute debe estar presente.',
|
||||
'regex' => 'El formato del campo :attribute no es válido.',
|
||||
'required' => 'El campo :attribute es obligatorio.',
|
||||
'required_if' => 'El campo :attribute es obligatorio cuando :other es :value.',
|
||||
'required_unless' => 'El campo :attribute es obligatorio a menos que :other esté en :values.',
|
||||
'required_with' => 'El campo :attribute es obligatorio cuando :values está presente.',
|
||||
'required_with_all' => 'El campo :attribute es obligatorio cuando :values están presentes.',
|
||||
'required_without' => 'El campo :attribute es obligatorio cuando :values no está presente.',
|
||||
'required_without_all' => 'El campo :attribute es obligatorio cuando ninguno de :values está presente.',
|
||||
'same' => 'El campo :attribute debe coincidir con :other.',
|
||||
'size' => [
|
||||
'array' => 'El campo :attribute debe contener :size elementos.',
|
||||
'file' => 'El archivo :attribute debe pesar :size kilobytes.',
|
||||
'numeric' => 'El campo :attribute debe ser :size.',
|
||||
'string' => 'El campo :attribute debe tener :size caracteres.',
|
||||
],
|
||||
'string' => 'El campo :attribute debe ser una cadena de texto.',
|
||||
'timezone' => 'El campo :attribute debe ser una zona horaria válida.',
|
||||
'unique' => 'El campo :attribute ya está en uso.',
|
||||
'uploaded' => 'No se pudo subir :attribute.',
|
||||
'url' => 'El campo :attribute debe ser una URL válida.',
|
||||
'uuid' => 'El campo :attribute debe ser un UUID válido.',
|
||||
|
||||
'custom' => [
|
||||
'dni' => [
|
||||
'unique' => 'El DNI ingresado ya pertenece a otra persona.',
|
||||
'regex' => 'El DNI debe contener entre 7 y 20 caracteres alfanuméricos.',
|
||||
],
|
||||
'matricula' => [
|
||||
'unique' => 'La matrícula ingresada ya existe para esa profesión.',
|
||||
],
|
||||
],
|
||||
|
||||
'attributes' => [
|
||||
'dni' => 'DNI',
|
||||
'cuil' => 'CUIL',
|
||||
'correo' => 'correo',
|
||||
'nombre' => 'nombre',
|
||||
'apellido' => 'apellido',
|
||||
'telefono' => 'teléfono',
|
||||
'celular' => 'celular',
|
||||
'matricula' => 'matrícula',
|
||||
'fechanac' => 'fecha de nacimiento',
|
||||
'contra' => 'contraseña',
|
||||
'profesion_id' => 'profesión',
|
||||
'servicio_id' => 'servicio',
|
||||
'servicio_ids' => 'servicios',
|
||||
'servicio_ids.*' => 'servicio',
|
||||
'modalidad_id' => 'modalidad',
|
||||
'fecha_turno' => 'fecha del turno',
|
||||
'hora_turno' => 'hora del turno',
|
||||
'descripcion' => 'descripción',
|
||||
'titulo' => 'título',
|
||||
'foto' => 'foto',
|
||||
'visibleenweb' => 'visibilidad web',
|
||||
'estado' => 'estado',
|
||||
'usuario' => 'usuario',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user