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