mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
trabajando en formularios/vista paises
This commit is contained in:
@ -3,20 +3,52 @@
|
||||
|
||||
|
||||
return [
|
||||
'code' => 'Code',
|
||||
'code3' => 'Code3',
|
||||
'code' => 'Código',
|
||||
'code3' => 'Código33',
|
||||
'id' => 'ID',
|
||||
'keyErp' => 'Key Erp',
|
||||
'moduleTitle' => 'Paises',
|
||||
'moneda' => 'Moneda',
|
||||
'nombre' => 'Nombre',
|
||||
'pais' => 'Pais',
|
||||
'paisList' => 'Pais List',
|
||||
'pais' => 'País',
|
||||
'paisList' => 'Lista Paises',
|
||||
'paises' => 'Paises',
|
||||
'showErp' => 'Show Erp',
|
||||
'showErp' => 'Mostrar Erp',
|
||||
'urlErp' => 'URL Erp',
|
||||
'userErp' => 'User Erp',
|
||||
'validation' => [
|
||||
'code3' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
|
||||
],
|
||||
|
||||
'key_erp' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
|
||||
],
|
||||
|
||||
'url_erp' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
|
||||
],
|
||||
|
||||
'user_erp' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
|
||||
],
|
||||
|
||||
'moneda' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
'nombre' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
'code' => [
|
||||
'is_unique' => 'The {field} field must contain a unique value',
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
@ -27,61 +59,5 @@ return [
|
||||
|
||||
],
|
||||
|
||||
'validation' => [
|
||||
'code3' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
|
||||
],
|
||||
|
||||
|
||||
],
|
||||
|
||||
'validation' => [
|
||||
'key_erp' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
|
||||
],
|
||||
|
||||
|
||||
],
|
||||
|
||||
'validation' => [
|
||||
'moneda' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
|
||||
],
|
||||
|
||||
'validation' => [
|
||||
'nombre' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
|
||||
],
|
||||
|
||||
'validation' => [
|
||||
'url_erp' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
|
||||
],
|
||||
|
||||
|
||||
],
|
||||
|
||||
'validation' => [
|
||||
'user_erp' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
|
||||
],
|
||||
|
||||
|
||||
],
|
||||
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user