Files
nexusphp/resources/lang/fi/claim.php

39 lines
1.9 KiB
PHP
Raw Normal View History

2025-04-22 02:55:12 +07:00
<?php
return [
'title_for_torrent' => 'Torrent-tiedoston tiedot',
'title_for_user' => 'Käyttäjän vaatimuksen tiedot',
'th_id' => 'ID',
'th_username' => 'Käyttäjä',
'th_torrent_name' => 'Torrent- nimi',
'th_torrent_size' => 'Torrenttien koko',
'th_torrent_ttl' => 'Torrent TTL',
'th_claim_at' => 'Lunasta klo',
'th_last_settle' => 'Viimeisin asettautuminen klo',
'th_seed_time_this_month' => 'Katso tässä kuussa',
'th_uploaded_this_month' => 'Up. tässä kuussa',
'th_reached_or_not' => 'Saavutettu',
'th_action' => 'Toiminto',
'msg_title' => 'Lunasta lopputulos viime kuussa(:kk):',
'msg_subject' => ':month claim settlement',
2025-05-05 21:27:48 +07:00
'claim_total' => 'Lunasta torrent yhteensä: [b]:total[/b]',
'claim_reached_counts' => 'Saavutettu torrenttien määrä: [b]:counts[/b]',
'claim_reached_summary' => 'Saavutettu torrent-tiedosto saa bonuksen tunnissa: [b]:bonus_per_hour[/b], seed time average(hour): [b]:hours[/b], saat bonuksen yhteensä: [b]:bonus_total[/b]',
'claim_unreached_remain_counts' => 'Päättämättömät torrent-tiedosto jäävät määrään: [b]:counts[/b]',
'claim_unreached_remove_counts' => 'Saavuttamattomat torrent- poistomäärät: [b]:counts[/b]',
'claim_unreached_summary' => 'Vähennä bonus jokaisesta keskeneräisestä torrent[b]:deduct_per_torrent[/b], vähennys yhteensä: [b]:deduct_total[/b]',
2025-04-22 02:55:12 +07:00
'confirm_give_up' => 'Oletko varma, että haluat luopua tämän torrentin vaatimuksesta?',
'add_claim' => 'Claim',
'add_claim_confirm' => 'Vahvista korvausvaatimus?',
'remove_claim' => 'Anna',
'remove_claim_confirm' => 'Vahvista saatavan luovuttaminen?',
'already_claimed' => 'Vaadittu',
'not_claim_yet' => 'Lunastamaton',
'fields' => [
'torrent_id' => 'Torrent-Tunnus',
],
'claim_all_seeding_confirmation' => 'Oletko varma, että haluat lunastaa kaikki torrentit, jotka ovat tällä hetkellä luettavissa?' ,
];