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

61 lines
2.0 KiB
PHP
Executable File

<?php
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['Support' => [
'Account' => 'Cuenta',
'All' => 'Todos',
'AverageAmount' => 'Cantidad promedio',
'AverageProcessTime' => 'Avg. Tiempo de procesamiento',
'Created' => 'Creado',
'Creator' => 'Creador',
'Day' => 'Día',
'Department' => 'Departamento',
'Description' => 'Descripción',
'Due' => 'Debido',
'Files' => 'archivos',
'Forwarded' => 'reenviado',
'From' => 'Desde',
'Group' => 'Grupo',
'InTime' => 'A tiempo',
'Interval' => 'Intervalo',
'Media' => 'Medios de comunicación',
'Message' => 'Mensaje',
'Month' => 'Mes',
'Name' => 'Nombre',
'New' => 'Nuevo',
'Open' => 'Abierto',
'Person' => 'Persona',
'Priority' => 'Prioridad',
'Received' => 'Recibió',
'Receiver' => 'Receptor',
'Redirected' => 'redirigidas',
'Responsible' => 'Responsable',
'Select' => 'Seleccione',
'Settings' => 'Ajustes',
'Size' => 'Tamaño',
'Statistics' => 'Estadísticas',
'Status' => 'Estado',
'Support' => 'Apoyo',
'Ticket' => 'Billete',
'Tickets' => 'Entradas',
'Title' => 'Título',
'To' => 'A',
'Today' => 'Hoy dia',
'Topic' => 'Tema',
'Type' => 'Escribe',
'Upload' => 'Subir',
'Week' => 'Semana',
'Year' => 'Año',
]];