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

35 lines
835 B
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 ['Marketing' => [
'Actual' => 'Real',
'Budget' => 'Presupuesto',
'Description' => 'Descripción',
'Due' => 'Vencer',
'End' => 'Fin',
'Event' => 'Evento',
'Events' => 'Eventos',
'Expenses' => 'Gastos',
'Limit' => 'Límite',
'Location' => 'Ubicación',
'Name' => 'Nombre',
'Promotion' => 'Promoción',
'Promotions' => 'Promociones',
'Sales' => 'Ventas',
'Start' => 'Comienzo',
'Status' => 'Estado',
'Title' => 'Título',
'Type' => 'Escribe',
]];