mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-02-13 23:19:55 -06:00
43 lines
1.4 KiB
PHP
43 lines
1.4 KiB
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
/**
|
|
* NOTICE OF LICENSE.
|
|
*
|
|
* UNIT3D Community Edition is open-sourced software licensed under the GNU Affero General Public License v3.0
|
|
* The details is bundled with this project in the file LICENSE.txt.
|
|
*
|
|
* @project UNIT3D Community Edition
|
|
*
|
|
* @author HDVinnie <hdinnovations@protonmail.com>
|
|
* @license https://www.gnu.org/licenses/agpl-3.0.en.html/ GNU Affero General Public License v3.0
|
|
*/
|
|
|
|
return [
|
|
'create' => 'Crio',
|
|
'delete' => 'Excluir',
|
|
'enter-subject' => 'Digite o assunto',
|
|
'from' => 'De',
|
|
'inbox' => 'Caixa de entrada',
|
|
'mark-all-read' => 'Marcar todas as mensagens como lidas',
|
|
'message' => 'mensagem',
|
|
'messages' => 'Mensagens',
|
|
'new' => 'Nova mensagem',
|
|
'outbox' => 'Caixa de fora',
|
|
'private' => 'Privado',
|
|
'read' => 'Ler',
|
|
'received-at' => 'Recebido em',
|
|
'refresh' => 'Atualizar',
|
|
'reply' => 'Resposta',
|
|
'search' => 'Pesquisar por assunto',
|
|
'select' => 'Selecione um usuário',
|
|
'send' => 'Enviar PM',
|
|
'send-to' => 'Enviar PM para',
|
|
'sent' => 'Enviei',
|
|
'sent-at' => 'Enviado em',
|
|
'subject' => 'Sujeito',
|
|
'to' => 'Para',
|
|
'unread' => 'Não lida',
|
|
'empty-inbox' => 'Caixa de Correio Vazia',
|
|
];
|