mirror of
https://github.com/BillyOutlast/UNIT3D.git
synced 2026-02-04 03:01: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' => 'Aktív',
|
|
'active' => 'Aktív!',
|
|
'amount' => 'Összeg',
|
|
'bon' => 'BON',
|
|
'bonus' => 'pótlék',
|
|
'date' => 'Dátum',
|
|
'earning' => 'bevételt hozó',
|
|
'earning-rate' => 'Ezen a keresési arányon belül a következő időszakonkénti keresetet kapja.',
|
|
'earnings' => 'Kereset',
|
|
'exchange' => 'Csere',
|
|
'exchange-warning' => 'A csere végleges, kérjük, ellenőrizze a választásait, mielőtt kicserélne.',
|
|
'extended-stats' => 'Bővített statisztikák',
|
|
'gift' => 'Ajándék',
|
|
'gift-bonus' => 'Ajándékbónusz pontok',
|
|
'gift-to' => 'Ajándékbónusz pontok',
|
|
'gifts' => 'Ajándékok',
|
|
'item' => 'Tétel',
|
|
'no-refund' => 'NINCS VISSZATÉRÍTÉS!',
|
|
'per-day' => 'Pontok naponta',
|
|
'per-hour' => 'Pontok óránként',
|
|
'per-minute' => 'Pontok percenként',
|
|
'per-month' => 'Pontok havonta',
|
|
'per-second' => 'Pontok másodpercenként',
|
|
'per-week' => 'Pontok hetente',
|
|
'per-year' => 'Pontok évente',
|
|
'points' => 'Pont',
|
|
'receiver' => 'Receiver',
|
|
'review-seeds' => 'Tekintse át az összes vetőmagot',
|
|
'send-gift' => 'Küldj ajándékot',
|
|
'sender' => 'Feladó',
|
|
'store' => 'Bolt',
|
|
'tips' => 'tippek',
|
|
'total' => 'Teljes nyereség',
|
|
'total-gifts' => 'Az összes BON ajándékban',
|
|
'total-tips' => 'Az összes BON tippben',
|
|
'you-have-received-gifts' => 'Kaptál',
|
|
'you-have-sent-gifts' => 'Elküldted',
|
|
'you-have-received-tips' => 'Kaptál',
|
|
'you-have-sent-tips' => 'Elküldted',
|
|
'your-points' => 'Pontok',
|
|
];
|