Files
safekat/ci4/app/Language/en/Clientes.php

233 lines
5.9 KiB
PHP
Executable File

<?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.',
],
],
];