mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Merge branch 'bug/presupuestos_jm_2' into 'main'
Bug/presupuestos jm 2 See merge request jjimenez/safekat!96
This commit is contained in:
@ -159,6 +159,7 @@ return [
|
||||
|
||||
'errores' => [
|
||||
'paginas' => 'The field pages must be greater than zero',
|
||||
'paginasLP' => 'The number of pages does not match the total',
|
||||
'tiradas' => 'The field print must be greater than zero',
|
||||
'dimension' => 'The book dimension must be greater than 60mm',
|
||||
'lineaDuplicada' => 'That type of line already exists in the budget.',
|
||||
|
||||
@ -18,7 +18,7 @@ return [
|
||||
'precio' => 'Price',
|
||||
'saveDirection' => 'Save to client addresses (shipped on pallets)',
|
||||
'validation' => [
|
||||
'ejemplares_envio' => 'The number of copies sent does not match the print run'
|
||||
'ejemplares_envio' => 'The number of copies sent does not match the print run',
|
||||
'max_length' => 'Max. length ',
|
||||
'required' => 'Field required',
|
||||
'valid_email' => 'The email is not valid',
|
||||
|
||||
@ -218,6 +218,7 @@ return [
|
||||
|
||||
'errores' => [
|
||||
'paginas' => 'El campo páginas tiene que ser mayor que cero',
|
||||
'paginasLP' => 'El número de páginas no coincide con el total',
|
||||
'tiradas' => 'El campo tiradas tiene que ser mayor que cero',
|
||||
'dimension' => 'La dimensión del libro tiene que ser mayor que 60mm',
|
||||
'lineaDuplicada' => 'Ya existe ese tipo de linea en el presupuesto',
|
||||
|
||||
Reference in New Issue
Block a user