oms-EventManagement/Theme/Backend/Lang/pt.lang.php
2024-03-20 07:21:21 +00:00

47 lines
1.4 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 ['EventManagement' => [
'Account' => 'Conta',
'Actual' => 'Real',
'Amount' => 'Montante',
'Budget' => 'Despesas',
'CoreData' => 'Dados principais',
'Description' => 'Descrição',
'Elements' => 'Elementos',
'End' => 'Fim',
'Event' => 'Evento',
'EventManagement' => 'Gestão de eventos',
'Events' => 'Eventos',
'Exponential' => 'Exponencial',
'Files' => 'arquivos',
'Group' => 'Grupo',
'Info' => 'Info',
'Linear' => 'Linear',
'Log' => 'Registro',
'Manager' => 'Gerente',
'Manual' => 'Manual',
'Name' => 'Nome',
'People' => 'Pessoas',
'Permissions' => 'Permissões',
'Progress' => 'Progresso',
'Responsibility' => 'Responsabilidade',
'Start' => 'Começar',
'Status' => 'Status',
'Tasks' => 'Tarefas',
'Title' => 'Título',
'User' => 'Do utilizador',
'UserGroup' => 'Grupo de usuários',
]];