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' => 'aktivoitu',
|
|
'active' => 'Aktivoitu!',
|
|
'amount' => 'Määrä',
|
|
'bon' => 'BON',
|
|
'bonus' => 'Bonus',
|
|
'date' => 'Treffi',
|
|
'earning' => 'ansaita',
|
|
'earning-rate' => 'Tällä ansaintajaksolla ansaitset seuraavan ajanjakson.',
|
|
'earnings' => 'tulot',
|
|
'exchange' => 'Vaihto',
|
|
'exchange-warning' => 'Vaihdot ovat lopullisia, tarkista valintasi ennen vaihtoa.',
|
|
'extended-stats' => 'Laajennettu tilastot',
|
|
'gift' => 'Lahja',
|
|
'gift-bonus' => 'Lahjabonuspisteet',
|
|
'gift-to' => 'Lahjabonuspisteet',
|
|
'gifts' => 'Lahjat',
|
|
'item' => 'erä',
|
|
'no-refund' => 'EI TAKAISIA!',
|
|
'per-day' => 'Pisteitä päivässä',
|
|
'per-hour' => 'Pisteet per tunti',
|
|
'per-minute' => 'Pisteet minuutissa',
|
|
'per-month' => 'Pisteet kuukaudessa',
|
|
'per-second' => 'Pisteet per sekunti',
|
|
'per-week' => 'Pisteet per viikko',
|
|
'per-year' => 'Pisteitä vuodessa',
|
|
'points' => 'pistettä',
|
|
'receiver' => 'Vastaanotin',
|
|
'review-seeds' => 'Tarkista kaikki siemenet',
|
|
'send-gift' => 'Lähetä lahja',
|
|
'sender' => 'Lähettäjä',
|
|
'store' => 'myymälä',
|
|
'tips' => 'vinkkejä',
|
|
'total' => 'kokonaistulot',
|
|
'total-gifts' => 'Yhteensä BON-lahjoissa',
|
|
'total-tips' => 'Yhteensä BON-vinkkejä',
|
|
'you-have-received-gifts' => 'Sinä olet saanut',
|
|
'you-have-sent-gifts' => 'Olet lähettänyt',
|
|
'you-have-received-tips' => 'Sinä olet saanut',
|
|
'you-have-sent-tips' => 'Olet lähettänyt',
|
|
'your-points' => 'Pisteesi',
|
|
];
|