mirror of
https://github.com/Karaka-Management/oms-ProjectManagement.git
synced 2026-01-11 15:48:41 +00:00
46 lines
1.3 KiB
PHP
Executable File
46 lines
1.3 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 ['ProjectManagement' => [
|
|
'Active' => 'Activo',
|
|
'Actual' => 'Real',
|
|
'Budget' => 'Presupuesto',
|
|
'Canceled' => 'Cancelado',
|
|
'Created' => 'Creado',
|
|
'Creator' => 'Creador',
|
|
'Description' => 'Descripción',
|
|
'Due' => 'Vencer',
|
|
'End' => 'Fin',
|
|
'Exponential' => 'Exponencial',
|
|
'Files' => 'Archivos',
|
|
'Finished' => 'Terminado',
|
|
'Hold' => 'Sostener',
|
|
'Inactive' => 'Inactivo',
|
|
'Linear' => 'Lineal',
|
|
'Log' => 'Tronco',
|
|
'Manager' => 'Gerente',
|
|
'Manual' => 'Manual',
|
|
'Name' => 'Nombre',
|
|
'Other' => 'Otro',
|
|
'Progress' => 'Progreso',
|
|
'Project' => 'Proyecto',
|
|
'Projects' => 'Proyectos',
|
|
'Responsibility' => 'Responsabilidad',
|
|
'Start' => 'Comienzo',
|
|
'Status' => 'Estado',
|
|
'Tasks' => 'Tareas',
|
|
'Title' => 'Título',
|
|
'UserGroup' => 'Grupo de usuario',
|
|
]];
|