mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-03-20 20:31:02 -05:00
81 lines
3.7 KiB
PHP
81 lines
3.7 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 [
|
|
'add-request' => 'Dodaj żądanie',
|
|
'age' => 'Wiek',
|
|
'all-requests' => 'Wszystkie prośby',
|
|
'approve' => 'Zatwierdzać',
|
|
'bounty' => 'Hojność',
|
|
'bounty-claimed' => 'Bounty twierdził',
|
|
'bounty-unclaimed' => 'Bounty nieodebrane',
|
|
'category' => 'Kategoria',
|
|
'claim' => 'Roszczenie',
|
|
'claim-anon-choose' => 'Wybierz mądrze',
|
|
'claim-as-anon' => 'Chciałbyś to zgłosić Anonomicznie',
|
|
'claim-now' => 'Odbierz teraz',
|
|
'claimed' => 'Twierdził',
|
|
'current' => 'obecny',
|
|
'delete' => 'Usuń to żądanie',
|
|
'delete-confirmation' => 'Czy na pewno chcesz usunąć to żądanie',
|
|
'delete-filled' => 'To żądanie można usunąć tylko wtedy, gdy nie zostało wypełnione',
|
|
'description' => 'Opis',
|
|
'dont-have-bps' => 'Nie masz wystarczającej premii',
|
|
'edit-request' => 'Edytuj prośbę',
|
|
'enter-bp' => 'Wpisz punkty bonusowe (minimum 100)',
|
|
'enter-hash' => 'Wprowadź skrót informacyjny przesłanego Torrenta',
|
|
'fill' => 'Napełnić',
|
|
'fill-request' => 'Wypełnij tę prośbę',
|
|
'filled' => 'Wypełniony',
|
|
'filled-by' => 'Wypełniony przez',
|
|
'for' => 'dla',
|
|
'fulfill' => 'Spełnić',
|
|
'last-vote' => 'Ostatnie głosowanie',
|
|
'my-requests' => 'Moje prośby',
|
|
'no' => 'Nie,',
|
|
'no-imdb-id' => 'Wszystkie żądania muszą zawierać numer IMDB',
|
|
'no-privileges' => 'Błąd: Twoje uprawnienia do żądania zostały wyłączone',
|
|
'no-privileges-desc' => 'Jeśli uważasz, że to błąd, skontaktuj się z personelem',
|
|
'no-refunds' => 'Wymiany BON na tworzenie, wypełnianie i nagrody są ostateczne! <br> <strong>BEZ ZWROTÓW!</strong>',
|
|
'pending' => 'W oczekiwaniu',
|
|
'reason' => 'Powód',
|
|
'reject' => 'Odrzucać',
|
|
'report' => 'Zgłoś żądanie',
|
|
'request' => 'Żądanie',
|
|
'request-details' => 'Poproś o szczegóły',
|
|
'requested-by' => 'Na wniosek',
|
|
'requests' => 'Upraszanie',
|
|
'required' => 'wymagany',
|
|
'reset' => 'Nastawić',
|
|
'reset-confirmation' => 'Czy na pewno chcesz zresetować to żądanie',
|
|
'reset-request' => 'Zresetuj to żądanie',
|
|
'reward' => 'Nagroda',
|
|
'reward-desc' => 'Ile punktów bonusowych chciałbyś nagrodzić? Minimum 100 BP',
|
|
'reward-from' => 'Z',
|
|
'title' => 'Tytuł',
|
|
'torrent-hash' => 'Torrent Hash',
|
|
'total-bounty' => 'Całkowita nagroda',
|
|
'type' => 'Rodzaj',
|
|
'unclaim' => 'Odwołaj to żądanie',
|
|
'unfilled' => 'Niewypełnione',
|
|
'view-filled' => 'Zobacz wypełnione',
|
|
'view-unfilled' => 'Zobacz niewypełnione',
|
|
'vote' => 'Głosować',
|
|
'vote-that' => 'Głosuj na to żądanie',
|
|
'voters' => 'Głosujący',
|
|
'votes' => 'Głosy',
|
|
'yes' => 'tak',
|
|
];
|