Files
nexusphp/resources/lang/pl/claim.php
2025-05-17 21:18:20 +07:00

40 lines
2.0 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
return [
'title_for_torrent' => 'Szczegóły włości torrenta',
'title_for_user' => 'Szczegóły włości użytkownika',
'th_id' => 'ID',
'th_username' => 'Użytkownik',
'th_torrent_name' => 'Nazwa torrenta',
'th_torrent_size' => 'Rozmiar torrenta',
'th_torrent_ttl' => 'Torrent TTL',
'th_claim_at' => 'Roszczenie o',
'th_last_settle' => 'Ostatnie rozliczenie w',
'th_seed_time_this_month' => 'Tak w tym miesiącu',
'th_uploaded_this_month' => 'W tym miesiącu',
'th_reached_or_not' => 'Osiągnięto',
'th_action' => 'Akcja',
'msg_title' => 'Wynik rozliczenia z ostatniego miesiąca (:month):',
'msg_subject' => ':month roszczenie',
'claim_total' => 'Zgłoś wszystkie torrenty: [b]:suma[/b]',
'claim_reached_counts' => 'Osiągnięto liczbę torrentów: [b]:count[/b]',
'claim_reached_summary' => 'Osiągnięto bonus torrenta na godzinę: [b]:bonus_per_hour[/b], średni czas ziarenka (godzina): [b]:hours[/b], uzyskaj sumę premii: [b]:bonus_total[/b]',
'claim_unreached_remain_counts' => 'Nieosiągnięty torrent pozostaje liczony: [b]:count[/b]',
'claim_unreached_remove_counts' => 'Nieosiągnięta liczba usuwania torrent: [b]:count[/b]',
'claim_unreached_summary' => 'Odlicz bonus każdego nieosiągniętego torrenta[b]:deduct_per_torrent[/b], całkowitym odliczeniem: [b]:deduct_total[/b]',
'slice_tip' => 'Pokaż tylko pierwsze :slice_count elementów',
'confirm_give_up' => 'Czy na pewno chcesz zrezygnować z pobierania tego torrentu?',
'add_claim' => 'Claim',
'add_claim_confirm' => 'Potwierdź roszczenie?',
'remove_claim' => 'Podziel się',
'remove_claim_confirm' => 'Potwierdzić rezygnację z roszczenia?',
'already_claimed' => 'Domniemana',
'not_claim_yet' => 'Nieodebrane',
'fields' => [
'torrent_id' => 'ID torrenta',
],
'claim_all_seeding_confirmation' => 'Czy na pewno chcesz przejąć wszystkie torrenty, które są obecnie seedowane?' ,
];