mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
47 lines
1.1 KiB
PHP
47 lines
1.1 KiB
PHP
<?php
|
|
|
|
|
|
|
|
return [
|
|
'createdAt' => 'Created At',
|
|
'deletedAt' => 'Deleted At',
|
|
'id' => 'ID',
|
|
'moduleTitle' => 'Preprinting rates',
|
|
'nombre' => 'Name',
|
|
'precio' => 'Price',
|
|
'tarifapreimpresion' => 'Preprinting rate',
|
|
'tarifapreimpresionList' => 'Preprinting rates List',
|
|
'tarifaspreimpresion' => 'Preprinting rates',
|
|
'updatedAt' => 'Updated At',
|
|
'userCreatedId' => 'User Created ID',
|
|
'userUpdateId' => 'User Update ID',
|
|
'validation' => [
|
|
'nombre' => [
|
|
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
|
'required' => 'The {field} field is required.',
|
|
|
|
],
|
|
|
|
'precio' => [
|
|
'decimal' => 'The {field} field must contain a decimal number.',
|
|
'required' => 'The {field} field is required.',
|
|
|
|
],
|
|
|
|
'user_created_id' => [
|
|
'integer' => 'The {field} field must contain an integer.',
|
|
'required' => 'The {field} field is required.',
|
|
|
|
],
|
|
|
|
'user_update_id' => [
|
|
'integer' => 'The {field} field must contain an integer.',
|
|
'required' => 'The {field} field is required.',
|
|
|
|
],
|
|
|
|
|
|
],
|
|
|
|
|
|
]; |