mirror of
https://github.com/Karaka-Management/oms-EventManagement.git
synced 2026-01-19 04:28:40 +00:00
47 lines
1.4 KiB
PHP
Executable File
47 lines
1.4 KiB
PHP
Executable File
<?php
|
|
/**
|
|
* Jingga
|
|
*
|
|
* PHP Version 8.2
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 2.0
|
|
* @version 1.0.0
|
|
* @link https://jingga.app
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['EventManagement' => [
|
|
'Account' => 'Cuenta',
|
|
'Actual' => 'Real',
|
|
'Amount' => 'Monto',
|
|
'Budget' => 'Presupuesto',
|
|
'CoreData' => 'Datos principales',
|
|
'Description' => 'Descripción',
|
|
'Elements' => 'Elementos',
|
|
'End' => 'Fin',
|
|
'Event' => 'Evento',
|
|
'EventManagement' => 'Gestión de eventos',
|
|
'Events' => 'Eventos',
|
|
'Exponential' => 'Exponencial',
|
|
'Files' => 'Archivos',
|
|
'Group' => 'Grupo',
|
|
'Info' => 'Información',
|
|
'Linear' => 'Lineal',
|
|
'Log' => 'Tronco',
|
|
'Manager' => 'Gerente',
|
|
'Manual' => 'Manual',
|
|
'Name' => 'Nombre',
|
|
'People' => 'Personas',
|
|
'Permissions' => 'Permisos',
|
|
'Progress' => 'Progreso',
|
|
'Responsibility' => 'Responsabilidad',
|
|
'Start' => 'Comienzo',
|
|
'Status' => 'Estado',
|
|
'Tasks' => 'Tareas',
|
|
'Title' => 'Título',
|
|
'User' => 'Usuario',
|
|
'UserGroup' => 'Grupo de usuario',
|
|
]];
|