mirror of
https://github.com/BillyOutlast/UNIT3D.git
synced 2026-02-07 12:41:20 +01: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' => 'Activat',
|
|
'active' => 'Activat.',
|
|
'amount' => 'Quantitat',
|
|
'bon' => 'BON',
|
|
'bonus' => 'Bonificació',
|
|
'date' => 'Data',
|
|
'earning' => 'Guanyar',
|
|
'earning-rate' => 'A aquest ritme de guanys guanyareu el següent per període de temps.',
|
|
'earnings' => 'Guanys',
|
|
'exchange' => 'Intercanvi',
|
|
'exchange-warning' => 'Els canvis són definitius. Comproveu les vostres opcions abans de fer un canvi.',
|
|
'extended-stats' => 'Estadístiques esteses',
|
|
'gift' => 'Regal',
|
|
'gift-bonus' => 'Punts de bonificació de regal',
|
|
'gift-to' => 'Punts de bonificació de regal a',
|
|
'gifts' => 'Regals',
|
|
'item' => 'Article',
|
|
'no-refund' => 'Sense reemborsaments!',
|
|
'per-day' => 'Punts per dia',
|
|
'per-hour' => 'Punts per hora',
|
|
'per-minute' => 'Punts per minut',
|
|
'per-month' => 'Punts per mes',
|
|
'per-second' => 'Punts per segon',
|
|
'per-week' => 'Punts per setmana',
|
|
'per-year' => 'Punts per any',
|
|
'points' => 'Punts',
|
|
'receiver' => 'Receptor',
|
|
'review-seeds' => 'Reviseu tots els Torrents sembrats',
|
|
'send-gift' => 'Enviar un regal',
|
|
'sender' => 'Remitent',
|
|
'store' => 'Botiga',
|
|
'tips' => 'Consells',
|
|
'total' => 'Guanys totals',
|
|
'total-gifts' => 'En regals BON Total',
|
|
'total-tips' => 'A Total BON Tips',
|
|
'you-have-received-gifts' => 'Heu rebut',
|
|
'you-have-sent-gifts' => 'Heu enviat',
|
|
'you-have-received-tips' => 'Heu rebut',
|
|
'you-have-sent-tips' => 'Heu enviat',
|
|
'your-points' => 'Els vostres punts',
|
|
];
|