mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
39 lines
1.9 KiB
PHP
39 lines
1.9 KiB
PHP
<?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>',
|
||
|
||
'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?' ,
|
||
];
|