mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
cambios de legacytables3
This commit is contained in:
@ -31,7 +31,6 @@ return [
|
||||
|
||||
// LOGIN - Index
|
||||
"login_title" => "Sign in to your account",
|
||||
"login_subtitle" => "Subtitle?",
|
||||
"login_email" => "Email",
|
||||
"login_email_ph" => "Type your email",
|
||||
"login_password" => "Password",
|
||||
@ -640,6 +639,7 @@ return [
|
||||
"permisos_calendario" => "Calendar",
|
||||
"permisos_correo" => "Mail",
|
||||
"permisos_paises" => "Countries",
|
||||
"permisos_tipologias" => "Tipologies",
|
||||
|
||||
"permisos_presupuestos" => "Budgets",
|
||||
"permisos_presupuestomaquetacion" => "Layout",
|
||||
@ -689,6 +689,7 @@ return [
|
||||
"menu_tareasservicio" => "Service tasks",
|
||||
"menu_tiposimpresion" => "Printing types",
|
||||
"menu_trabajo" => "Works",
|
||||
"menu_trabajo" => "Tipologies",
|
||||
|
||||
"menu_digitalizacion" => "Digitalisation",
|
||||
|
||||
|
||||
56
ci4/app/Language/en/Group.php
Normal file
56
ci4/app/Language/en/Group.php
Normal file
@ -0,0 +1,56 @@
|
||||
<?php
|
||||
|
||||
|
||||
|
||||
return [
|
||||
'createdAt' => 'Created At',
|
||||
'dashboard' => 'Dashboard',
|
||||
'group_grid_dashboard' => 'Dashboard',
|
||||
'idGroup' => 'ID Role',
|
||||
'moduleTitle' => 'Roles and permissions',
|
||||
'rules' => 'Rules',
|
||||
'title' => 'Title',
|
||||
'group_grid_title' => 'Title',
|
||||
'token' => 'Token',
|
||||
'updatedAt' => 'Updated At',
|
||||
'groups' => 'Rolees and permissions',
|
||||
'Group' => 'Role and permissions',
|
||||
'group' => 'Role and permissions',
|
||||
'userGroup' => 'Role and permissions',
|
||||
'grouplist' => 'Roles and permissions List',
|
||||
'Groups' => 'Roles and permissions',
|
||||
'validation' => [
|
||||
'id_group' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
|
||||
],
|
||||
|
||||
'dashboard' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
'rules' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
'title' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
'token' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
|
||||
],
|
||||
|
||||
|
||||
];
|
||||
89
ci4/app/Language/en/Tarifamanipulado.php
Normal file
89
ci4/app/Language/en/Tarifamanipulado.php
Normal file
@ -0,0 +1,89 @@
|
||||
<?php
|
||||
|
||||
|
||||
|
||||
return [
|
||||
'ajuste' => 'Adjustment',
|
||||
'ajusteTotalPedido' => 'Order Total Adjustment',
|
||||
'createdAt' => 'Created At',
|
||||
'deletedAt' => 'Deleted At',
|
||||
'formulaPrice' => 'Formula Price',
|
||||
'id' => 'ID',
|
||||
'moduleTitle' => 'Handling rates',
|
||||
'nombre' => 'Name',
|
||||
'precioMax' => 'Price Max',
|
||||
'precioMin' => 'Price Min',
|
||||
'tarifamanipulado' => 'Handling rate',
|
||||
'tarifamanipuladoList' => 'Handling rates List',
|
||||
'tarifasmanipulado' => 'Handling rates',
|
||||
'tiradaMax' => 'Print Max',
|
||||
'tiradaMin' => 'Print Min',
|
||||
'updatedAt' => 'Updated At',
|
||||
'userCreatedId' => 'User Created ID',
|
||||
'userUpdateId' => 'User Update ID',
|
||||
'validation' => [
|
||||
'ajuste' => [
|
||||
'decimal' => 'The {field} field must contain a decimal number.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
'ajuste_total_pedido' => [
|
||||
'decimal' => 'The {field} field must contain a decimal number.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
'formula_price' => [
|
||||
'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.',
|
||||
|
||||
],
|
||||
|
||||
'precio_max' => [
|
||||
'decimal' => 'The {field} field must contain a decimal number.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
'precio_min' => [
|
||||
'decimal' => 'The {field} field must contain a decimal number.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
'tirada_max' => [
|
||||
'integer' => 'The {field} field must contain an integer.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
'tirada_min' => [
|
||||
'integer' => 'The {field} field must contain an integer.',
|
||||
'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.',
|
||||
|
||||
],
|
||||
|
||||
|
||||
],
|
||||
|
||||
|
||||
];
|
||||
47
ci4/app/Language/en/Tarifapreimpresion.php
Normal file
47
ci4/app/Language/en/Tarifapreimpresion.php
Normal file
@ -0,0 +1,47 @@
|
||||
<?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.',
|
||||
|
||||
],
|
||||
|
||||
|
||||
],
|
||||
|
||||
|
||||
];
|
||||
157
ci4/app/Language/en/Users.php
Normal file
157
ci4/app/Language/en/Users.php
Normal file
@ -0,0 +1,157 @@
|
||||
<?php
|
||||
|
||||
|
||||
|
||||
return [
|
||||
'address' => 'Address',
|
||||
'blocked' => 'Blocked',
|
||||
'city' => 'City',
|
||||
'country' => 'Country',
|
||||
'createdAt' => 'Created At',
|
||||
'dateBirth' => 'Date Birth',
|
||||
'email' => 'Email',
|
||||
'emailConfirmed' => 'Email Confirmed',
|
||||
'firstName' => 'First Name',
|
||||
'group' => 'Group',
|
||||
'idUser' => 'ID User',
|
||||
'language' => 'Language',
|
||||
'lastAccess' => 'Last Access',
|
||||
'lastIp' => 'Last IP',
|
||||
'lastName' => 'Last Name',
|
||||
'mobile' => 'Mobile',
|
||||
'moduleTitle' => 'Users',
|
||||
'password' => 'Password',
|
||||
'picture' => 'Picture',
|
||||
'state' => 'State',
|
||||
'status' => 'Status',
|
||||
'tfa' => 'Tfa',
|
||||
'tfaCode' => 'Tfa Code',
|
||||
'tfaSecret' => 'Tfa Secret',
|
||||
'token' => 'Token',
|
||||
'updatedAt' => 'Updated At',
|
||||
'user' => 'User',
|
||||
'userList' => 'User List',
|
||||
'users' => 'Users',
|
||||
'zipCode' => 'Zip Code',
|
||||
'validation' => [
|
||||
'address' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
|
||||
],
|
||||
|
||||
'blocked' => [
|
||||
'valid_date' => 'The {field} field must contain a valid date.',
|
||||
|
||||
],
|
||||
|
||||
'city' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
|
||||
],
|
||||
|
||||
'date_birth' => [
|
||||
'valid_date' => 'The {field} field must contain a valid date.',
|
||||
|
||||
],
|
||||
|
||||
'zip_code' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
|
||||
],
|
||||
|
||||
'country' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
'email_confirmed' => [
|
||||
'integer' => 'The {field} field must contain an integer.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
'first_name' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
'group' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
'language' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
'last_access' => [
|
||||
'required' => 'The {field} field is required.',
|
||||
'valid_date' => 'The {field} field must contain a valid date.',
|
||||
|
||||
],
|
||||
|
||||
'last_ip' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
'last_name' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
'mobile' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
'password' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
'picture' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
'state' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
'tfa_code' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
'tfa_secret' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
'email' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
'required' => 'The {field} field is required.',
|
||||
'valid_email' => 'The {field} field must contain a valid email address.',
|
||||
|
||||
],
|
||||
|
||||
|
||||
],
|
||||
|
||||
|
||||
];
|
||||
@ -31,15 +31,14 @@ return [
|
||||
|
||||
// LOGIN - Index
|
||||
"login_title" => "Iniciar sesión en su cuenta",
|
||||
"login_subtitle" => "Subtitulo?",
|
||||
"login_email" => "Correo Electrónico",
|
||||
"login_email_ph" => "Escriba su correo electrónico",
|
||||
"login_password" => "Contraseña",
|
||||
"login_password_ph" => "Escribe tu contraseña",
|
||||
"login_remember_me" => "Recuérdame",
|
||||
"login_forgot_password" => "Olvidé la contraseña",
|
||||
"login_access" => "Acceder",
|
||||
"login_signup" => "Registrar",
|
||||
"login_access" => "Registrarse",
|
||||
"login_signup" => "Inscribirse",
|
||||
"login_signup_desc" => "¿Aún no tienes una cuenta?",
|
||||
|
||||
// LOGIN - forgot_password
|
||||
@ -69,7 +68,7 @@ return [
|
||||
"login_terms_use" => "Condiciones de uso",
|
||||
"login_accept" => "Aceptada",
|
||||
"login_closed" => "Cerrada",
|
||||
"login_register" => "Acceder",
|
||||
"login_register" => "Registrarse",
|
||||
|
||||
// LOGIN - notification
|
||||
"login_alert" => "¡Atención!",
|
||||
@ -640,6 +639,7 @@ return [
|
||||
"permisos_calendario" => "Calendario",
|
||||
"permisos_correo" => "Correo",
|
||||
"permisos_paises" => "Paises",
|
||||
"permisos_tipologias" => "Tipologías",
|
||||
|
||||
"permisos_presupuestos" => "Presupuestos",
|
||||
"permisos_presupuestomaquetacion" => "Maquetación",
|
||||
@ -689,6 +689,7 @@ return [
|
||||
"menu_tareasservicio" => "Tareas Servicio",
|
||||
"menu_tiposimpresion" => "Tipos de impresion",
|
||||
"menu_trabajo" => "Trabajos",
|
||||
"menu_tipologias" => "Tipologías",
|
||||
|
||||
"menu_digitalizacion" => "Digitalización",
|
||||
|
||||
|
||||
56
ci4/app/Language/es/Group.php
Normal file
56
ci4/app/Language/es/Group.php
Normal file
@ -0,0 +1,56 @@
|
||||
<?php
|
||||
|
||||
|
||||
|
||||
return [
|
||||
'createdAt' => 'Creado en',
|
||||
'dashboard' => 'Panel',
|
||||
'group_grid_dashboard' => 'Panel',
|
||||
'idGroup' => 'ID Rol',
|
||||
'moduleTitle' => 'Roles y permisos',
|
||||
'rules' => 'Reglas',
|
||||
'title' => 'Nombre',
|
||||
'group_grid_title' => 'Nombre',
|
||||
'token' => 'Token',
|
||||
'updatedAt' => 'Actualizado en',
|
||||
'groups' => 'Roles y permisos',
|
||||
'Group' => 'Rol y permisos',
|
||||
'userGroup' => 'Rol y permisos',
|
||||
'group' => 'Rol y permisos',
|
||||
'grouplist' => 'Lista roles y permisos',
|
||||
'Groups' => 'Roles y permisos',
|
||||
'validation' => [
|
||||
'id_group' => [
|
||||
'max_length' => 'El campo {field} no puede exceder {param} caracteres en longitud.',
|
||||
|
||||
],
|
||||
|
||||
'dashboard' => [
|
||||
'max_length' => 'El campo {field} no puede exceder {param} caracteres en longitud.',
|
||||
'required' => 'El campo {field} es obligatorio.',
|
||||
|
||||
],
|
||||
|
||||
'rules' => [
|
||||
'max_length' => 'El campo {field} no puede exceder {param} caracteres en longitud.',
|
||||
'required' => 'El campo {field} es obligatorio.',
|
||||
|
||||
],
|
||||
|
||||
'title' => [
|
||||
'max_length' => 'El campo {field} no puede exceder {param} caracteres en longitud.',
|
||||
'required' => 'El campo {field} es obligatorio.',
|
||||
|
||||
],
|
||||
|
||||
'token' => [
|
||||
'max_length' => 'El campo {field} no puede exceder {param} caracteres en longitud.',
|
||||
'required' => 'El campo {field} es obligatorio.',
|
||||
|
||||
],
|
||||
|
||||
|
||||
],
|
||||
|
||||
|
||||
];
|
||||
@ -18,41 +18,41 @@ return [
|
||||
'userErp' => 'User Erp',
|
||||
'validation' => [
|
||||
'code3' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
'max_length' => 'El campo {field} no puede exceder {param} caracteres en longitud.',
|
||||
|
||||
],
|
||||
|
||||
'key_erp' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
'max_length' => 'El campo {field} no puede exceder {param} caracteres en longitud.',
|
||||
|
||||
],
|
||||
|
||||
'url_erp' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
'max_length' => 'El campo {field} no puede exceder {param} caracteres en longitud.',
|
||||
|
||||
],
|
||||
|
||||
'user_erp' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
'max_length' => 'El campo {field} no puede exceder {param} caracteres en longitud.',
|
||||
|
||||
],
|
||||
|
||||
'moneda' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
'required' => 'The {field} field is required.',
|
||||
'max_length' => 'El campo {field} no puede exceder {param} caracteres en longitud.',
|
||||
'required' => 'El campo {field} es obligatorio.',
|
||||
|
||||
],
|
||||
|
||||
'nombre' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
'required' => 'The {field} field is required.',
|
||||
'max_length' => 'El campo {field} no puede exceder {param} caracteres en longitud.',
|
||||
'required' => 'El campo {field} es obligatorio.',
|
||||
|
||||
],
|
||||
|
||||
'code' => [
|
||||
'is_unique' => 'The {field} field must contain a unique value',
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
'required' => 'The {field} field is required.',
|
||||
'is_unique' => 'El campo {field} debe contener un valor único',
|
||||
'max_length' => 'El campo {field} no puede exceder {param} caracteres en longitud.',
|
||||
'required' => 'El campo {field} es obligatorio.',
|
||||
|
||||
],
|
||||
|
||||
|
||||
89
ci4/app/Language/es/Tarifamanipulado.php
Normal file
89
ci4/app/Language/es/Tarifamanipulado.php
Normal file
@ -0,0 +1,89 @@
|
||||
<?php
|
||||
|
||||
|
||||
|
||||
return [
|
||||
'ajuste' => 'Ajuste',
|
||||
'ajusteTotalPedido' => 'Ajuste Total Pedido',
|
||||
'createdAt' => 'Creado en',
|
||||
'deletedAt' => 'Borrado en',
|
||||
'formulaPrice' => 'Fórmula precio',
|
||||
'id' => 'ID',
|
||||
'moduleTitle' => 'Tarifas manipulado',
|
||||
'nombre' => 'Nombre',
|
||||
'precioMax' => 'Precio Max',
|
||||
'precioMin' => 'Precio Min',
|
||||
'tarifamanipulado' => 'Tarifas manipulado',
|
||||
'tarifamanipuladoList' => 'Lista Tarifas manipulado',
|
||||
'tarifasmanipulado' => 'Tarifas manipulado',
|
||||
'tiradaMax' => 'Tirada Max',
|
||||
'tiradaMin' => 'Tirada Min',
|
||||
'updatedAt' => 'Actualizado en',
|
||||
'userCreatedId' => 'ID Usuario \"Creado en\"',
|
||||
'userUpdateId' => 'ID Usuario \"Actualizado en\"',
|
||||
'validation' => [
|
||||
'ajuste' => [
|
||||
'decimal' => 'El campo {field} debe contener un número decimal.',
|
||||
'required' => 'El campo {field} es obligatorio.',
|
||||
|
||||
],
|
||||
|
||||
'ajuste_total_pedido' => [
|
||||
'decimal' => 'El campo {field} debe contener un número decimal.',
|
||||
'required' => 'El campo {field} es obligatorio.',
|
||||
|
||||
],
|
||||
|
||||
'formula_price' => [
|
||||
'max_length' => 'El campo {field} no puede exceder {param} caracteres en longitud.',
|
||||
'required' => 'El campo {field} es obligatorio.',
|
||||
|
||||
],
|
||||
|
||||
'nombre' => [
|
||||
'max_length' => 'El campo {field} no puede exceder {param} caracteres en longitud.',
|
||||
'required' => 'El campo {field} es obligatorio.',
|
||||
|
||||
],
|
||||
|
||||
'precio_max' => [
|
||||
'decimal' => 'El campo {field} debe contener un número decimal.',
|
||||
'required' => 'El campo {field} es obligatorio.',
|
||||
|
||||
],
|
||||
|
||||
'precio_min' => [
|
||||
'decimal' => 'El campo {field} debe contener un número decimal.',
|
||||
'required' => 'El campo {field} es obligatorio.',
|
||||
|
||||
],
|
||||
|
||||
'tirada_max' => [
|
||||
'integer' => 'El campo {field} debe contener un número entero.',
|
||||
'required' => 'El campo {field} es obligatorio.',
|
||||
|
||||
],
|
||||
|
||||
'tirada_min' => [
|
||||
'integer' => 'El campo {field} debe contener un número entero.',
|
||||
'required' => 'El campo {field} es obligatorio.',
|
||||
|
||||
],
|
||||
|
||||
'user_created_id' => [
|
||||
'integer' => 'El campo {field} debe contener un número entero.',
|
||||
'required' => 'El campo {field} es obligatorio.',
|
||||
|
||||
],
|
||||
|
||||
'user_update_id' => [
|
||||
'integer' => 'El campo {field} debe contener un número entero.',
|
||||
'required' => 'El campo {field} es obligatorio.',
|
||||
|
||||
],
|
||||
|
||||
|
||||
],
|
||||
|
||||
|
||||
];
|
||||
47
ci4/app/Language/es/Tarifapreimpresion.php
Normal file
47
ci4/app/Language/es/Tarifapreimpresion.php
Normal file
@ -0,0 +1,47 @@
|
||||
<?php
|
||||
|
||||
|
||||
|
||||
return [
|
||||
'createdAt' => 'Creado en',
|
||||
'deletedAt' => 'Borrado en',
|
||||
'id' => 'ID',
|
||||
'moduleTitle' => 'Tarifas preimpresion',
|
||||
'nombre' => 'Nombre',
|
||||
'precio' => 'Precio',
|
||||
'tarifapreimpresion' => 'Tarifa preimpresion',
|
||||
'tarifapreimpresionList' => 'Lista tarifas preimpresion',
|
||||
'tarifaspreimpresion' => 'Tarifas preimpresion',
|
||||
'updatedAt' => 'Actualizado en',
|
||||
'userCreatedId' => 'ID Usuario \"Creado en\"',
|
||||
'userUpdateId' => 'ID Usuario \"Actualizado en\"',
|
||||
'validation' => [
|
||||
'nombre' => [
|
||||
'max_length' => 'El campo {field} no puede exceder {param} caracteres en longitud.',
|
||||
'required' => 'El campo {field} es obligatorio.',
|
||||
|
||||
],
|
||||
|
||||
'precio' => [
|
||||
'decimal' => 'El campo {field} debe contener un número decimal.',
|
||||
'required' => 'El campo {field} es obligatorio.',
|
||||
|
||||
],
|
||||
|
||||
'user_created_id' => [
|
||||
'integer' => 'El campo {field} debe contener un número entero.',
|
||||
'required' => 'El campo {field} es obligatorio.',
|
||||
|
||||
],
|
||||
|
||||
'user_update_id' => [
|
||||
'integer' => 'El campo {field} debe contener un número entero.',
|
||||
'required' => 'El campo {field} es obligatorio.',
|
||||
|
||||
],
|
||||
|
||||
|
||||
],
|
||||
|
||||
|
||||
];
|
||||
157
ci4/app/Language/es/Users.php
Normal file
157
ci4/app/Language/es/Users.php
Normal file
@ -0,0 +1,157 @@
|
||||
<?php
|
||||
|
||||
|
||||
|
||||
return [
|
||||
'address' => 'Dirección',
|
||||
'blocked' => 'Bloqueado',
|
||||
'city' => 'Ciudad',
|
||||
'country' => 'País',
|
||||
'createdAt' => 'Creado en',
|
||||
'dateBirth' => 'Fecha nacimiento',
|
||||
'email' => 'Email',
|
||||
'emailConfirmed' => 'Email Confirmado',
|
||||
'firstName' => 'Nombre',
|
||||
'group' => 'Rol',
|
||||
'idUser' => 'ID Usuario',
|
||||
'language' => 'Idioma',
|
||||
'lastAccess' => 'Último acceso',
|
||||
'lastIp' => 'Última IP',
|
||||
'lastName' => 'Apellidos',
|
||||
'mobile' => 'Móvil',
|
||||
'moduleTitle' => 'Usuarios',
|
||||
'password' => 'Contraseña',
|
||||
'picture' => 'Imagen',
|
||||
'state' => 'Población',
|
||||
'status' => 'Estado',
|
||||
'tfa' => 'Tfa',
|
||||
'tfaCode' => 'Tfa Code',
|
||||
'tfaSecret' => 'Tfa Secret',
|
||||
'token' => 'Token',
|
||||
'updatedAt' => 'Actualizado en',
|
||||
'user' => 'Usuario',
|
||||
'userList' => 'Lista de usuarios',
|
||||
'users' => 'Usuarios',
|
||||
'zipCode' => 'Código postal',
|
||||
'validation' => [
|
||||
'address' => [
|
||||
'max_length' => 'El campo {field} no puede exceder {param} caracteres en longitud.',
|
||||
|
||||
],
|
||||
|
||||
'blocked' => [
|
||||
'valid_date' => 'El campo {field} debe de contener una fecha válida.',
|
||||
|
||||
],
|
||||
|
||||
'city' => [
|
||||
'max_length' => 'El campo {field} no puede exceder {param} caracteres en longitud.',
|
||||
|
||||
],
|
||||
|
||||
'date_birth' => [
|
||||
'valid_date' => 'The {field} field must contain a valid date.',
|
||||
|
||||
],
|
||||
|
||||
'zip_code' => [
|
||||
'max_length' => 'El campo {field} no puede exceder {param} caracteres en longitud.',
|
||||
|
||||
],
|
||||
|
||||
'country' => [
|
||||
'max_length' => 'El campo {field} no puede exceder {param} caracteres en longitud.',
|
||||
'required' => 'El campo {field} es obligatorio.',
|
||||
|
||||
],
|
||||
|
||||
'email_confirmed' => [
|
||||
'integer' => 'The {field} field must contain an integer.',
|
||||
'required' => 'El campo {field} es obligatorio.',
|
||||
|
||||
],
|
||||
|
||||
'first_name' => [
|
||||
'max_length' => 'El campo {field} no puede exceder {param} caracteres en longitud.',
|
||||
'required' => 'El campo {field} es obligatorio.',
|
||||
|
||||
],
|
||||
|
||||
'group' => [
|
||||
'max_length' => 'El campo {field} no puede exceder {param} caracteres en longitud.',
|
||||
'required' => 'El campo {field} es obligatorio.',
|
||||
|
||||
],
|
||||
|
||||
'language' => [
|
||||
'max_length' => 'El campo {field} no puede exceder {param} caracteres en longitud.',
|
||||
'required' => 'El campo {field} es obligatorio.',
|
||||
|
||||
],
|
||||
|
||||
'last_access' => [
|
||||
'required' => 'El campo {field} es obligatorio.',
|
||||
'valid_date' => 'The {field} field must contain a valid date.',
|
||||
|
||||
],
|
||||
|
||||
'last_ip' => [
|
||||
'max_length' => 'El campo {field} no puede exceder {param} caracteres en longitud.',
|
||||
'required' => 'El campo {field} es obligatorio.',
|
||||
|
||||
],
|
||||
|
||||
'last_name' => [
|
||||
'max_length' => 'El campo {field} no puede exceder {param} caracteres en longitud.',
|
||||
'required' => 'El campo {field} es obligatorio.',
|
||||
|
||||
],
|
||||
|
||||
'mobile' => [
|
||||
'max_length' => 'El campo {field} no puede exceder {param} caracteres en longitud.',
|
||||
'required' => 'El campo {field} es obligatorio.',
|
||||
|
||||
],
|
||||
|
||||
'password' => [
|
||||
'max_length' => 'El campo {field} no puede exceder {param} caracteres en longitud.',
|
||||
'required' => 'El campo {field} es obligatorio.',
|
||||
|
||||
],
|
||||
|
||||
'picture' => [
|
||||
'max_length' => 'El campo {field} no puede exceder {param} caracteres en longitud.',
|
||||
'required' => 'El campo {field} es obligatorio.',
|
||||
|
||||
],
|
||||
|
||||
'state' => [
|
||||
'max_length' => 'El campo {field} no puede exceder {param} caracteres en longitud.',
|
||||
'required' => 'El campo {field} es obligatorio.',
|
||||
|
||||
],
|
||||
|
||||
'tfa_code' => [
|
||||
'max_length' => 'El campo {field} no puede exceder {param} caracteres en longitud.',
|
||||
'required' => 'El campo {field} es obligatorio.',
|
||||
|
||||
],
|
||||
|
||||
'tfa_secret' => [
|
||||
'max_length' => 'El campo {field} no puede exceder {param} caracteres en longitud.',
|
||||
'required' => 'El campo {field} es obligatorio.',
|
||||
|
||||
],
|
||||
|
||||
'email' => [
|
||||
'max_length' => 'El campo {field} no puede exceder {param} caracteres en longitud.',
|
||||
'required' => 'El campo {field} es obligatorio.',
|
||||
'valid_email' => 'El campo {field} debe de contener una cuenta de correo válida.',
|
||||
|
||||
],
|
||||
|
||||
|
||||
],
|
||||
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user