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' => 'Ativo',
|
|
'Actual' => 'Real',
|
|
'Budget' => 'Despesas',
|
|
'Canceled' => 'Cancelado',
|
|
'Created' => 'Criado',
|
|
'Creator' => 'O Criador',
|
|
'Description' => 'Descrição',
|
|
'Due' => 'Vencimento',
|
|
'End' => 'Fim',
|
|
'Exponential' => 'Exponencial',
|
|
'Files' => 'arquivos',
|
|
'Finished' => 'Finalizado',
|
|
'Hold' => 'Segure',
|
|
'Inactive' => 'Inativo',
|
|
'Linear' => 'Linear',
|
|
'Log' => 'Registro',
|
|
'Manager' => 'Gerente',
|
|
'Manual' => 'Manual',
|
|
'Name' => 'Nome',
|
|
'Other' => 'De outros',
|
|
'Progress' => 'Progresso',
|
|
'Project' => 'Projeto',
|
|
'Projects' => 'Projetos',
|
|
'Responsibility' => 'Responsabilidade',
|
|
'Start' => 'Começar',
|
|
'Status' => 'Status',
|
|
'Tasks' => 'Tarefas',
|
|
'Title' => 'Título',
|
|
'UserGroup' => 'Grupo de usuários',
|
|
]];
|