oms-WarehouseManagement/Theme/Backend/Lang/es.lang.php

47 lines
1.2 KiB
PHP
Executable File

<?php
/**
* Karaka
*
* PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return ['WarehouseManagement' => [
'All' => 'Todo',
'Amount' => 'Monto',
'Arrivals' => 'Llegadas',
'Article' => 'Artículo',
'Articles' => 'Artículos',
'City' => 'Ciudad',
'Consignee' => 'Consignatario',
'Consignor' => 'Consignador',
'Country' => 'País',
'Date' => 'Fecha',
'Description' => 'Descripción',
'Interval' => 'Intervalo',
'Location' => 'Ubicación',
'Locations' => '#VALUE!',
'Matchcode' => 'Código de asociación',
'Month' => 'Mes',
'Name' => 'Nombre',
'Order' => 'Pedido',
'Quantity' => 'Cantidad',
'Reference' => 'Referencia',
'Shipping' => 'Transporte',
'Statistics' => 'Estadísticas',
'Stock' => 'Valores',
'Stocks' => '#VALUE!',
'Street' => 'calle',
'Today' => 'Hoy dia',
'Type' => 'Escribe',
'Week' => 'Semana',
'Year' => 'Año',
'Zip' => 'Cremallera',
]];