mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-02-11 14:09:31 -06:00
58 lines
2.5 KiB
PHP
58 lines
2.5 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 [
|
|
'activated' => 'Activado',
|
|
'active' => 'Activado.',
|
|
'amount' => 'Cantidade',
|
|
'bon' => 'BON',
|
|
'bonus' => 'Bonos',
|
|
'date' => 'Data',
|
|
'earning' => 'Gañar',
|
|
'earning-rate' => 'A este ritmo de ganancia gañará o seguinte por período de tempo.',
|
|
'earnings' => 'Beneficios',
|
|
'exchange' => 'Intercambio',
|
|
'exchange-warning' => 'Os intercambios son finais. Comprobe as súas opcións antes de facer un intercambio.',
|
|
'extended-stats' => 'Estatísticas estendidas',
|
|
'gift' => 'Regalo',
|
|
'gift-bonus' => 'Puntos de bonos de agasallo',
|
|
'gift-to' => 'Puntos de bonos de agasallo para',
|
|
'gifts' => 'Regalos',
|
|
'item' => 'Elemento',
|
|
'no-refund' => 'Sen reembolsos!',
|
|
'per-day' => 'Puntos por día',
|
|
'per-hour' => 'Puntos por hora',
|
|
'per-minute' => 'Puntos por minuto',
|
|
'per-month' => 'Puntos por mes',
|
|
'per-second' => 'Puntos por segundo',
|
|
'per-week' => 'Puntos por semana',
|
|
'per-year' => 'Puntos por ano',
|
|
'points' => 'Puntos',
|
|
'receiver' => 'Receptor',
|
|
'review-seeds' => 'Revise todos os Torrents sementados',
|
|
'send-gift' => 'Enviar agasallo',
|
|
'sender' => 'Remitente',
|
|
'store' => 'Tenda',
|
|
'tips' => 'Consellos',
|
|
'total' => 'Total de ganancias',
|
|
'total-gifts' => 'En agasallos BON Total',
|
|
'total-tips' => 'En Consellos Total BON',
|
|
'you-have-received-gifts' => 'Recibiu',
|
|
'you-have-sent-gifts' => 'Enviado',
|
|
'you-have-received-tips' => 'Recibiu',
|
|
'you-have-sent-tips' => 'Enviado',
|
|
'your-points' => 'Os teus puntos',
|
|
];
|