mirror of
https://github.com/BillyOutlast/UNIT3D.git
synced 2026-02-04 03:01:20 +01:00
41 lines
1.6 KiB
PHP
41 lines
1.6 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 [
|
|
'bon-gifts' => 'Presentes de bonificação',
|
|
'comment-tags' => 'Tags de comentário',
|
|
'date' => 'Data',
|
|
'delete' => 'Excluir',
|
|
'delete-all' => 'Excluir todas as notificações',
|
|
'filter-by-type' => 'Filtrar por tipo de notificação',
|
|
'mark-all-read' => 'Marcar tudo como lido',
|
|
'mark-read' => 'Marcar como lido',
|
|
'message' => 'Mensagem',
|
|
'no-notifications' => 'Você não tem notificações',
|
|
'notifications' => 'Notificações',
|
|
'post-tags' => 'Tags de posts',
|
|
'post-tips' => 'Tags de dicas',
|
|
'read' => 'Lido',
|
|
'request-approvals' => 'Solicitar aprovação',
|
|
'request-bounties' => 'Solicitar bonificações',
|
|
'request-claims' => 'Solicitação de reivindicação',
|
|
'request-fills' => 'Solicitação de preenchimento',
|
|
'request-rejections' => 'Solicitar rejeição',
|
|
'request-unclaims' => 'RSolicitação de desistência',
|
|
'reseed-requests' => 'Solicitação de reenvio',
|
|
'title' => 'Título',
|
|
'unfollows' => 'Deixar de seguir',
|
|
];
|