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

32 lines
755 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 ['Editor' => [
'Add' => 'Adicionar',
'Created' => 'Criado',
'Creator' => 'O Criador',
'Documents' => 'documentos',
'Editor' => 'editor',
'GroupUser' => 'Grupo / User',
'Insert' => 'Inserir',
'Layout' => 'traçado',
'Name' => 'Nome',
'Permission' => 'Permissão',
'Preview' => 'visualização',
'Save' => 'Salve ',
'Start' => 'Começar',
'Text' => 'Texto',
'Title' => 'Título',
]];