mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
añadido cliente id a users
This commit is contained in:
@ -38,6 +38,23 @@ return [
|
||||
'userList' => 'User List',
|
||||
'users' => 'Users',
|
||||
'zipCode' => 'Zip Code',
|
||||
|
||||
'admin' => 'Administrator',
|
||||
'cliente-admin' => 'Client administrator',
|
||||
'cliente-editor' => 'Client editor',
|
||||
'comercial' => 'Commercial',
|
||||
'produccion' => 'Production',
|
||||
'maquina' => 'Machine',
|
||||
'maquetador' => 'Layout designer',
|
||||
'director' => 'Director',
|
||||
'contabilidad' => 'Accounting',
|
||||
'editor' => 'Editor',
|
||||
'beta' => 'Beta',
|
||||
|
||||
'errors' => [
|
||||
'cliente_sin_clienteID' => 'The user must have a client assigned when using any client role.',
|
||||
],
|
||||
|
||||
'validation' => [
|
||||
'address' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
|
||||
@ -38,6 +38,23 @@ return [
|
||||
'userList' => 'Lista de usuarios',
|
||||
'users' => 'Usuarios',
|
||||
'zipCode' => 'Código postal',
|
||||
|
||||
'admin' => 'Administrador',
|
||||
'cliente-admin' => 'Cliente administrador',
|
||||
'cliente-editor' => 'Cliente editor',
|
||||
'comercial' => 'Comercial',
|
||||
'produccion' => 'Producción',
|
||||
'maquina' => 'Máquina',
|
||||
'maquetador' => 'Maquetador',
|
||||
'director' => 'Director',
|
||||
'contabilidad' => 'Contabilidad',
|
||||
'editor' => 'Editor',
|
||||
'beta' => 'Beta',
|
||||
|
||||
'errors' => [
|
||||
'cliente_sin_clienteID' => 'El usuario debe de tener un cliente asignado cuando se usa algún rol de cliente.',
|
||||
],
|
||||
|
||||
'validation' => [
|
||||
'address' => [
|
||||
'max_length' => 'El campo {field} no puede exceder {param} caracteres en longitud.',
|
||||
|
||||
Reference in New Issue
Block a user