oms-ProjectManagement/Theme/Backend/Lang/es.lang.php
2024-03-20 07:21:24 +00:00

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',
]];