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

37 lines
825 B
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 ['Auditor' => [
'Action' => 'Açao',
'Audit' => 'auditar',
'Auditor' => 'Auditor',
'Audits' => 'auditorias',
'By' => 'De',
'CREATE' => 'Crio',
'Content' => 'Contente',
'DELETE' => 'Excluir',
'Date' => 'Encontro',
'Email' => 'O email',
'Module' => 'Módulo',
'Name' => 'Nome',
'New' => 'Novo',
'Old' => 'Velho',
'Ref' => 'Ref',
'Subtype' => 'subtipo',
'Trigger' => 'Desencadear',
'Type' => 'Modelo',
'UNKNOWN' => 'Desconhecido',
'UPDATE' => 'Atualizar',
]];