mirror of
https://github.com/Karaka-Management/oms-SupplierManagement.git
synced 2026-01-11 17:28:41 +00:00
109 lines
3.4 KiB
PHP
Executable File
109 lines
3.4 KiB
PHP
Executable File
<?php
|
|
/**
|
|
* Jingga
|
|
*
|
|
* PHP Version 8.2
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 2.0
|
|
* @version 1.0.0
|
|
* @link https://jingga.app
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['SupplierManagement' => [
|
|
'Accounting' => 'Contabilidad',
|
|
'Address' => 'Habla a',
|
|
'Addresses' => 'Direcciones',
|
|
'AreaManager' => 'Gerente de área',
|
|
'Articlegroup' => 'Grupo articulo',
|
|
'Articles' => 'Artículos',
|
|
'Attribute' => '',
|
|
'AttributeTypes' => '',
|
|
'Attributes' => '',
|
|
'Balance' => 'Equilibrio',
|
|
'Bills' => '',
|
|
'Bonus' => 'Prima',
|
|
'CLV' => 'Clv',
|
|
'Calendar' => 'Calendario',
|
|
'City' => 'Ciudad',
|
|
'Client' => 'Cliente',
|
|
'ClientID' => '',
|
|
'Contact' => 'Contacto',
|
|
'Country' => 'País',
|
|
'Created' => 'Creado',
|
|
'CreatedAt' => '',
|
|
'CreditRating' => 'Calificación crediticia',
|
|
'Creditcard' => 'Tarjeta de crédito',
|
|
'DSO' => 'DSO',
|
|
'DUE' => 'Vencer',
|
|
'Date' => 'Fecha',
|
|
'Default' => 'Defecto',
|
|
'Delivery' => 'Entrega',
|
|
'Discount' => 'Descuento',
|
|
'DiscountBonus' => '',
|
|
'DiscountP' => 'Descuento%',
|
|
'Documents' => 'Documentos',
|
|
'Due' => '',
|
|
'Email' => 'Correo electrónico',
|
|
'Fax' => 'Fax',
|
|
'Files' => 'Archivos',
|
|
'Freightage' => 'Flete',
|
|
'Group' => 'Grupo',
|
|
'ID' => 'IDENTIFICACIÓN',
|
|
'Info' => 'Información',
|
|
'Invoice' => 'Factura',
|
|
'Invoices' => 'Facturas',
|
|
'IsDefault' => 'Es predeterminado',
|
|
'Items' => '',
|
|
'LastContact' => 'Último contacto',
|
|
'LastOrder' => 'Último pedido',
|
|
'Log' => 'Tronco',
|
|
'Logs' => 'Registros',
|
|
'MRR' => 'Mrr',
|
|
'MTDSales' => 'Ventas MTD',
|
|
'Map' => '',
|
|
'Margin' => 'Margen',
|
|
'Master' => 'Maestría',
|
|
'Messages' => 'Mensajes',
|
|
'Modified' => 'Modificado',
|
|
'Name' => 'Nombre',
|
|
'Name1' => 'Nombre1',
|
|
'Name2' => 'Nombre2',
|
|
'Name3' => 'Nombre3',
|
|
'Net' => 'Red',
|
|
'Notes' => 'Notas',
|
|
'Number' => 'Número',
|
|
'Office' => 'Oficina',
|
|
'Payment' => 'Pago',
|
|
'PaymentTerm' => 'Plazo de pago',
|
|
'Permission' => 'Permiso',
|
|
'Phone' => 'Teléfono',
|
|
'Postal' => 'Postal',
|
|
'Price' => 'Precio',
|
|
'Prices' => 'Precios',
|
|
'Productgroup' => 'Grupo de productos',
|
|
'Profile' => 'Perfil',
|
|
'Profit' => '',
|
|
'Purchase' => 'Compra',
|
|
'Quantity' => 'Cantidad',
|
|
'RecentInvoices' => 'Facturas recientes',
|
|
'Sales' => 'Ventas',
|
|
'Segment' => 'Segmento',
|
|
'Segments' => 'Segmentos',
|
|
'Subtype' => 'Subtipo',
|
|
'Supplier' => 'Proveedor',
|
|
'Suppliers' => 'Proveedores',
|
|
'Support' => 'Apoyo',
|
|
'Tags' => 'Etiquetas',
|
|
'Title' => '',
|
|
'TotalPrice' => '',
|
|
'Type' => 'Escribe',
|
|
'UnitPrice' => '',
|
|
'Website' => '',
|
|
'Wire' => 'Cable',
|
|
'YTDSales' => 'Ytd ventas',
|
|
'Zip' => 'Cremallera',
|
|
]];
|