oms-ProjectManagement/Theme/Backend/Lang/pt.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' => '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',
]];