oms-Billing/Theme/Backend/Lang/es.lang.php
2022-12-16 21:59:20 +01:00

89 lines
2.9 KiB
PHP
Executable File

<?php
/**
* Karaka
*
* PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return ['Billing' => [
'Address' => 'Habla a',
'Addresses' => 'Direcciones',
'Africa' => '#VALUE!',
'AlreadyPaid' => 'Ya pagado',
'America' => '#VALUE!',
'Analyse' => '#VALUE!',
'Articles' => '#VALUE!',
'Asia' => '#VALUE!',
'Attribute' => '#VALUE!',
'BaseTime' => '#VALUE!',
'Bills' => 'Facturas',
'Bonus' => 'Prima',
'CIS' => '#VALUE!',
'Cashback' => 'Devolución de dinero',
'City' => 'Ciudad',
'Client' => 'Cliente',
'ClientID' => 'Identificación del cliente',
'ComparisonTime' => '#VALUE!',
'Confirmation' => 'Confirmación',
'Country' => 'País',
'Created' => 'Creado',
'CreditCard' => 'Tarjeta de crédito',
'CreditNote' => 'Nota de crédito',
'Customers' => '#VALUE!',
'Date' => 'Fecha',
'Delivery' => 'Entrega',
'DeliveryNote' => 'Nota de entrega',
'DirectDebit' => 'Débito directo',
'Discount' => 'Descuento',
'DiscountP' => 'Descuento%',
'Due' => 'Vencer',
'Europe' => '#VALUE!',
'Filter' => '#VALUE!',
'Freightage' => 'Flete',
'General' => '#VALUE!',
'Gross' => 'Bruto',
'Invoice' => 'Factura',
'Invoices' => 'Facturas',
'Item' => 'Articulo',
'Items' => 'Elementos',
'Log' => 'Tronco',
'Logs' => 'Registros',
'Media' => 'Medios de comunicación',
'MoneyTransfer' => 'Transferencia de dinero',
'Name' => 'Nombre',
'Net' => 'Red',
'Offer' => 'Oferta',
'Other' => '#VALUE!',
'Payment' => 'Pago',
'Postal' => 'Postal',
'Prepaid' => 'Pagado por adelantado',
'Preview' => 'Avance',
'Price' => 'Precio',
'Profit' => 'Lucro',
'Quantity' => 'Cantidad',
'Recipient' => 'Recipiente',
'Region' => '#VALUE!',
'Rep' => '#VALUE!',
'Sales' => '#VALUE!',
'Select' => 'Seleccione',
'Shipment' => 'Envío',
'Source' => 'Fuente',
'Supplier' => 'Proveedor',
'SupplierID' => 'Identificación del proveedor',
'Tax' => 'Impuesto',
'TermsOfDelivery' => 'Condiciones de entrega',
'Total' => 'Total',
'Type' => 'Escribe',
'Upload' => 'Subir',
'Value' => '#VALUE!',
'Variation' => 'Variación',
'Zip' => 'Cremallera',
]];