mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-20 08:42:03 -05:00
58 lines
2.6 KiB
PHP
58 lines
2.6 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' => 'Aktywowany',
|
|
'active' => 'Aktywowany!',
|
|
'amount' => 'Ilość',
|
|
'bon' => 'BON',
|
|
'bonus' => 'Premia',
|
|
'date' => 'Data',
|
|
'earning' => 'Zarobkowy',
|
|
'earning-rate' => 'Przy takiej stopie zarabiania będziesz zarabiać w następujących przedziałach czasowych.',
|
|
'earnings' => 'Zyski',
|
|
'exchange' => 'Wymieniać się',
|
|
'exchange-warning' => 'Wymiany są ostateczne, proszę dwukrotnie sprawdzić swoje wybory przed dokonaniem wymiany.',
|
|
'extended-stats' => 'Rozszerzone statystyki',
|
|
'gift' => 'Prezent',
|
|
'gift-bonus' => 'Punkty bonusowe prezentów',
|
|
'gift-to' => 'Punkty bonusowe prezentów Do',
|
|
'gifts' => 'Prezenty',
|
|
'item' => 'Pozycja',
|
|
'no-refund' => 'BEZ ZWROTÓW!',
|
|
'per-day' => 'Punkty za dzień',
|
|
'per-hour' => 'Punkty na godzinę',
|
|
'per-minute' => 'Punkty za minutę',
|
|
'per-month' => 'Punkty za miesiąc',
|
|
'per-second' => 'Punkty na sekundę',
|
|
'per-week' => 'Punkty na tydzień',
|
|
'per-year' => 'Punkty na rok',
|
|
'points' => 'Zwrotnica',
|
|
'receiver' => 'Odbiorca',
|
|
'review-seeds' => 'Przejrzyj wszystkie zaszczepione torrenty',
|
|
'send-gift' => 'Wysłać prezent',
|
|
'sender' => 'Nadawca',
|
|
'store' => 'Sklep',
|
|
'tips' => 'Wskazówki',
|
|
'total' => 'Suma przychodów',
|
|
'total-gifts' => 'W sumie prezenty BON',
|
|
'total-tips' => 'W sumie BON Tips',
|
|
'you-have-received-gifts' => 'Otrzymałeś',
|
|
'you-have-sent-gifts' => 'Wysłałeś',
|
|
'you-have-received-tips' => 'Otrzymałeś',
|
|
'you-have-sent-tips' => 'Wysłałeś',
|
|
'your-points' => 'Twoje punkty',
|
|
];
|