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.',
|
||||
|
||||
Reference in New Issue
Block a user