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

40 lines
1011 B
PHP

<?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 ['Exchange' => [
'Created' => 'Criado',
'CreatedAt' => 'Criado em',
'CreatedBy' => 'Criado por',
'Creator' => 'O Criador',
'Database' => 'Base de dados',
'End' => 'Fim',
'Exchange' => 'Intercâmbio',
'Export' => 'Exportar',
'Exports' => 'exportações',
'File' => 'Arquivo',
'Host' => 'Hospedeiro',
'Import' => 'Importar',
'Imports' => 'importações',
'Login' => 'Conecte-se',
'Logs' => 'Histórico',
'Options' => 'opções',
'Password' => 'Senha',
'Port' => 'Porta',
'Start' => 'Começar',
'Subtype' => 'subtipo',
'Title' => 'Título',
'Type' => 'Modelo',
'Website' => 'Local na rede Internet',
]];