oms-ProjectManagement/Theme/Backend/Lang/pt.lang.php

46 lines
1.3 KiB
PHP
Executable File

<?php
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['ProjectManagement' => [
'Active' => 'Ativo',
'Actual' => 'Real',
'Budget' => 'Orçamento',
'Canceled' => 'Cancelado',
'Created' => 'Criado',
'Creator' => 'O Criador',
'Description' => 'Descrição',
'Due' => 'Devido',
'End' => 'Fim',
'Exponential' => 'Exponencial',
'Files' => 'arquivos',
'Finished' => 'Finalizado',
'Hold' => 'Segurar',
'Inactive' => 'Inativo',
'Linear' => 'Linear',
'Log' => 'Registro',
'Manager' => 'Gerente',
'Manual' => 'Manual',
'Name' => 'Nome',
'Other' => 'Outro',
'Progress' => 'Progresso',
'Project' => 'Projeto',
'Projects' => 'projetos',
'Responsibility' => 'Responsabilidade',
'Start' => 'Começar',
'Status' => 'Status',
'Tasks' => 'Tarefas',
'Title' => 'Título',
'UserGroup' => 'Grupo de usuários',
]];