mirror of
https://github.com/Karaka-Management/oms-Support.git
synced 2026-01-11 00:58:41 +00:00
67 lines
2.2 KiB
PHP
Executable File
67 lines
2.2 KiB
PHP
Executable File
<?php
|
|
/**
|
|
* Jingga
|
|
*
|
|
* 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 ['Support' => [
|
|
'Account' => 'Cuenta',
|
|
'All' => 'Todo',
|
|
'Assigned' => '',
|
|
'AverageAmount' => 'Cantidad promedio',
|
|
'AverageProcessTime' => 'AVG. Tiempo de procesamiento',
|
|
'Closed' => '',
|
|
'Completion' => '',
|
|
'Created' => 'Creado',
|
|
'Creator' => 'Creador',
|
|
'Day' => 'Día',
|
|
'Department' => 'Departamento',
|
|
'Description' => 'Descripción',
|
|
'Due' => 'Vencer',
|
|
'Files' => 'Archivos',
|
|
'For' => '',
|
|
'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' => 'Redirigido',
|
|
'Responsible' => 'Responsable',
|
|
'Select' => 'Seleccione',
|
|
'Settings' => 'Ajustes',
|
|
'Size' => 'Tamaño',
|
|
'Statistics' => 'Estadísticas',
|
|
'Status' => 'Estado',
|
|
'Support' => 'Apoyo',
|
|
'Ticket' => 'Boleto',
|
|
'Tickets' => 'Entradas',
|
|
'Title' => 'Título',
|
|
'To' => 'A',
|
|
'Today' => 'Hoy dia',
|
|
'Topic' => 'Tema',
|
|
'Type' => 'Escribe',
|
|
'Unassigned' => '',
|
|
'Unsolved' => '',
|
|
'Upload' => 'Subir',
|
|
'Week' => 'Semana',
|
|
'Year' => 'Año',
|
|
]];
|