mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Añadida funcion clientes desde ozar
This commit is contained in:
@ -13,31 +13,31 @@ return [
|
||||
'tiradaMin' => 'Tirada Min',
|
||||
'validation' => [
|
||||
'precio_max' => [
|
||||
'decimal' => 'The {field} field must contain a decimal number.',
|
||||
'decimal' => 'El campo {field} debe contener un número decimal.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
'precio_min' => [
|
||||
'decimal' => 'The {field} field must contain a decimal number.',
|
||||
'decimal' => 'El campo {field} debe contener un número decimal.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
'precio_unidad' => [
|
||||
'decimal' => 'The {field} field must contain a decimal number.',
|
||||
'decimal' => 'El campo {field} debe contener un número decimal.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
'tirada_max' => [
|
||||
'decimal' => 'The {field} field must contain a decimal number.',
|
||||
'decimal' => 'El campo {field} debe contener un número decimal.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
'tirada_min' => [
|
||||
'decimal' => 'The {field} field must contain a decimal number.',
|
||||
'decimal' => 'El campo {field} debe contener un número decimal.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user