mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Merge branch 'dev/ui_fixing' into 'main'
Dev/ui fixing See merge request jjimenez/safekat!29
This commit is contained in:
233
ci4/app/Language/en/Clientes.php
Normal file
233
ci4/app/Language/en/Clientes.php
Normal file
@ -0,0 +1,233 @@
|
||||
<?php
|
||||
|
||||
|
||||
|
||||
return [
|
||||
'alias' => 'Alias',
|
||||
'ccc' => 'Ccc',
|
||||
'cccCliente' => 'Ccc Cliente',
|
||||
'cif' => 'Cif',
|
||||
'ciudad' => 'Ciudad',
|
||||
'cliente' => 'Clientes',
|
||||
'clienteList' => 'Cliente List',
|
||||
'clientes' => 'Clientes',
|
||||
'comentarios' => 'Comentarios',
|
||||
'comentariosProduccion' => 'Comentarios Produccion',
|
||||
'comentariosTiradaFlexible' => 'Comentarios Tirada Flexible',
|
||||
'comercialId' => 'Comercial',
|
||||
'comunidadAutonomaId' => 'Comunidad Autonoma ID',
|
||||
'cp' => 'Cp',
|
||||
'createdAt' => 'Created At',
|
||||
'creditoAsegurado' => 'Credito Asegurado',
|
||||
'creditoSolunion' => 'Credito Solunion',
|
||||
'deletedAt' => 'Deleted At',
|
||||
'descuento' => 'Descuento',
|
||||
'descuentoTiradaFlexible' => 'Descuento Tirada Flexible',
|
||||
'direccion' => 'Direccion',
|
||||
'disponibleFe' => 'Disponible Fe',
|
||||
'email' => 'Email',
|
||||
'fechaVencimiento' => 'Fecha Vencimiento',
|
||||
'formaPagoId' => 'Forma Pago ID',
|
||||
'id' => 'ID',
|
||||
'isDeleted' => 'Is Deleted',
|
||||
'limiteCredito' => 'Limite Credito',
|
||||
'limiteCreditoChangeAt' => 'Limite Credito Change At',
|
||||
'limiteCreditoUserId' => 'Limite Credito User ID',
|
||||
'lineasenviofactura' => 'Lineasenviofactura',
|
||||
'margen' => 'Margen',
|
||||
'margenPlantillaId' => 'Margen Plantilla ID',
|
||||
'margenPod' => 'Margen Pod',
|
||||
'messageProductionStart' => 'Message Production Start',
|
||||
'messageTracking' => 'Message Tracking',
|
||||
'moduleTitle' => 'Clientes',
|
||||
'nombre' => 'Nombre',
|
||||
'numCuenta' => 'Num Cuenta',
|
||||
'paisId' => 'Pais ID',
|
||||
'provinciaId' => 'Provincia',
|
||||
'psCustomerId' => 'Ps Customer ID',
|
||||
'saturacion' => 'Saturacion',
|
||||
'soporteId' => 'Soporte',
|
||||
'telefono' => 'Telefono',
|
||||
'tiendaId' => 'Tienda ID',
|
||||
'tiradaFlexible' => 'Tirada Flexible',
|
||||
'updatedAt' => 'Updated At',
|
||||
'userCreatedId' => 'User Created ID',
|
||||
'userUpdateId' => 'User Update ID',
|
||||
'vencimiento' => 'Vencimiento',
|
||||
'validation' => [
|
||||
'ccc' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
|
||||
],
|
||||
|
||||
'ccc_cliente' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
|
||||
],
|
||||
|
||||
'ciudad' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
|
||||
],
|
||||
|
||||
'comentarios' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
|
||||
],
|
||||
|
||||
'comentarios_produccion' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
|
||||
],
|
||||
|
||||
'cp' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
|
||||
],
|
||||
|
||||
'credito_solunion' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
|
||||
],
|
||||
|
||||
'direccion' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
|
||||
],
|
||||
|
||||
'fecha_vencimiento' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
|
||||
],
|
||||
|
||||
'margen_plantilla_id' => [
|
||||
'integer' => 'The {field} field must contain an integer.',
|
||||
|
||||
],
|
||||
|
||||
'margen_pod' => [
|
||||
'decimal' => 'The {field} field must contain a decimal number.',
|
||||
|
||||
],
|
||||
|
||||
'num_cuenta' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
|
||||
],
|
||||
|
||||
'ps_customer_id' => [
|
||||
'integer' => 'The {field} field must contain an integer.',
|
||||
|
||||
],
|
||||
|
||||
'telefono' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
|
||||
],
|
||||
|
||||
'tienda_id' => [
|
||||
'integer' => 'The {field} field must contain an integer.',
|
||||
|
||||
],
|
||||
|
||||
'alias' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
'cif' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
'comentarios_tirada_flexible' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
'descuento' => [
|
||||
'decimal' => 'The {field} field must contain a decimal number.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
'descuento_tirada_flexible' => [
|
||||
'decimal' => 'The {field} field must contain a decimal number.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
'email' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
'valid_email' => 'The {field} field must contain a valid email address.',
|
||||
|
||||
],
|
||||
|
||||
'is_deleted' => [
|
||||
'integer' => 'The {field} field must contain an integer.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
'limite_credito' => [
|
||||
'decimal' => 'The {field} field must contain a decimal number.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
'limite_credito_change_at' => [
|
||||
'required' => 'The {field} field is required.',
|
||||
'valid_date' => 'The {field} field must contain a valid date.',
|
||||
|
||||
],
|
||||
|
||||
'limite_credito_user_id' => [
|
||||
'integer' => 'The {field} field must contain an integer.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
'margen' => [
|
||||
'decimal' => 'The {field} field must contain a decimal number.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
'nombre' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
'saturacion' => [
|
||||
'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.',
|
||||
|
||||
],
|
||||
|
||||
'vencimiento' => [
|
||||
'integer' => 'The {field} field must contain an integer.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
|
||||
],
|
||||
|
||||
|
||||
];
|
||||
34
ci4/app/Language/en/ComunidadesAutonomas.php
Normal file
34
ci4/app/Language/en/ComunidadesAutonomas.php
Normal file
@ -0,0 +1,34 @@
|
||||
<?php
|
||||
|
||||
|
||||
|
||||
return [
|
||||
'comunidadAutonoma' => 'Comunidad Autonoma',
|
||||
'comunidadAutonomaList' => 'Comunidad Autonoma List',
|
||||
'comunidades-autonomas' => 'Comunidades Autonomas',
|
||||
'comunidadesAutonoma' => 'Comunidades Autonoma',
|
||||
'comunidadesAutonomaList' => 'Comunidades Autonoma List',
|
||||
'comunidadesAutonomas' => 'Comunidades Autonomas',
|
||||
'createdAt' => 'Created At',
|
||||
'id' => 'ID',
|
||||
'moduleTitle' => 'Comunidades Autonomas',
|
||||
'nombre' => 'Nombre',
|
||||
'paisId' => 'Pais',
|
||||
'updatedAt' => 'Updated At',
|
||||
'validation' => [
|
||||
'id' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
|
||||
],
|
||||
|
||||
'nombre' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
|
||||
],
|
||||
|
||||
|
||||
];
|
||||
35
ci4/app/Language/en/FormasPagoes.php
Normal file
35
ci4/app/Language/en/FormasPagoes.php
Normal file
@ -0,0 +1,35 @@
|
||||
<?php
|
||||
|
||||
|
||||
|
||||
return [
|
||||
'createdAt' => 'Created At',
|
||||
'formaDePago' => 'Forma de Pago',
|
||||
'formaDePagoList' => 'Forma de Pago List',
|
||||
'formas-pagoes' => 'Formas Pagoes',
|
||||
'formas-pagos' => 'Formas de Pagos',
|
||||
'formasDePagos' => 'Formas de Pagos',
|
||||
'formasPago' => 'Formas Pago',
|
||||
'formasPagoList' => 'Formas Pago List',
|
||||
'formasPagoes' => 'Formas Pagoes',
|
||||
'id' => 'ID',
|
||||
'moduleTitle' => 'Formas Pagoes',
|
||||
'nombre' => 'Nombre',
|
||||
'updatedAt' => 'Updated At',
|
||||
'validation' => [
|
||||
'id' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
|
||||
],
|
||||
|
||||
'nombre' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
|
||||
],
|
||||
|
||||
|
||||
];
|
||||
@ -8,11 +8,13 @@ return [
|
||||
'id' => 'ID',
|
||||
'keyErp' => 'Key Erp',
|
||||
'moduleTitle' => 'Paises',
|
||||
'moneda' => 'Currency',
|
||||
'nombre' => 'Name',
|
||||
'pais' => 'Country',
|
||||
'paisList' => 'Country List',
|
||||
'paises' => 'Countries',
|
||||
'moneda' => 'Moneda',
|
||||
'nombre' => 'Nombre',
|
||||
'pais' => 'Pais',
|
||||
'paisList' => 'Pais List',
|
||||
'paise' => 'Paise',
|
||||
'paiseList' => 'Paise List',
|
||||
'paises' => 'Paises',
|
||||
'showErp' => 'Show Erp',
|
||||
'urlErp' => 'URL Erp',
|
||||
'userErp' => 'User Erp',
|
||||
@ -22,6 +24,11 @@ return [
|
||||
|
||||
],
|
||||
|
||||
'id' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
|
||||
],
|
||||
|
||||
'key_erp' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
|
||||
|
||||
44
ci4/app/Language/en/Provincias.php
Normal file
44
ci4/app/Language/en/Provincias.php
Normal file
@ -0,0 +1,44 @@
|
||||
<?php
|
||||
|
||||
|
||||
|
||||
return [
|
||||
'code' => 'Code',
|
||||
'createdAt' => 'Created At',
|
||||
'id' => 'ID',
|
||||
'moduleTitle' => 'Provincias',
|
||||
'nombre' => 'Nombre',
|
||||
'paisId' => 'Pais ID',
|
||||
'provincia' => 'Provincia',
|
||||
'provinciaList' => 'Provincia List',
|
||||
'provincias' => 'Provincias',
|
||||
'updatedAt' => 'Updated At',
|
||||
'validation' => [
|
||||
'id' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
|
||||
],
|
||||
|
||||
'pais_id' => [
|
||||
'integer' => 'The {field} field must contain an integer.',
|
||||
|
||||
],
|
||||
|
||||
'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.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
|
||||
],
|
||||
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user