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' => 'Aktivirano',
|
|
'active' => 'Aktivirano!',
|
|
'amount' => 'Znesek',
|
|
'bon' => 'BON',
|
|
'bonus' => 'Bonus',
|
|
'date' => 'Datum',
|
|
'earning' => 'Služenje',
|
|
'earning-rate' => 'Pri tej stopnji zaslužka boste zaslužili naslednje na časovni okvir.',
|
|
'earnings' => 'Zaslužki',
|
|
'exchange' => 'Izmenjava',
|
|
'exchange-warning' => 'Izmenjave so dokončne. Pred izmenjavo dvakrat preverite svoje izbire.',
|
|
'extended-stats' => 'Razširjena statistika',
|
|
'gift' => 'Darilo',
|
|
'gift-bonus' => 'Bonusne točke za darila',
|
|
'gift-to' => 'Darilni bonus točke za',
|
|
'gifts' => 'Darila',
|
|
'item' => 'Postavka',
|
|
'no-refund' => 'NI VRAZA!',
|
|
'per-day' => 'Točke na dan',
|
|
'per-hour' => 'Točke na uro',
|
|
'per-minute' => 'Točke na minuto',
|
|
'per-month' => 'Točke na mesec',
|
|
'per-second' => 'Točke na sekundo',
|
|
'per-week' => 'Točke na teden',
|
|
'per-year' => 'Točke na leto',
|
|
'points' => 'Točke',
|
|
'receiver' => 'Sprejemnik',
|
|
'review-seeds' => 'Preglej vse Seeded Torrents',
|
|
'send-gift' => 'Pošlji darilo',
|
|
'sender' => 'Pošiljatelj',
|
|
'store' => 'Trgovina',
|
|
'tips' => 'Nasveti',
|
|
'total' => 'Skupaj zaslužek',
|
|
'total-gifts' => 'V skupnih BON darilih',
|
|
'total-tips' => 'V skupnih BON nasvetih',
|
|
'you-have-received-gifts' => 'Prejeli ste',
|
|
'you-have-sent-gifts' => 'Poslali ste',
|
|
'you-have-received-tips' => 'Prejeli ste',
|
|
'you-have-sent-tips' => 'Poslali ste',
|
|
'your-points' => 'Vaše točke',
|
|
];
|